From 412361664c661edaafab9af7ab1ed8065b0a1376 Mon Sep 17 00:00:00 2001 From: Nanxiang Liu Date: Wed, 9 Nov 2022 16:12:24 +0800 Subject: [PATCH] Fix spacing issues in Set-AzDataProtectionMSIPermission.ps1 --- .../Accounts/Utilities/CommandMappings.json | 5 + src/DataProtection/Az.DataProtection.psd1 | 6 +- src/DataProtection/Changelog.md | 3 + src/DataProtection/Properties/AssemblyInfo.cs | 4 +- tools/Az/Az.psd1 | 2 +- tools/AzPreview/AzPreview.psd1 | 2 +- tools/Docs/az-ps-latest.csv | 2 +- .../SerializedCmdlets/Az.DataProtection.json | 860 +++++++++--------- 8 files changed, 446 insertions(+), 438 deletions(-) diff --git a/src/Accounts/Accounts/Utilities/CommandMappings.json b/src/Accounts/Accounts/Utilities/CommandMappings.json index d3d053a9c933..38f4cf471950 100644 --- a/src/Accounts/Accounts/Utilities/CommandMappings.json +++ b/src/Accounts/Accounts/Utilities/CommandMappings.json @@ -383,6 +383,10 @@ "Update-AzAutomanageConfigProfile": {} }, "Az.Automation": { + "Set-AzAutomationPython3Package": {}, + "New-AzAutomationPython3Package": {}, + "Remove-AzAutomationPython3Package": {}, + "Get-AzAutomationPython3Package": {}, "Move-AzAutomationHybridRunbookWorker": {}, "Remove-AzAutomationHybridRunbookWorker": {}, "New-AzAutomationHybridRunbookWorker": {}, @@ -3271,6 +3275,7 @@ "New-AzAutoscaleSetting": {}, "New-AzAutoscaleWebhookNotificationObject": {}, "Remove-AzAutoscaleSetting": {}, + "Update-AzAutoscaleSetting": {}, "Get-AzLog": {} }, "Az.MonitoringSolutions": { diff --git a/src/DataProtection/Az.DataProtection.psd1 b/src/DataProtection/Az.DataProtection.psd1 index cfc73a82b23e..968470ebc09f 100644 --- a/src/DataProtection/Az.DataProtection.psd1 +++ b/src/DataProtection/Az.DataProtection.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 11/7/2022 +# Generated on: 09/11/2022 # @{ @@ -12,7 +12,7 @@ RootModule = './Az.DataProtection.psm1' # Version number of this module. -ModuleVersion = '1.0.0' +ModuleVersion = '1.0.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -145,7 +145,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - # ReleaseNotes = '' + ReleaseNotes = '* Fix spacing issues in Set-AzDataProtectionMSIPermission.ps1' # Prerelease string of this module # Prerelease = '' diff --git a/src/DataProtection/Changelog.md b/src/DataProtection/Changelog.md index 866128da567e..3e862ec50c72 100644 --- a/src/DataProtection/Changelog.md +++ b/src/DataProtection/Changelog.md @@ -19,6 +19,9 @@ --> ## Upcoming Release +## Version 1.0.1 +* Fix spacing issues in Set-AzDataProtectionMSIPermission.ps1 + ## Version 1.0.0 * Fixed list parameter set for `Get-AzDataProtectionBackupVault` diff --git a/src/DataProtection/Properties/AssemblyInfo.cs b/src/DataProtection/Properties/AssemblyInfo.cs index f4ac83706f1e..a032878b1eea 100644 --- a/src/DataProtection/Properties/AssemblyInfo.cs +++ b/src/DataProtection/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("ab240bd4-c397-4629-a993-21763b35faed")] -[assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index 034933923494..f1c8b9924192 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -76,7 +76,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; }, @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.16.10'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; }, - @{ModuleName = 'Az.DataProtection'; RequiredVersion = '1.0.0'; }, + @{ModuleName = 'Az.DataProtection'; RequiredVersion = '1.0.1'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.1'; }, @{ModuleName = 'Az.DesktopVirtualization'; RequiredVersion = '3.1.1'; }, @{ModuleName = 'Az.DeploymentManager'; RequiredVersion = '1.1.0'; }, diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index b285e5803edd..c380fa452ddb 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -96,7 +96,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.3.0'; }, @{ModuleName = 'Az.DataMigration'; RequiredVersion = '0.12.0'; }, - @{ModuleName = 'Az.DataProtection'; RequiredVersion = '1.0.0'; }, + @{ModuleName = 'Az.DataProtection'; RequiredVersion = '1.0.1'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.0.1'; }, @{ModuleName = 'Az.DedicatedHsm'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.DeploymentManager'; RequiredVersion = '1.1.0'; }, diff --git a/tools/Docs/az-ps-latest.csv b/tools/Docs/az-ps-latest.csv index 86a7b86cd999..6f907e3ef937 100644 --- a/tools/Docs/az-ps-latest.csv +++ b/tools/Docs/az-ps-latest.csv @@ -42,7 +42,7 @@ pac40,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataFac pac41,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataLakeAnalytics,1.0.2 pac42,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataLakeStore,1.3.0 pac43,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataMigration,0.12.0 -pac44,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataProtection,1.0.0 +pac44,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataProtection,1.0.1 pac45,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DataShare,1.0.1 pac46,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DedicatedHsm,0.3.0 pac47,[ps=true;customSource=https://www.powershellgallery.com/api/v2/]Az.DeploymentManager,1.1.0 diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json b/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json index 2411dc333a05..eea2b68db1c6 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.DataProtection.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.DataProtection", - "ModuleVersion": "1.0.0", + "ModuleVersion": "1.0.1", "Cmdlets": [ { "VerbName": "Backup", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobId": "System.String" } @@ -68,7 +68,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -140,7 +140,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -150,7 +150,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -341,7 +341,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -357,7 +357,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -438,7 +438,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -546,7 +546,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -562,7 +562,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -722,7 +722,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -738,7 +738,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -826,7 +826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -842,7 +842,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -854,7 +854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -881,7 +881,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle" }, "ValidateNotNullOrEmpty": false @@ -897,7 +897,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -915,7 +915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -950,7 +950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -968,7 +968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1003,7 +1003,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle" }, "ValidateNotNullOrEmpty": false @@ -1019,7 +1019,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -1037,7 +1037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RetentionRuleName, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1064,7 +1064,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -1080,7 +1080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -1092,7 +1092,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1110,7 +1110,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria" }, "ValidateNotNullOrEmpty": false @@ -1126,7 +1126,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -1144,7 +1144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1179,7 +1179,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -1197,7 +1197,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1217,7 +1217,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria" }, "ValidateNotNullOrEmpty": false @@ -1233,7 +1233,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -1251,7 +1251,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.TagName, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1278,7 +1278,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -1294,7 +1294,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -1322,7 +1322,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -1368,7 +1368,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupFindRestorableTimeRangesResponseResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupFindRestorableTimeRangesResponseResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupFindRestorableTimeRangesResponseResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestorableTimeRange": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange[]", "ObjectType": "System.String" @@ -1421,7 +1421,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1470,7 +1470,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1480,7 +1480,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1583,7 +1583,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreSourceDataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -1662,7 +1662,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1678,7 +1678,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1751,7 +1751,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance" } @@ -1807,7 +1807,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -1852,7 +1852,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -1862,7 +1862,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2003,7 +2003,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2019,7 +2019,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2165,7 +2165,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2181,7 +2181,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2247,7 +2247,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -2310,7 +2310,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2326,7 +2326,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2426,7 +2426,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2442,7 +2442,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2515,7 +2515,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBaseBackupPolicyResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBaseBackupPolicyResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBaseBackupPolicyResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "DatasourceType": "System.String[]" @@ -2572,7 +2572,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -2617,7 +2617,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2627,7 +2627,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2768,7 +2768,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2784,7 +2784,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2930,7 +2930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -2946,7 +2946,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3012,7 +3012,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -3075,7 +3075,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3091,7 +3091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3191,7 +3191,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3207,7 +3207,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3280,7 +3280,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupVaultResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupVaultResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupVaultResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StorageSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[]", "AzureMonitorAlertsForAllJobFailure": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState]", @@ -3332,7 +3332,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -3377,7 +3377,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3387,7 +3387,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3510,7 +3510,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3526,7 +3526,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3657,7 +3657,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3673,7 +3673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3789,7 +3789,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3805,7 +3805,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3871,7 +3871,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -3934,7 +3934,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -3950,7 +3950,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4050,7 +4050,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4066,7 +4066,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4139,7 +4139,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupJobResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupJobResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupJobResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ExtendedInfoAdditionalDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobExtendedInfoAdditionalDetails", "ExtendedInfoSubTask": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask[]", @@ -4232,7 +4232,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -4277,7 +4277,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4287,7 +4287,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4428,7 +4428,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4444,7 +4444,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4590,7 +4590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4606,7 +4606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4672,7 +4672,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -4735,7 +4735,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4751,7 +4751,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4851,7 +4851,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4867,7 +4867,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4940,7 +4940,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryValueForSingleApi", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryValueForSingleApi, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryValueForSingleApi, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceSpecificationLogSpecification": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification[]", "IsDataAction": "System.Nullable`1[System.Boolean]", @@ -4985,7 +4985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -4995,7 +4995,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5072,7 +5072,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5088,7 +5088,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5161,7 +5161,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -5177,7 +5177,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -5192,7 +5192,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -5219,7 +5219,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRecoveryPointResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRecoveryPointResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRecoveryPointResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String" } @@ -5294,7 +5294,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -5339,7 +5339,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5349,7 +5349,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5535,7 +5535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5551,7 +5551,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5730,7 +5730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5746,7 +5746,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5812,7 +5812,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -5875,7 +5875,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5891,7 +5891,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -5991,7 +5991,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6007,7 +6007,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6080,7 +6080,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperation": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]", @@ -6128,7 +6128,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -6173,7 +6173,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6183,7 +6183,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6306,7 +6306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6322,7 +6322,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6453,7 +6453,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6469,7 +6469,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6535,7 +6535,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -6598,7 +6598,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6614,7 +6614,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6714,7 +6714,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6730,7 +6730,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -6803,7 +6803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance" } @@ -6819,7 +6819,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6864,7 +6864,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6888,7 +6888,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -6963,7 +6963,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7005,7 +7005,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -7024,7 +7024,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7033,7 +7033,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7051,7 +7051,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7114,7 +7114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7123,7 +7123,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.BackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.BackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.BackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance", "Tag": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDppProxyResourceTags", @@ -7204,7 +7204,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7219,7 +7219,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7249,7 +7249,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7324,7 +7324,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7374,7 +7374,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7389,7 +7389,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7419,7 +7419,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7494,7 +7494,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7514,7 +7514,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.BackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.BackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.BackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance", "Tag": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDppProxyResourceTags", @@ -7553,7 +7553,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7568,7 +7568,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7598,7 +7598,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7673,7 +7673,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7693,7 +7693,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.BackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.BackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.BackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance", "Tag": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDppProxyResourceTags", @@ -7795,7 +7795,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7810,7 +7810,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7840,7 +7840,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7915,7 +7915,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7965,7 +7965,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -7980,7 +7980,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8010,7 +8010,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.RestoreTargetType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8085,7 +8085,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SecretStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8131,7 +8131,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance" } @@ -8183,7 +8183,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8193,7 +8193,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8284,7 +8284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance" } @@ -8366,7 +8366,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8382,7 +8382,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8485,7 +8485,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBaseBackupPolicyResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBaseBackupPolicyResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBaseBackupPolicyResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "DatasourceType": "System.String[]" @@ -8529,7 +8529,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -8572,7 +8572,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8582,7 +8582,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8670,7 +8670,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupPolicy, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyRule": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]" } @@ -8737,7 +8737,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8753,7 +8753,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8866,7 +8866,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting" }, "ValidateNotNullOrEmpty": false @@ -8903,7 +8903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -8952,7 +8952,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -8962,7 +8962,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9059,7 +9059,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting" }, "ValidateNotNullOrEmpty": false @@ -9120,7 +9120,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9199,7 +9199,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9215,7 +9215,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9316,7 +9316,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9325,7 +9325,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -9340,7 +9340,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9355,7 +9355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9382,7 +9382,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysOfMonth": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay[]", "AbsoluteCriterion": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]", @@ -9403,7 +9403,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9412,7 +9412,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -9422,7 +9422,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth" }, "ValidateNotNullOrEmpty": false @@ -9432,7 +9432,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear" }, "ValidateNotNullOrEmpty": false @@ -9468,7 +9468,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteTagCriteria, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9488,7 +9488,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek" }, "ValidateNotNullOrEmpty": false @@ -9504,7 +9504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth" }, "ValidateNotNullOrEmpty": false @@ -9520,7 +9520,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear" }, "ValidateNotNullOrEmpty": false @@ -9557,7 +9557,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear" }, "ValidateNotNullOrEmpty": false @@ -9641,7 +9641,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9681,7 +9681,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BackupFrequency, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -9723,7 +9723,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperation": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]", @@ -9828,7 +9828,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -9838,7 +9838,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10020,7 +10020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10036,7 +10036,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10109,7 +10109,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetDataStoreCopySetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting[]", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", @@ -10129,7 +10129,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10138,7 +10138,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10156,7 +10156,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10165,7 +10165,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } @@ -10180,7 +10180,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10195,7 +10195,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DurationType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10225,7 +10225,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10240,7 +10240,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CopyOption, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -10319,7 +10319,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -10373,7 +10373,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10383,7 +10383,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10556,7 +10556,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10572,7 +10572,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10668,7 +10668,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -10746,7 +10746,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10762,7 +10762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10907,7 +10907,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10923,7 +10923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11078,7 +11078,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -11123,7 +11123,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11133,7 +11133,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11282,7 +11282,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11298,7 +11298,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11379,7 +11379,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -11442,7 +11442,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11458,7 +11458,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11573,7 +11573,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11589,7 +11589,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11717,7 +11717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -11762,7 +11762,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11772,7 +11772,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11903,7 +11903,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11919,7 +11919,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12000,7 +12000,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -12063,7 +12063,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12079,7 +12079,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12194,7 +12194,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12210,7 +12210,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12338,7 +12338,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -12383,7 +12383,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12393,7 +12393,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12524,7 +12524,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12540,7 +12540,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12621,7 +12621,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -12684,7 +12684,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12700,7 +12700,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12815,7 +12815,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12831,7 +12831,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12968,7 +12968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -13022,7 +13022,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13032,7 +13032,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13202,7 +13202,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13218,7 +13218,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13314,7 +13314,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -13392,7 +13392,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13408,7 +13408,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13553,7 +13553,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13569,7 +13569,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13695,7 +13695,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13724,7 +13724,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus" }, "ValidateNotNullOrEmpty": false @@ -13756,7 +13756,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13803,7 +13803,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus" }, "ValidateNotNullOrEmpty": false @@ -13854,7 +13854,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -13901,7 +13901,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation" }, "ValidateNotNullOrEmpty": false @@ -13911,7 +13911,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus" }, "ValidateNotNullOrEmpty": false @@ -13943,7 +13943,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DatasourceTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14020,7 +14020,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation" }, "ValidateNotNullOrEmpty": false @@ -14036,7 +14036,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus" }, "ValidateNotNullOrEmpty": false @@ -14077,7 +14077,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance" } @@ -14131,7 +14131,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance" } @@ -14221,7 +14221,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobId": "System.String" } @@ -14273,7 +14273,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -14297,7 +14297,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "RecoveryOption": "System.String", @@ -14311,7 +14311,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -14360,7 +14360,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14370,7 +14370,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14531,7 +14531,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14547,7 +14547,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14628,7 +14628,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -14758,7 +14758,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14774,7 +14774,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14870,7 +14870,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "RecoveryOption": "System.String", @@ -14890,7 +14890,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -15029,7 +15029,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15045,7 +15045,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15182,7 +15182,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -15236,7 +15236,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15246,7 +15246,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15416,7 +15416,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15432,7 +15432,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15528,7 +15528,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -15606,7 +15606,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15622,7 +15622,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15767,7 +15767,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15783,7 +15783,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15935,7 +15935,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -15989,7 +15989,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15999,7 +15999,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16169,7 +16169,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16185,7 +16185,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16281,7 +16281,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -16359,7 +16359,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16375,7 +16375,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16520,7 +16520,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16536,7 +16536,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16691,7 +16691,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16731,7 +16731,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16741,7 +16741,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16865,7 +16865,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SyncType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16929,7 +16929,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16945,7 +16945,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17048,7 +17048,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobId": "System.String" } @@ -17091,7 +17091,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAuthCredentials", "DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasource", @@ -17144,7 +17144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17154,7 +17154,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17251,7 +17251,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAuthCredentials", "DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasource", @@ -17328,7 +17328,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17344,7 +17344,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17432,7 +17432,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IOperationJobExtendedInfo, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "JobId": "System.String" } @@ -17475,7 +17475,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -17521,7 +17521,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17531,7 +17531,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17637,7 +17637,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAzureBackupRestoreRequest, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestoreTargetInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", @@ -17707,7 +17707,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17723,7 +17723,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17826,7 +17826,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstanceResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Property": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance" } @@ -17909,7 +17909,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17919,7 +17919,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18089,7 +18089,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18105,7 +18105,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18208,7 +18208,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupVaultResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupVaultResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupVaultResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "StorageSetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[]", "AzureMonitorAlertsForAllJobFailure": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState]", @@ -18259,7 +18259,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -18282,7 +18282,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18340,7 +18340,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18350,7 +18350,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18447,7 +18447,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18541,7 +18541,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18557,7 +18557,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18638,7 +18638,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IDataProtectionIdentity, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BackupInstanceName": "System.String", "BackupPolicyName": "System.String", @@ -18667,7 +18667,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18761,7 +18761,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18777,7 +18777,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18858,7 +18858,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18952,7 +18952,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18968,7 +18968,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19056,7 +19056,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardResource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardResource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardResource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceGuardOperation": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]", @@ -19162,7 +19162,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19172,7 +19172,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19355,7 +19355,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19371,7 +19371,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -19477,7 +19477,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.SendAsyncStep, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -19660,13 +19660,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBasePolicyRule, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "ObjectType": "System.String" @@ -19675,7 +19675,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISourceLifeCycle, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetDataStoreCopySetting": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting[]", "SourceDataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", @@ -19687,13 +19687,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ITargetCopySetting, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", "DataStoreObjectType": "System.String", @@ -19703,7 +19703,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19781,7 +19781,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IScheduleBasedBackupCriteria, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DaysOfMonth": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay[]", "AbsoluteCriterion": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]", @@ -19794,13 +19794,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDay, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IsLast": "System.Nullable`1[System.Boolean]", "Date": "System.Nullable`1[System.Int32]" @@ -19825,13 +19825,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19896,13 +19896,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DayOfWeek, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -19967,13 +19967,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20038,13 +20038,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeekNumber, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20120,13 +20120,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestorableTimeRange, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EndTime": "System.String", "ObjectType": "System.String", @@ -20136,7 +20136,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IBackupInstance, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceAuthCredentials": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAuthCredentials", "DataSourceInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasource", @@ -20154,7 +20154,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAuthCredentials": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAuthCredentials", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAuthCredentials, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IAuthCredentials, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String" } @@ -20162,7 +20162,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasource": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasource", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasource, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasource, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "ResourceId": "System.String", @@ -20176,7 +20176,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasourceSet": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasourceSet", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasourceSet, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDatasourceSet, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatasourceType": "System.String", "ObjectType": "System.String", @@ -20190,7 +20190,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IPolicyInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IPolicyInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IPolicyInfo, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IPolicyInfo, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PolicyParameter": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IPolicyParameters", "PolicyId": "System.String", @@ -20200,7 +20200,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IPolicyParameters": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IPolicyParameters", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IPolicyParameters, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IPolicyParameters, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStoreParametersList": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters[]" } @@ -20208,13 +20208,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDataStoreParameters, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataStoreType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DataStoreTypes", "ObjectType": "System.String" @@ -20223,7 +20223,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IProtectionStatusDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IProtectionStatusDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IProtectionStatusDetails, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IProtectionStatusDetails, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ErrorDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError", "Status": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status]" @@ -20232,7 +20232,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InnerError": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerError", "Detail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError[]", @@ -20248,7 +20248,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerError": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerError", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerError, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerError, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EmbeddedInnerError": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerError", "AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerErrorAdditionalInfo", @@ -20258,18 +20258,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerErrorAdditionalInfo": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerErrorAdditionalInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerErrorAdditionalInfo, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IInnerErrorAdditionalInfo, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingError" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingErrorProperties": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingErrorProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingErrorProperties, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IUserFacingErrorProperties, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.String[]": { "Namespace": "System", @@ -20280,7 +20280,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status" ] @@ -20288,7 +20288,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Status, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20353,7 +20353,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState" ] @@ -20361,7 +20361,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CurrentProtectionState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20426,7 +20426,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType" ] @@ -20434,7 +20434,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20499,13 +20499,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IStorageSetting, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DatastoreType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes]", "Type": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes]" @@ -20514,7 +20514,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes" ] @@ -20522,7 +20522,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingStoreTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20587,7 +20587,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes" ] @@ -20595,7 +20595,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.StorageSettingTypes, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20660,7 +20660,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState" ] @@ -20668,7 +20668,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AlertsState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20733,7 +20733,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState" ] @@ -20741,7 +20741,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProvisioningState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20806,7 +20806,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState" ] @@ -20814,7 +20814,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ResourceMoveState, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -20879,18 +20879,18 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobExtendedInfoAdditionalDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobExtendedInfoAdditionalDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobExtendedInfoAdditionalDetails, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobExtendedInfoAdditionalDetails, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTask, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTaskAdditionalDetails", "TaskId": "System.Int32", @@ -20902,7 +20902,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTaskAdditionalDetails": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTaskAdditionalDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTaskAdditionalDetails, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IJobSubTaskAdditionalDetails, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[System.DateTime]": { "Namespace": "System", @@ -20923,13 +20923,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IClientDiscoveryForLogSpecification, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BlobDuration": "System.String", "DisplayName": "System.String", @@ -20939,13 +20939,13 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation[]": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation[], Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation[], Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IResourceGuardOperation, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RequestResourceType": "System.String", "VaultCriticalOperation": "System.String" @@ -20954,7 +20954,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IRestoreTargetInfoBase, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ObjectType": "System.String", "RecoveryOption": "System.String", @@ -20964,7 +20964,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.SourceDataStoreType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21029,12 +21029,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDppProxyResourceTags": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDppProxyResourceTags", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDppProxyResourceTags, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.IDppProxyResourceTags, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISystemData": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISystemData", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISystemData, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20220501.ISystemData, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CreatedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]", "LastModifiedByType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]", @@ -21047,7 +21047,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType" ] @@ -21055,7 +21055,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.CreatedByType, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -21120,7 +21120,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.DaysOfWeek, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -21212,7 +21212,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.WeeksOfMonth, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -21299,7 +21299,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthsOfYear, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -21386,7 +21386,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ProtectionStatus, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -21473,7 +21473,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobOperation, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals", @@ -21560,7 +21560,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus, Az.DataProtection.private, Version=0.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.JobStatus, Az.DataProtection.private, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "Equals",