From 2f282a30f4268af3b129e052b177a6437939826c Mon Sep 17 00:00:00 2001 From: azure-powershell-bot <65331932+azure-powershell-bot@users.noreply.github.com> Date: Tue, 23 Sep 2025 06:30:17 +0000 Subject: [PATCH] Bump up version for DataMigration --- NuGet.Config | 2 + .../DataMigration/Az.DataMigration.psd1 | 25 +- src/DataMigration/DataMigration/ChangeLog.md | 2 + .../DataMigration/Properties/AssemblyInfo.cs | 4 +- tools/Az/Az.psd1 | 2 +- tools/AzPreview/AzPreview.psd1 | 3 +- tools/Docs/az-ps-latest-1.csv | 2 +- tools/Docs/az-ps-latest-2.csv | 59 +- .../SerializedCmdlets/Az.DataMigration.json | 7674 ++++++++++++----- tools/VersionController/MinimalVersion.csv | 1 - 10 files changed, 5476 insertions(+), 2298 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index 1e672054a7c7..8a7bbaaae733 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -40,6 +40,8 @@ + + diff --git a/src/DataMigration/DataMigration/Az.DataMigration.psd1 b/src/DataMigration/DataMigration/Az.DataMigration.psd1 index d6be00083263..e2abf8c1b3ce 100644 --- a/src/DataMigration/DataMigration/Az.DataMigration.psd1 +++ b/src/DataMigration/DataMigration/Az.DataMigration.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 9/17/2025 +# Generated on: 9/23/2025 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.15.0' +ModuleVersion = '1.0.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,17 +53,17 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'DataMigration.Autorest/bin/Az.DataMigration.private.dll', 'Microsoft.Azure.PowerShell.DataMigration.Management.Sdk.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -ScriptsToProcess = @() +# ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() +# TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'DataMigration.Autorest/Az.DataMigration.format.ps1xml' @@ -150,8 +150,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure', 'ResourceManager', 'ARM', 'Sql', 'Database', 'Data', 'Migration', - 'Service' + Tags = 'Azure','ResourceManager','ARM','Sql','Database','Data','Migration','Service' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -163,9 +162,13 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Bumped up data migration API to 2025-03-15-preview -* Added support for migrations from Azure Blob to Sql MI using managed identity. - - Added new optional params in commandlet New-AzDataMigrationToSqlManagedInstance' + ReleaseNotes = '* General availability for module Az.DataMigration +* Upgraded Data Migration API to stable version ''2025-06-30''. +* Added support for retrying database migrations and for deleting SQL VM and SQL MI Database Migration Services. +* Added cmdlets: + - ''Invoke-AzDataMigrationRetryToSqlDb'' + - ''Remove-AzDataMigrationToSqlManagedInstance'' + - ''Remove-AzDataMigrationToSqlVM''' # Prerelease string of this module # Prerelease = '' @@ -178,7 +181,7 @@ PrivateData = @{ } # End of PSData hashtable -} # End of PrivateData hashtable + } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/DataMigration/DataMigration/ChangeLog.md b/src/DataMigration/DataMigration/ChangeLog.md index a365d8eebdb3..40fa80df9de2 100644 --- a/src/DataMigration/DataMigration/ChangeLog.md +++ b/src/DataMigration/DataMigration/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.0.0 * General availability for module Az.DataMigration * Upgraded Data Migration API to stable version `2025-06-30`. * Added support for retrying database migrations and for deleting SQL VM and SQL MI Database Migration Services. diff --git a/src/DataMigration/DataMigration/Properties/AssemblyInfo.cs b/src/DataMigration/DataMigration/Properties/AssemblyInfo.cs index 522a1d2a5509..9b7cd78b92e2 100644 --- a/src/DataMigration/DataMigration/Properties/AssemblyInfo.cs +++ b/src/DataMigration/DataMigration/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.15.0")] -[assembly: AssemblyFileVersion("0.15.0")] +[assembly: AssemblyVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.0.0")] diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index 7b41cfec752a..d91369e089fc 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -81,7 +81,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }, @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.19.4'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.0'; }, - @{ModuleName = 'Az.DataMigration'; RequiredVersion = '0.15.0'; }, + @{ModuleName = 'Az.DataMigration'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.7.0'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.DataTransfer'; RequiredVersion = '1.0.0'; }, diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index 14659fc064ab..e1c3aaa1e8cf 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -109,7 +109,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }, @{ModuleName = 'Az.DataFactory'; RequiredVersion = '1.19.4'; }, @{ModuleName = 'Az.DataLakeAnalytics'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.DataLakeStore'; RequiredVersion = '1.5.0'; }, - @{ModuleName = 'Az.DataMigration'; RequiredVersion = '0.15.0'; }, + @{ModuleName = 'Az.DataMigration'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.DataProtection'; RequiredVersion = '2.7.0'; }, @{ModuleName = 'Az.DataShare'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.DataTransfer'; RequiredVersion = '1.0.0'; }, @@ -220,6 +220,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }, @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '4.1.1'; }, @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '3.7.0'; }, @{ModuleName = 'Az.ServiceLinker'; RequiredVersion = '0.3.0'; }, + @{ModuleName = 'Az.Sftp'; RequiredVersion = '0.1.0'; }, @{ModuleName = 'Az.SignalR'; RequiredVersion = '2.1.0'; }, @{ModuleName = 'Az.Sphere'; RequiredVersion = '0.1.3'; }, @{ModuleName = 'Az.SpringCloud'; RequiredVersion = '0.4.0'; }, diff --git a/tools/Docs/az-ps-latest-1.csv b/tools/Docs/az-ps-latest-1.csv index b6f01f3dd4ce..fb627f107fdb 100644 --- a/tools/Docs/az-ps-latest-1.csv +++ b/tools/Docs/az-ps-latest-1.csv @@ -55,7 +55,7 @@ pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataFactory.1.19.4.zip;sourceType=sa]Az.DataFactory,1.19.4 pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeAnalytics.1.1.0.zip;sourceType=sa]Az.DataLakeAnalytics,1.1.0 pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataLakeStore.1.5.0.zip;sourceType=sa]Az.DataLakeStore,1.5.0 -pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataMigration.0.15.0.zip;sourceType=sa]Az.DataMigration,0.15.0 +pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataMigration.1.0.0.zip;sourceType=sa]Az.DataMigration,1.0.0 pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataProtection.2.7.0.zip;sourceType=sa]Az.DataProtection,2.7.0 pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataShare.1.1.1.zip;sourceType=sa]Az.DataShare,1.1.1 pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.DataTransfer.1.0.0.zip;sourceType=sa]Az.DataTransfer,1.0.0 diff --git a/tools/Docs/az-ps-latest-2.csv b/tools/Docs/az-ps-latest-2.csv index 4d0d9545a6e0..d037bd68f1e5 100644 --- a/tools/Docs/az-ps-latest-2.csv +++ b/tools/Docs/az-ps-latest-2.csv @@ -44,33 +44,34 @@ pac42,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac43,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceBus.4.1.1.zip;sourceType=sa]Az.ServiceBus,4.1.1 pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceFabric.3.7.0.zip;sourceType=sa]Az.ServiceFabric,3.7.0 pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ServiceLinker.0.3.0.zip;sourceType=sa]Az.ServiceLinker,0.3.0 -pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.1.0.zip;sourceType=sa]Az.SignalR,2.1.0 -pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.3.zip;sourceType=sa]Az.Sphere,0.1.3 -pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.4.0.zip;sourceType=sa]Az.SpringCloud,0.4.0 -pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.1.0.zip;sourceType=sa]Az.Sql,6.1.0 -pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.4.0.zip;sourceType=sa]Az.SqlVirtualMachine,2.4.0 -pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.3.zip;sourceType=sa]Az.Ssh,0.2.3 -pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.2.zip;sourceType=sa]Az.StackHCI,2.6.2 -pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.0.zip;sourceType=sa]Az.StackHCIVM,1.1.0 -pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.3.0.zip;sourceType=sa]Az.StandbyPool,0.3.0 -pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.1.0.zip;sourceType=sa]Az.Storage,9.1.0 -pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.0.zip;sourceType=sa]Az.StorageAction,1.0.0 -pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.2.0.zip;sourceType=sa]Az.StorageCache,0.2.0 -pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.0.1.0.zip;sourceType=sa]Az.StorageDiscovery,0.1.0 -pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.1.5.1.zip;sourceType=sa]Az.StorageMover,1.5.1 -pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.5.2.zip;sourceType=sa]Az.StorageSync,2.5.2 -pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.2.1.1.zip;sourceType=sa]Az.StreamAnalytics,2.1.1 -pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.12.0.zip;sourceType=sa]Az.Subscription,0.12.0 -pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.2.1.0.zip;sourceType=sa]Az.Support,2.1.0 -pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.2.2.zip;sourceType=sa]Az.Synapse,3.2.2 -pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.2.zip;sourceType=sa]Az.Terraform,0.1.2 -pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.3.zip;sourceType=sa]Az.TimeSeriesInsights,0.2.3 -pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.3.0.zip;sourceType=sa]Az.TrafficManager,1.3.0 -pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrustedSigning.0.1.2.zip;sourceType=sa]Az.TrustedSigning,0.1.2 -pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.8.0.zip;sourceType=sa]Az.VMware,0.8.0 -pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.2.0.zip;sourceType=sa]Az.VoiceServices,0.2.0 -pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.4.1.zip;sourceType=sa]Az.Websites,3.4.1 -pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WeightsAndBiases.0.1.0.zip;sourceType=sa]Az.WeightsAndBiases,0.1.0 -pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.2.0.zip;sourceType=sa]Az.WindowsIotServices,0.2.0 -pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.1.0.0.zip;sourceType=sa]Az.Workloads,1.0.0 +pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sftp.0.1.0.zip;sourceType=sa]Az.Sftp,0.1.0 +pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SignalR.2.1.0.zip;sourceType=sa]Az.SignalR,2.1.0 +pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sphere.0.1.3.zip;sourceType=sa]Az.Sphere,0.1.3 +pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SpringCloud.0.4.0.zip;sourceType=sa]Az.SpringCloud,0.4.0 +pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.6.1.0.zip;sourceType=sa]Az.Sql,6.1.0 +pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.4.0.zip;sourceType=sa]Az.SqlVirtualMachine,2.4.0 +pac52,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.3.zip;sourceType=sa]Az.Ssh,0.2.3 +pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.2.zip;sourceType=sa]Az.StackHCI,2.6.2 +pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.0.zip;sourceType=sa]Az.StackHCIVM,1.1.0 +pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.3.0.zip;sourceType=sa]Az.StandbyPool,0.3.0 +pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.1.0.zip;sourceType=sa]Az.Storage,9.1.0 +pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.0.zip;sourceType=sa]Az.StorageAction,1.0.0 +pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.2.0.zip;sourceType=sa]Az.StorageCache,0.2.0 +pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.0.1.0.zip;sourceType=sa]Az.StorageDiscovery,0.1.0 +pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageMover.1.5.1.zip;sourceType=sa]Az.StorageMover,1.5.1 +pac61,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageSync.2.5.2.zip;sourceType=sa]Az.StorageSync,2.5.2 +pac62,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StreamAnalytics.2.1.1.zip;sourceType=sa]Az.StreamAnalytics,2.1.1 +pac63,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Subscription.0.12.0.zip;sourceType=sa]Az.Subscription,0.12.0 +pac64,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Support.2.1.0.zip;sourceType=sa]Az.Support,2.1.0 +pac65,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Synapse.3.2.2.zip;sourceType=sa]Az.Synapse,3.2.2 +pac66,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Terraform.0.1.2.zip;sourceType=sa]Az.Terraform,0.1.2 +pac67,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TimeSeriesInsights.0.2.3.zip;sourceType=sa]Az.TimeSeriesInsights,0.2.3 +pac68,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrafficManager.1.3.0.zip;sourceType=sa]Az.TrafficManager,1.3.0 +pac69,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.TrustedSigning.0.1.2.zip;sourceType=sa]Az.TrustedSigning,0.1.2 +pac70,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VMware.0.8.0.zip;sourceType=sa]Az.VMware,0.8.0 +pac71,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.VoiceServices.0.2.0.zip;sourceType=sa]Az.VoiceServices,0.2.0 +pac72,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Websites.3.4.1.zip;sourceType=sa]Az.Websites,3.4.1 +pac73,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WeightsAndBiases.0.1.0.zip;sourceType=sa]Az.WeightsAndBiases,0.1.0 +pac74,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.WindowsIotServices.0.2.0.zip;sourceType=sa]Az.WindowsIotServices,0.2.0 +pac75,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Workloads.1.0.0.zip;sourceType=sa]Az.Workloads,1.0.0 diff --git a/tools/Tools.Common/SerializedCmdlets/Az.DataMigration.json b/tools/Tools.Common/SerializedCmdlets/Az.DataMigration.json index ed88ad271bd1..675dcd878269 100644 --- a/tools/Tools.Common/SerializedCmdlets/Az.DataMigration.json +++ b/tools/Tools.Common/SerializedCmdlets/Az.DataMigration.json @@ -1,6 +1,6 @@ { "ModuleName": "Az.DataMigration", - "ModuleVersion": "0.15.0", + "ModuleVersion": "1.0.0", "Cmdlets": [ { "VerbName": "Get", @@ -16,7 +16,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -74,7 +74,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -169,7 +169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -513,7 +513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -904,7 +904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask", "ResourceGroupName": "System.String", @@ -962,7 +962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -1035,7 +1035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1044,7 +1044,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum" ] @@ -1097,7 +1097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -1119,7 +1119,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum" ] @@ -1189,7 +1189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -1296,7 +1296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -1351,7 +1351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1430,7 +1430,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum" ] @@ -1642,7 +1642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -1751,7 +1751,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum" ] @@ -2023,7 +2023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ResultTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2205,7 +2205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2288,7 +2288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2412,7 +2412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.CommandTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2501,7 +2501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSAzureActiveDirectoryApp", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSAzureActiveDirectoryApp, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSAzureActiveDirectoryApp, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AppKey": "System.Security.SecureString", "ApplicationId": "System.String", @@ -2770,7 +2770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -2817,7 +2817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.ServerTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -3290,7 +3290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb", "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Setting": "Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings", "Name": "System.String" @@ -3587,7 +3587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb", "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbDatabaseSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbDatabaseSetting, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbDatabaseSetting, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Setting": "Microsoft.Azure.Management.DataMigration.Models.MongoDbDatabaseSettings", "Name": "System.String" @@ -3665,7 +3665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb", "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[], Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[], Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting" }, "ValidateNotNullOrEmpty": false @@ -3757,7 +3757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb", "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[], Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting[], Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting" }, "ValidateNotNullOrEmpty": false @@ -3832,7 +3832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -3890,7 +3890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -4048,7 +4048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -5279,7 +5279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -5902,7 +5902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask", "ResourceGroupName": "System.String", @@ -5960,7 +5960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -5985,7 +5985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -6083,7 +6083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -6105,7 +6105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -6202,7 +6202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -6284,7 +6284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -6426,7 +6426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": true }, @@ -6534,7 +6534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -6657,7 +6657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProject, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Project": "Microsoft.Azure.Management.DataMigration.Models.Project", "ResourceGroupName": "System.String", @@ -7144,7 +7144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -7257,7 +7257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -7728,7 +7728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask", "ResourceGroupName": "System.String", @@ -7851,7 +7851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask", "ResourceGroupName": "System.String", @@ -8293,7 +8293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -8388,7 +8388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -8739,7 +8739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -8834,7 +8834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSDataMigrationService, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Service": "Microsoft.Azure.Management.DataMigration.Models.DataMigrationService", "ResourceGroupName": "System.String", @@ -9185,7 +9185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask", "ResourceGroupName": "System.String", @@ -9299,7 +9299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.PSProjectTask, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProjectTask": "Microsoft.Azure.Management.DataMigration.Models.ProjectTask", "ResourceGroupName": "System.String", @@ -10756,9 +10756,9 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlMigrationService, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlMigrationService", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlMigrationService, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IntegrationRuntimeState": "System.String", "ProvisioningState": "System.String" @@ -10806,7 +10806,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -10850,7 +10850,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -10860,7 +10860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11007,7 +11007,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11023,7 +11023,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11187,7 +11187,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11203,7 +11203,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11352,7 +11352,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11368,7 +11368,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11467,7 +11467,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -11529,7 +11529,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11545,7 +11545,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11678,7 +11678,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11694,7 +11694,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11798,9 +11798,9 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IAuthenticationKeys", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IAuthenticationKeys, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IAuthenticationKeys", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IAuthenticationKeys, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthKey1": "System.String", "AuthKey2": "System.String" @@ -11867,7 +11867,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -11877,7 +11877,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12021,7 +12021,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12037,7 +12037,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12141,11 +12141,11 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IIntegrationRuntimeMonitoringData", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IIntegrationRuntimeMonitoringData, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IIntegrationRuntimeMonitoringData", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IIntegrationRuntimeMonitoringData, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Node": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringData[]", + "Node": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringData[]", "Name": "System.String" } }, @@ -12210,7 +12210,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12220,7 +12220,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12364,7 +12364,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12380,7 +12380,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12484,9 +12484,9 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigration", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigration, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigration", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigration, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", @@ -12571,7 +12571,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12581,7 +12581,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12725,7 +12725,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12741,7 +12741,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -12845,11 +12845,11 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlDb", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlDb, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlDb", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlDb, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "MigrationStatusDetailListOfCopyProgressDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ICopyProgressDetails[]", + "MigrationStatusDetailListOfCopyProgressDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ICopyProgressDetails[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", @@ -12930,7 +12930,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -12992,7 +12992,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13002,7 +13002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13191,7 +13191,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13207,7 +13207,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13306,7 +13306,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -13398,7 +13398,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13414,7 +13414,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13577,7 +13577,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13593,7 +13593,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13697,11 +13697,11 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlMi", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlMi, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlMi", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlMi, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IMigrationStatusDetails", + "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationStatusDetails", "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities", "AzureBlobAuthType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]", "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]", @@ -13788,7 +13788,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -13850,7 +13850,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -13860,7 +13860,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14049,7 +14049,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14065,7 +14065,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14164,7 +14164,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -14256,7 +14256,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14272,7 +14272,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14435,7 +14435,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14451,7 +14451,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14555,11 +14555,11 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlVM", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlVM, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlVM", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlVM, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IMigrationStatusDetails", + "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationStatusDetails", "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities", "AzureBlobAuthType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]", "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]", @@ -14646,7 +14646,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -14708,7 +14708,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14718,7 +14718,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14907,7 +14907,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -14923,7 +14923,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15022,7 +15022,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -15114,7 +15114,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15130,7 +15130,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15293,7 +15293,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15309,7 +15309,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15504,7 +15504,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15514,7 +15514,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15711,7 +15711,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15727,7 +15727,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15937,7 +15937,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -15947,7 +15947,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16144,7 +16144,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16160,7 +16160,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -16268,14 +16268,14 @@ ] }, { - "VerbName": "New", - "NounName": "AzDataMigrationLoginsMigration", - "Name": "New-AzDataMigrationLoginsMigration", - "ClassName": "New-AzDataMigrationLoginsMigration", + "VerbName": "Invoke", + "NounName": "AzDataMigrationRetryToSqlDb", + "Name": "Invoke-AzDataMigrationRetryToSqlDb", + "ClassName": "Invoke-AzDataMigrationRetryToSqlDb", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ConfigFile", + "DefaultParameterSetName": "RetryExpanded", "OutputTypes": [ { "Type": { @@ -16290,17 +16290,16 @@ ], "Parameters": [ { - "Name": "SourceSqlConnectionString", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "TargetSqlConnectionString", + "Name": "SqlDbInstanceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -16309,7 +16308,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "CSVFilePath", + "Name": "SubscriptionId", "Type": { "Namespace": "System", "Name": "System.String", @@ -16318,35 +16317,50 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ListOfLogin", + "Name": "TargetDbName", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "OutputFolder", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "ManagedInstanceName": "System.String", + "MigrationName": "System.String", + "MigrationServiceName": "System.String", + "ResourceGroupName": "System.String", + "SqlDbInstanceName": "System.String", + "SqlMigrationServiceName": "System.String", + "SqlVirtualMachineName": "System.String", + "SubscriptionId": "System.String", + "TargetDbName": "System.String", + "TargetResourceName": "System.String" + } }, "ValidateNotNullOrEmpty": false }, { - "Name": "AADDomainName", + "Name": "MigrationOperationInput", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationOperationInput", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationOperationInput, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MigrationOperationId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, { - "Name": "ConfigFilePath", + "Name": "MigrationOperationId", "Type": { "Namespace": "System", "Name": "System.String", @@ -16354,6 +16368,66 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "PassThru", "Type": { @@ -16363,6 +16437,33 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "ProgressAction", "AliasList": [ @@ -16378,16 +16479,15 @@ ], "ParameterSets": [ { - "Name": "CommandLine", + "Name": "RetryExpanded", "Parameters": [ { "ParameterMetadata": { - "Name": "SourceSqlConnectionString", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -16398,7 +16498,7 @@ }, { "ParameterMetadata": { - "Name": "TargetSqlConnectionString", + "Name": "SqlDbInstanceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -16413,7 +16513,7 @@ }, { "ParameterMetadata": { - "Name": "CSVFilePath", + "Name": "SubscriptionId", "Type": { "Namespace": "System", "Name": "System.String", @@ -16428,23 +16528,22 @@ }, { "ParameterMetadata": { - "Name": "ListOfLogin", + "Name": "TargetDbName", "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "OutputFolder", + "Name": "MigrationOperationId", "Type": { "Namespace": "System", "Name": "System.String", @@ -16452,18 +16551,22 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AADDomainName", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16474,7 +16577,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -16489,14 +16592,11 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "Break", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16504,34 +16604,31 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ConfigFile", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ConfigFilePath", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -16542,14 +16639,11 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "NoWait", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16557,12 +16651,7 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "PassThru", @@ -16580,14 +16669,26 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16595,116 +16696,48 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ] - }, - { - "VerbName": "New", - "NounName": "AzDataMigrationSqlServerSchema", - "Name": "New-AzDataMigrationSqlServerSchema", - "ClassName": "New-AzDataMigrationSqlServerSchema", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ConfigFile", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ParameterSets": [ - "__AllParameterSets" + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } ] - } - ], - "Parameters": [ - { - "Name": "Action", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceConnectionString", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TargetConnectionString", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "InputScriptFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "OutputFolder", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ConfigFilePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false }, { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "CommandLine", + "Name": "Retry", "Parameters": [ { "ParameterMetadata": { - "Name": "Action", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -16719,7 +16752,7 @@ }, { "ParameterMetadata": { - "Name": "SourceConnectionString", + "Name": "SqlDbInstanceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -16734,7 +16767,7 @@ }, { "ParameterMetadata": { - "Name": "TargetConnectionString", + "Name": "SubscriptionId", "Type": { "Namespace": "System", "Name": "System.String", @@ -16742,14 +16775,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "InputScriptFilePath", + "Name": "TargetDbName", "Type": { "Namespace": "System", "Name": "System.String", @@ -16757,18 +16790,40 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "OutputFolder", + "Name": "MigrationOperationInput", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationOperationInput", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationOperationInput, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MigrationOperationId": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16779,7 +16834,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -16794,14 +16849,11 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "Break", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16809,34 +16861,31 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ConfigFile", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ConfigFilePath", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -16847,14 +16896,11 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "NoWait", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16862,12 +16908,7 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "PassThru", @@ -16885,14 +16926,26 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -16900,249 +16953,76 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ] - }, - { - "VerbName": "New", - "NounName": "AzDataMigrationSqlService", - "Name": "New-AzDataMigrationSqlService", - "ClassName": "New-AzDataMigrationSqlService", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "CreateExpanded", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlMigrationService, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IntegrationRuntimeState": "System.String", - "ProvisioningState": "System.String" - } - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "SqlMigrationServiceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Location", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Break", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyCredential", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyUseDefaultCredentials", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SqlMigrationServiceName" - ], + "Name": "ProxyUseDefaultCredentials", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "RetryViaIdentityExpanded", + "Parameters": [ { "ParameterMetadata": { - "Name": "SubscriptionId", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "ManagedInstanceName": "System.String", + "MigrationName": "System.String", + "MigrationServiceName": "System.String", + "ResourceGroupName": "System.String", + "SqlDbInstanceName": "System.String", + "SqlMigrationServiceName": "System.String", + "SqlVirtualMachineName": "System.String", + "SubscriptionId": "System.String", + "TargetDbName": "System.String", + "TargetResourceName": "System.String" + } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Location", + "Name": "MigrationOperationId", "Type": { "Namespace": "System", "Name": "System.String", @@ -17150,22 +17030,7 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Tag", - "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable", - "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -17225,7 +17090,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17241,7 +17106,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17345,222 +17210,67 @@ "ValueFromPipelineByPropertyName": false } ] - } - ] - }, - { - "VerbName": "New", - "NounName": "AzDataMigrationSqlServiceAuthKey", - "Name": "New-AzDataMigrationSqlServiceAuthKey", - "ClassName": "New-AzDataMigrationSqlServiceAuthKey", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "RegenerateExpanded", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IRegenAuthKeys", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IRegenAuthKeys, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AuthKey1": "System.String", - "AuthKey2": "System.String", - "KeyName": "System.String" - } - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SqlMigrationServiceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AuthKey1", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AuthKey2", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "KeyName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Break", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyCredential", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyUseDefaultCredentials", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false }, { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "RetryViaIdentity", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "ManagedInstanceName": "System.String", + "MigrationName": "System.String", + "MigrationServiceName": "System.String", + "ResourceGroupName": "System.String", + "SqlDbInstanceName": "System.String", + "SqlMigrationServiceName": "System.String", + "SqlVirtualMachineName": "System.String", + "SubscriptionId": "System.String", + "TargetDbName": "System.String", + "TargetResourceName": "System.String" + } }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SqlMigrationServiceName", + "Name": "MigrationOperationInput", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationOperationInput", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationOperationInput, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MigrationOperationId": "System.String" + } }, "ValidateNotNullOrEmpty": false }, "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17571,11 +17281,11 @@ }, { "ParameterMetadata": { - "Name": "AuthKey1", + "Name": "AsJob", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17586,11 +17296,11 @@ }, { "ParameterMetadata": { - "Name": "AuthKey2", + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17601,11 +17311,12 @@ }, { "ParameterMetadata": { - "Name": "KeyName", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -17616,15 +17327,12 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -17635,7 +17343,7 @@ }, { "ParameterMetadata": { - "Name": "Break", + "Name": "NoWait", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -17650,12 +17358,11 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelineAppend", + "Name": "PassThru", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -17666,11 +17373,144 @@ }, { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -17680,6 +17520,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "PassThru", @@ -17764,13 +17619,13 @@ }, { "VerbName": "New", - "NounName": "AzDataMigrationTdeCertificateMigration", - "Name": "New-AzDataMigrationTdeCertificateMigration", - "ClassName": "New-AzDataMigrationTdeCertificateMigration", + "NounName": "AzDataMigrationLoginsMigration", + "Name": "New-AzDataMigrationLoginsMigration", + "ClassName": "New-AzDataMigrationLoginsMigration", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "CommandLine", + "DefaultParameterSetName": "ConfigFile", "OutputTypes": [ { "Type": { @@ -17787,14 +17642,15 @@ { "Name": "SourceSqlConnectionString", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, { - "Name": "TargetSubscriptionId", + "Name": "TargetSqlConnectionString", "Type": { "Namespace": "System", "Name": "System.String", @@ -17803,7 +17659,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "TargetResourceGroupName", + "Name": "CSVFilePath", "Type": { "Namespace": "System", "Name": "System.String", @@ -17812,16 +17668,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "TargetManagedInstanceName", + "Name": "ListOfLogin", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, { - "Name": "NetworkSharePath", + "Name": "OutputFolder", "Type": { "Namespace": "System", "Name": "System.String", @@ -17830,7 +17687,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "NetworkShareDomain", + "Name": "AADDomainName", "Type": { "Namespace": "System", "Name": "System.String", @@ -17839,17 +17696,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DatabaseName", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NetworkShareUserName", + "Name": "ConfigFilePath", "Type": { "Namespace": "System", "Name": "System.String", @@ -17857,15 +17704,6 @@ }, "ValidateNotNullOrEmpty": false }, - { - "Name": "NetworkSharePassword", - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "PassThru", "Type": { @@ -17890,15 +17728,16 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "CommandLine", "Parameters": [ { "ParameterMetadata": { "Name": "SourceSqlConnectionString", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, @@ -17909,7 +17748,7 @@ }, { "ParameterMetadata": { - "Name": "TargetSubscriptionId", + "Name": "TargetSqlConnectionString", "Type": { "Namespace": "System", "Name": "System.String", @@ -17924,7 +17763,7 @@ }, { "ParameterMetadata": { - "Name": "TargetResourceGroupName", + "Name": "CSVFilePath", "Type": { "Namespace": "System", "Name": "System.String", @@ -17932,29 +17771,30 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "TargetManagedInstanceName", + "Name": "ListOfLogin", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NetworkSharePath", + "Name": "OutputFolder", "Type": { "Namespace": "System", "Name": "System.String", @@ -17962,14 +17802,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NetworkShareDomain", + "Name": "AADDomainName", "Type": { "Namespace": "System", "Name": "System.String", @@ -17977,34 +17817,36 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DatabaseName", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NetworkShareUserName", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18012,14 +17854,34 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NetworkSharePassword", + } + ] + }, + { + "Name": "ConfigFile", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ConfigFilePath", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18028,6 +17890,29 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "PassThru", @@ -18067,52 +17952,19 @@ }, { "VerbName": "New", - "NounName": "AzDataMigrationToSqlDb", - "Name": "New-AzDataMigrationToSqlDb", - "ClassName": "New-AzDataMigrationToSqlDb", + "NounName": "AzDataMigrationSqlServerSchema", + "Name": "New-AzDataMigrationSqlServerSchema", + "ClassName": "New-AzDataMigrationSqlServerSchema", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "CreateExpanded", + "DefaultParameterSetName": "ConfigFile", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlDb", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlDb, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "MigrationStatusDetailListOfCopyProgressDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ICopyProgressDetails[]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", - "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", - "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", - "TargetSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", - "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]", - "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]", - "TargetSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]", - "EndedOn": "System.Nullable`1[System.DateTime]", - "StartedOn": "System.Nullable`1[System.DateTime]", - "SourceSqlConnectionPassword": "System.Security.SecureString", - "TargetSqlConnectionPassword": "System.Security.SecureString", - "TargetDatabaseCollation": "System.String", - "TargetSqlConnectionAuthentication": "System.String", - "TargetSqlConnectionDataSource": "System.String", - "SourceSqlConnectionUserName": "System.String", - "SourceSqlConnectionDataSource": "System.String", - "SourceServerName": "System.String", - "SourceDatabaseName": "System.String", - "Scope": "System.String", - "ProvisioningError": "System.String", - "MigrationStatusDetailMigrationState": "System.String", - "MigrationStatus": "System.String", - "MigrationService": "System.String", - "MigrationOperationId": "System.String", - "MigrationFailureErrorMessage": "System.String", - "MigrationFailureErrorCode": "System.String", - "SourceSqlConnectionAuthentication": "System.String", - "TargetSqlConnectionUserName": "System.String", - "MigrationStatusDetailSqlDataCopyError": "System.String[]", - "TableList": "System.String[]" - } + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ParameterSets": [ "__AllParameterSets" @@ -18121,79 +17973,7 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SqlDbInstanceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TargetDbName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SubscriptionId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Kind", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MigrationService", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Scope", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceDatabaseName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceSqlConnectionAuthentication", + "Name": "Action", "Type": { "Namespace": "System", "Name": "System.String", @@ -18202,7 +17982,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionDataSource", + "Name": "SourceConnectionString", "Type": { "Namespace": "System", "Name": "System.String", @@ -18211,34 +17991,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionEncryptConnection", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceSqlConnectionPassword", - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceSqlConnectionTrustServerCertificate", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceSqlConnectionUserName", + "Name": "TargetConnectionString", "Type": { "Namespace": "System", "Name": "System.String", @@ -18247,17 +18000,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "TableList", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TargetDatabaseCollation", + "Name": "InputScriptFilePath", "Type": { "Namespace": "System", "Name": "System.String", @@ -18266,7 +18009,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "TargetSqlConnectionAuthentication", + "Name": "OutputFolder", "Type": { "Namespace": "System", "Name": "System.String", @@ -18275,7 +18018,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "TargetSqlConnectionDataSource", + "Name": "ConfigFilePath", "Type": { "Namespace": "System", "Name": "System.String", @@ -18284,25 +18027,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "TargetSqlConnectionEncryptConnection", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TargetSqlConnectionPassword", - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TargetSqlConnectionTrustServerCertificate", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -18311,130 +18036,25 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "TargetSqlConnectionUserName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", + "Name": "ProgressAction", "AliasList": [ - "AzureRMContext", - "AzureCredential" + "proga" ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Break", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "HttpPipelinePrepend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NoWait", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Proxy", - "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyCredential", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProxyUseDefaultCredentials", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false } ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "CommandLine", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Action", "Type": { "Namespace": "System", "Name": "System.String", @@ -18449,7 +18069,7 @@ }, { "ParameterMetadata": { - "Name": "SqlDbInstanceName", + "Name": "SourceConnectionString", "Type": { "Namespace": "System", "Name": "System.String", @@ -18464,7 +18084,7 @@ }, { "ParameterMetadata": { - "Name": "TargetDbName", + "Name": "TargetConnectionString", "Type": { "Namespace": "System", "Name": "System.String", @@ -18479,37 +18099,7 @@ }, { "ParameterMetadata": { - "Name": "SubscriptionId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Kind", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "MigrationService", + "Name": "InputScriptFilePath", "Type": { "Namespace": "System", "Name": "System.String", @@ -18524,7 +18114,7 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "OutputFolder", "Type": { "Namespace": "System", "Name": "System.String", @@ -18539,11 +18129,11 @@ }, { "ParameterMetadata": { - "Name": "SourceDatabaseName", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18554,11 +18144,14 @@ }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionAuthentication", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18566,10 +18159,15 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "ConfigFile", + "Parameters": [ { "ParameterMetadata": { - "Name": "SourceSqlConnectionDataSource", + "Name": "ConfigFilePath", "Type": { "Namespace": "System", "Name": "System.String", @@ -18577,14 +18175,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionEncryptConnection", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -18599,11 +18197,14 @@ }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionPassword", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18611,10 +18212,15 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "SourceSqlConnectionTrustServerCertificate", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -18629,72 +18235,14 @@ }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionUserName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "TableList", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "TargetDatabaseCollation", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "TargetSqlConnectionAuthentication", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "TargetSqlConnectionDataSource", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -18702,44 +18250,238 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzDataMigrationSqlService", + "Name": "New-AzDataMigrationSqlService", + "ClassName": "New-AzDataMigrationSqlService", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlMigrationService", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlMigrationService, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IntegrationRuntimeState": "System.String", + "ProvisioningState": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "SqlMigrationServiceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Location", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "TargetSqlConnectionEncryptConnection", + "Name": "Name", + "AliasList": [ + "SqlMigrationServiceName" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "TargetSqlConnectionPassword", + "Name": "ResourceGroupName", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "TargetSqlConnectionTrustServerCertificate", + "Name": "SubscriptionId", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -18750,7 +18492,7 @@ }, { "ParameterMetadata": { - "Name": "TargetSqlConnectionUserName", + "Name": "Location", "Type": { "Namespace": "System", "Name": "System.String", @@ -18763,6 +18505,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Tag", + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -18818,7 +18575,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18834,7 +18591,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -18943,57 +18700,23 @@ }, { "VerbName": "New", - "NounName": "AzDataMigrationToSqlManagedInstance", - "Name": "New-AzDataMigrationToSqlManagedInstance", - "ClassName": "New-AzDataMigrationToSqlManagedInstance", + "NounName": "AzDataMigrationSqlServiceAuthKey", + "Name": "New-AzDataMigrationSqlServiceAuthKey", + "ClassName": "New-AzDataMigrationSqlServiceAuthKey", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "RegenerateExpanded", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlMi", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlMi, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IRegenAuthKeys", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IRegenAuthKeys, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IMigrationStatusDetails", - "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities", - "AzureBlobAuthType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]", - "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", - "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", - "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", - "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]", - "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]", - "StartedOn": "System.Nullable`1[System.DateTime]", - "EndedOn": "System.Nullable`1[System.DateTime]", - "SourceSqlConnectionPassword": "System.Security.SecureString", - "FileSharePassword": "System.Security.SecureString", - "SourceSqlConnectionUserName": "System.String", - "TargetDatabaseCollation": "System.String", - "SourceSqlConnectionDataSource": "System.String", - "SourceSqlConnectionAuthentication": "System.String", - "SourceServerName": "System.String", - "SourceLocationFileStorageType": "System.String", - "SourceDatabaseName": "System.String", - "Scope": "System.String", - "AzureBlobAccountKey": "System.String", - "OfflineConfigurationLastBackupName": "System.String", - "TargetLocationAccountKey": "System.String", - "MigrationStatus": "System.String", - "MigrationService": "System.String", - "MigrationOperationId": "System.String", - "MigrationFailureErrorMessage": "System.String", - "MigrationFailureErrorCode": "System.String", - "IdentityTenantId": "System.String", - "IdentityPrincipalId": "System.String", - "FileShareUsername": "System.String", - "FileSharePath": "System.String", - "AzureBlobStorageAccountResourceId": "System.String", - "AzureBlobContainerName": "System.String", - "ProvisioningError": "System.String", - "TargetLocationStorageAccountResourceId": "System.String" + "AuthKey1": "System.String", + "AuthKey2": "System.String", + "KeyName": "System.String" } }, "ParameterSets": [ @@ -19002,15 +18725,6 @@ } ], "Parameters": [ - { - "Name": "ManagedInstanceName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, { "Name": "ResourceGroupName", "Type": { @@ -19021,7 +18735,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "TargetDbName", + "Name": "SqlMigrationServiceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -19039,43 +18753,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AzureBlobAccountKey", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AzureBlobAuthType", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AzureBlobContainerName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AzureBlobIdentityType", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AzureBlobStorageAccountResourceId", + "Name": "AuthKey1", "Type": { "Namespace": "System", "Name": "System.String", @@ -19084,16 +18762,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "FileSharePassword", - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "FileSharePath", + "Name": "AuthKey2", "Type": { "Namespace": "System", "Name": "System.String", @@ -19102,7 +18771,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "FileShareUsername", + "Name": "KeyName", "Type": { "Namespace": "System", "Name": "System.String", @@ -19111,35 +18780,20 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AzureBlobUserAssignedIdentity", - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Kind", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "MigrationService", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, { - "Name": "Offline", + "Name": "Break", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -19148,70 +18802,27 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "OfflineConfigurationLastBackupName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Scope", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceDatabaseName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceSqlConnectionAuthentication", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceSqlConnectionDataSource", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "SourceSqlConnectionEncryptConnection", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionPassword", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionTrustServerCertificate", + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -19220,74 +18831,25 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionUserName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageAccountKey", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageAccountResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TargetDatabaseCollation", + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, { - "Name": "NoWait", + "Name": "ProxyCredential", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, { - "Name": "PassThru", + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -19314,7 +18876,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "ManagedInstanceName", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -19329,7 +18891,7 @@ }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "SqlMigrationServiceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -19344,7 +18906,7 @@ }, { "ParameterMetadata": { - "Name": "TargetDbName", + "Name": "SubscriptionId", "Type": { "Namespace": "System", "Name": "System.String", @@ -19352,14 +18914,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SubscriptionId", + "Name": "AuthKey1", "Type": { "Namespace": "System", "Name": "System.String", @@ -19374,7 +18936,7 @@ }, { "ParameterMetadata": { - "Name": "AzureBlobAccountKey", + "Name": "AuthKey2", "Type": { "Namespace": "System", "Name": "System.String", @@ -19389,7 +18951,7 @@ }, { "ParameterMetadata": { - "Name": "AzureBlobAuthType", + "Name": "KeyName", "Type": { "Namespace": "System", "Name": "System.String", @@ -19404,11 +18966,15 @@ }, { "ParameterMetadata": { - "Name": "AzureBlobContainerName", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19419,11 +18985,11 @@ }, { "ParameterMetadata": { - "Name": "AzureBlobIdentityType", + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19434,11 +19000,12 @@ }, { "ParameterMetadata": { - "Name": "AzureBlobStorageAccountResourceId", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -19449,11 +19016,12 @@ }, { "ParameterMetadata": { - "Name": "FileSharePassword", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -19464,11 +19032,11 @@ }, { "ParameterMetadata": { - "Name": "FileSharePath", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19479,11 +19047,11 @@ }, { "ParameterMetadata": { - "Name": "FileShareUsername", + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -19494,12 +19062,11 @@ }, { "ParameterMetadata": { - "Name": "AzureBlobUserAssignedIdentity", + "Name": "ProxyCredential", "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "ElementType": "System.String" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19510,11 +19077,11 @@ }, { "ParameterMetadata": { - "Name": "Kind", + "Name": "ProxyUseDefaultCredentials", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19525,11 +19092,14 @@ }, { "ParameterMetadata": { - "Name": "MigrationService", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -19537,25 +19107,159 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzDataMigrationTdeCertificateMigration", + "Name": "New-AzDataMigrationTdeCertificateMigration", + "ClassName": "New-AzDataMigrationTdeCertificateMigration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CommandLine", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "SourceSqlConnectionString", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TargetSubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TargetResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TargetManagedInstanceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NetworkSharePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NetworkShareDomain", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NetworkShareUserName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NetworkSharePassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "Offline", + "Name": "SourceSqlConnectionString", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "OfflineConfigurationLastBackupName", + "Name": "TargetSubscriptionId", "Type": { "Namespace": "System", "Name": "System.String", @@ -19563,14 +19267,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "TargetResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -19578,14 +19282,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceDatabaseName", + "Name": "TargetManagedInstanceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -19593,14 +19297,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionAuthentication", + "Name": "NetworkSharePath", "Type": { "Namespace": "System", "Name": "System.String", @@ -19608,14 +19312,14 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionDataSource", + "Name": "NetworkShareDomain", "Type": { "Namespace": "System", "Name": "System.String", @@ -19623,104 +19327,30 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionEncryptConnection", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SourceSqlConnectionPassword", - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SourceSqlConnectionTrustServerCertificate", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SourceSqlConnectionUserName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageAccountKey", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageAccountResourceId", + "Name": "DatabaseName", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "TargetDatabaseCollation", + "Name": "NetworkShareUserName", "Type": { "Namespace": "System", "Name": "System.String", @@ -19735,45 +19365,11 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AsJob", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "NoWait", + "Name": "NetworkSharePassword", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -19821,9 +19417,9 @@ }, { "VerbName": "New", - "NounName": "AzDataMigrationToSqlVM", - "Name": "New-AzDataMigrationToSqlVM", - "ClassName": "New-AzDataMigrationToSqlVM", + "NounName": "AzDataMigrationToSqlDb", + "Name": "New-AzDataMigrationToSqlDb", + "ClassName": "New-AzDataMigrationToSqlDb", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -19831,47 +19427,41 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlVM", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDatabaseMigrationSqlVM, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlDb", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlDb, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IMigrationStatusDetails", - "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities", - "AzureBlobAuthType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]", - "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]", + "MigrationStatusDetailListOfCopyProgressDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ICopyProgressDetails[]", "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", - "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]", + "TargetSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]", - "StartedOn": "System.Nullable`1[System.DateTime]", + "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]", + "TargetSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]", "EndedOn": "System.Nullable`1[System.DateTime]", + "StartedOn": "System.Nullable`1[System.DateTime]", "SourceSqlConnectionPassword": "System.Security.SecureString", - "FileSharePassword": "System.Security.SecureString", - "SourceSqlConnectionUserName": "System.String", + "TargetSqlConnectionPassword": "System.Security.SecureString", "TargetDatabaseCollation": "System.String", + "TargetSqlConnectionAuthentication": "System.String", + "TargetSqlConnectionDataSource": "System.String", + "SourceSqlConnectionUserName": "System.String", "SourceSqlConnectionDataSource": "System.String", - "SourceSqlConnectionAuthentication": "System.String", "SourceServerName": "System.String", - "SourceLocationFileStorageType": "System.String", "SourceDatabaseName": "System.String", "Scope": "System.String", - "AzureBlobAccountKey": "System.String", - "OfflineConfigurationLastBackupName": "System.String", - "TargetLocationAccountKey": "System.String", + "ProvisioningError": "System.String", + "MigrationStatusDetailMigrationState": "System.String", "MigrationStatus": "System.String", "MigrationService": "System.String", "MigrationOperationId": "System.String", "MigrationFailureErrorMessage": "System.String", "MigrationFailureErrorCode": "System.String", - "IdentityTenantId": "System.String", - "IdentityPrincipalId": "System.String", - "FileShareUsername": "System.String", - "FileSharePath": "System.String", - "AzureBlobStorageAccountResourceId": "System.String", - "AzureBlobContainerName": "System.String", - "ProvisioningError": "System.String", - "TargetLocationStorageAccountResourceId": "System.String" + "SourceSqlConnectionAuthentication": "System.String", + "TargetSqlConnectionUserName": "System.String", + "MigrationStatusDetailSqlDataCopyError": "System.String[]", + "TableList": "System.String[]" } }, "ParameterSets": [ @@ -19890,7 +19480,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SqlVirtualMachineName", + "Name": "SqlDbInstanceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -19917,16 +19507,16 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AzureBlobAccountKey", + "Name": "Kind", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, { - "Name": "AzureBlobContainerName", + "Name": "MigrationService", "Type": { "Namespace": "System", "Name": "System.String", @@ -19935,7 +19525,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "AzureBlobStorageAccountResourceId", + "Name": "Scope", "Type": { "Namespace": "System", "Name": "System.String", @@ -19944,16 +19534,16 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "FileSharePassword", + "Name": "SourceDatabaseName", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "FileSharePath", + "Name": "SourceSqlConnectionAuthentication", "Type": { "Namespace": "System", "Name": "System.String", @@ -19962,7 +19552,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "FileShareUsername", + "Name": "SourceSqlConnectionDataSource", "Type": { "Namespace": "System", "Name": "System.String", @@ -19971,25 +19561,25 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Kind", + "Name": "SourceSqlConnectionEncryptConnection", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, { - "Name": "MigrationService", + "Name": "SourceSqlConnectionPassword", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, { - "Name": "Offline", + "Name": "SourceSqlConnectionTrustServerCertificate", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -19998,7 +19588,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "OfflineConfigurationLastBackupName", + "Name": "SourceSqlConnectionUserName", "Type": { "Namespace": "System", "Name": "System.String", @@ -20007,16 +19597,17 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Scope", + "Name": "TableList", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" }, "ValidateNotNullOrEmpty": false }, { - "Name": "SourceDatabaseName", + "Name": "TargetDatabaseCollation", "Type": { "Namespace": "System", "Name": "System.String", @@ -20025,7 +19616,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionAuthentication", + "Name": "TargetSqlConnectionAuthentication", "Type": { "Namespace": "System", "Name": "System.String", @@ -20034,7 +19625,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionDataSource", + "Name": "TargetSqlConnectionDataSource", "Type": { "Namespace": "System", "Name": "System.String", @@ -20043,7 +19634,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionEncryptConnection", + "Name": "TargetSqlConnectionEncryptConnection", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -20052,7 +19643,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionPassword", + "Name": "TargetSqlConnectionPassword", "Type": { "Namespace": "System.Security", "Name": "System.Security.SecureString", @@ -20061,7 +19652,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionTrustServerCertificate", + "Name": "TargetSqlConnectionTrustServerCertificate", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -20070,34 +19661,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SourceSqlConnectionUserName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageAccountKey", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "StorageAccountResourceId", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "TargetDatabaseCollation", + "Name": "TargetSqlConnectionUserName", "Type": { "Namespace": "System", "Name": "System.String", @@ -20141,7 +19705,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -20151,17 +19715,3476 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SqlDbInstanceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetDbName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MigrationService", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceDatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionAuthentication", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionDataSource", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionEncryptConnection", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionTrustServerCertificate", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionUserName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TableList", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetDatabaseCollation", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetSqlConnectionAuthentication", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetSqlConnectionDataSource", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetSqlConnectionEncryptConnection", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetSqlConnectionPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetSqlConnectionTrustServerCertificate", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetSqlConnectionUserName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzDataMigrationToSqlManagedInstance", + "Name": "New-AzDataMigrationToSqlManagedInstance", + "ClassName": "New-AzDataMigrationToSqlManagedInstance", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlMi", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlMi, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationStatusDetails", + "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities", + "AzureBlobAuthType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", + "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", + "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", + "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]", + "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]", + "StartedOn": "System.Nullable`1[System.DateTime]", + "EndedOn": "System.Nullable`1[System.DateTime]", + "SourceSqlConnectionPassword": "System.Security.SecureString", + "FileSharePassword": "System.Security.SecureString", + "SourceSqlConnectionUserName": "System.String", + "TargetDatabaseCollation": "System.String", + "SourceSqlConnectionDataSource": "System.String", + "SourceSqlConnectionAuthentication": "System.String", + "SourceServerName": "System.String", + "SourceLocationFileStorageType": "System.String", + "SourceDatabaseName": "System.String", + "Scope": "System.String", + "AzureBlobAccountKey": "System.String", + "OfflineConfigurationLastBackupName": "System.String", + "TargetLocationAccountKey": "System.String", + "MigrationStatus": "System.String", + "MigrationService": "System.String", + "MigrationOperationId": "System.String", + "MigrationFailureErrorMessage": "System.String", + "MigrationFailureErrorCode": "System.String", + "IdentityTenantId": "System.String", + "IdentityPrincipalId": "System.String", + "FileShareUsername": "System.String", + "FileSharePath": "System.String", + "AzureBlobStorageAccountResourceId": "System.String", + "AzureBlobContainerName": "System.String", + "ProvisioningError": "System.String", + "TargetLocationStorageAccountResourceId": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ManagedInstanceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TargetDbName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AzureBlobAccountKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AzureBlobAuthType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AzureBlobContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AzureBlobIdentityType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AzureBlobStorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FileSharePassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FileSharePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FileShareUsername", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AzureBlobUserAssignedIdentity", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MigrationService", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Offline", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfflineConfigurationLastBackupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceDatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionAuthentication", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionDataSource", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionEncryptConnection", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionTrustServerCertificate", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionUserName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TargetDatabaseCollation", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagedInstanceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetDbName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureBlobAccountKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureBlobAuthType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureBlobContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureBlobIdentityType", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureBlobStorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileSharePassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileSharePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileShareUsername", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureBlobUserAssignedIdentity", + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "ElementType": "System.String" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MigrationService", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Offline", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfflineConfigurationLastBackupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceDatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionAuthentication", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionDataSource", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionEncryptConnection", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionTrustServerCertificate", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionUserName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetDatabaseCollation", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "New", + "NounName": "AzDataMigrationToSqlVM", + "Name": "New-AzDataMigrationToSqlVM", + "ClassName": "New-AzDataMigrationToSqlVM", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CreateExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlVM", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlVM, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationStatusDetails", + "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities", + "AzureBlobAuthType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", + "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", + "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", + "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]", + "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]", + "StartedOn": "System.Nullable`1[System.DateTime]", + "EndedOn": "System.Nullable`1[System.DateTime]", + "SourceSqlConnectionPassword": "System.Security.SecureString", + "FileSharePassword": "System.Security.SecureString", + "SourceSqlConnectionUserName": "System.String", + "TargetDatabaseCollation": "System.String", + "SourceSqlConnectionDataSource": "System.String", + "SourceSqlConnectionAuthentication": "System.String", + "SourceServerName": "System.String", + "SourceLocationFileStorageType": "System.String", + "SourceDatabaseName": "System.String", + "Scope": "System.String", + "AzureBlobAccountKey": "System.String", + "OfflineConfigurationLastBackupName": "System.String", + "TargetLocationAccountKey": "System.String", + "MigrationStatus": "System.String", + "MigrationService": "System.String", + "MigrationOperationId": "System.String", + "MigrationFailureErrorMessage": "System.String", + "MigrationFailureErrorCode": "System.String", + "IdentityTenantId": "System.String", + "IdentityPrincipalId": "System.String", + "FileShareUsername": "System.String", + "FileSharePath": "System.String", + "AzureBlobStorageAccountResourceId": "System.String", + "AzureBlobContainerName": "System.String", + "ProvisioningError": "System.String", + "TargetLocationStorageAccountResourceId": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SqlVirtualMachineName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TargetDbName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AzureBlobAccountKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AzureBlobContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AzureBlobStorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FileSharePassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FileSharePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "FileShareUsername", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "MigrationService", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Offline", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "OfflineConfigurationLastBackupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceDatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionAuthentication", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionDataSource", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionEncryptConnection", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionTrustServerCertificate", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SourceSqlConnectionUserName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "TargetDatabaseCollation", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SqlVirtualMachineName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetDbName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureBlobAccountKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureBlobContainerName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AzureBlobStorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileSharePassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileSharePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileShareUsername", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Kind", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "MigrationService", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Offline", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "OfflineConfigurationLastBackupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Scope", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceDatabaseName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionAuthentication", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionDataSource", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionEncryptConnection", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionPassword", + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionTrustServerCertificate", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SourceSqlConnectionUserName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountResourceId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetDatabaseCollation", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Register", + "NounName": "AzDataMigrationIntegrationRuntime", + "Name": "Register-AzDataMigrationIntegrationRuntime", + "ClassName": "Register-AzDataMigrationIntegrationRuntime", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "AuthKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IntegrationRuntimePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AuthKey", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IntegrationRuntimePath", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzDataMigrationSqlService", + "Name": "Remove-AzDataMigrationSqlService", + "ClassName": "Remove-AzDataMigrationSqlService", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "Delete", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "SqlMigrationServiceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "ManagedInstanceName": "System.String", + "MigrationName": "System.String", + "MigrationServiceName": "System.String", + "ResourceGroupName": "System.String", + "SqlDbInstanceName": "System.String", + "SqlMigrationServiceName": "System.String", + "SqlVirtualMachineName": "System.String", + "SubscriptionId": "System.String", + "TargetDbName": "System.String", + "TargetResourceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "Delete", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "SqlMigrationServiceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DeleteViaIdentity", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "ManagedInstanceName": "System.String", + "MigrationName": "System.String", + "MigrationServiceName": "System.String", + "ResourceGroupName": "System.String", + "SqlDbInstanceName": "System.String", + "SqlMigrationServiceName": "System.String", + "SqlVirtualMachineName": "System.String", + "SubscriptionId": "System.String", + "TargetDbName": "System.String", + "TargetResourceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "HttpPipelinePrepend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Proxy", + "Type": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyCredential", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyUseDefaultCredentials", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ] + }, + { + "VerbName": "Remove", + "NounName": "AzDataMigrationSqlServiceNode", + "Name": "Remove-AzDataMigrationSqlServiceNode", + "ClassName": "Remove-AzDataMigrationSqlServiceNode", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DeleteExpanded", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDeleteNode", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDeleteNode, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IntegrationRuntimeName": "System.String", + "NodeName": "System.String" + } + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SqlMigrationServiceName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SubscriptionId", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "ManagedInstanceName": "System.String", + "MigrationName": "System.String", + "MigrationServiceName": "System.String", + "ResourceGroupName": "System.String", + "SqlDbInstanceName": "System.String", + "SqlMigrationServiceName": "System.String", + "SqlVirtualMachineName": "System.String", + "SubscriptionId": "System.String", + "TargetDbName": "System.String", + "TargetResourceName": "System.String" + } + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IntegrationRuntimeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "NodeName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Break", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "HttpPipelineAppend", + "Type": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, { - "Name": "NoWait", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -20216,7 +23239,7 @@ ], "ParameterSets": [ { - "Name": "__AllParameterSets", + "Name": "DeleteExpanded", "Parameters": [ { "ParameterMetadata": { @@ -20235,22 +23258,7 @@ }, { "ParameterMetadata": { - "Name": "SqlVirtualMachineName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "TargetDbName", + "Name": "SqlMigrationServiceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -20280,7 +23288,7 @@ }, { "ParameterMetadata": { - "Name": "AzureBlobAccountKey", + "Name": "IntegrationRuntimeName", "Type": { "Namespace": "System", "Name": "System.String", @@ -20295,7 +23303,7 @@ }, { "ParameterMetadata": { - "Name": "AzureBlobContainerName", + "Name": "NodeName", "Type": { "Namespace": "System", "Name": "System.String", @@ -20310,11 +23318,15 @@ }, { "ParameterMetadata": { - "Name": "AzureBlobStorageAccountResourceId", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20325,11 +23337,11 @@ }, { "ParameterMetadata": { - "Name": "FileSharePassword", + "Name": "Break", "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20340,11 +23352,12 @@ }, { "ParameterMetadata": { - "Name": "FileSharePath", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -20355,11 +23368,12 @@ }, { "ParameterMetadata": { - "Name": "FileShareUsername", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -20370,11 +23384,11 @@ }, { "ParameterMetadata": { - "Name": "Kind", + "Name": "PassThru", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20385,11 +23399,11 @@ }, { "ParameterMetadata": { - "Name": "MigrationService", + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -20400,11 +23414,11 @@ }, { "ParameterMetadata": { - "Name": "Offline", + "Name": "ProxyCredential", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20415,11 +23429,11 @@ }, { "ParameterMetadata": { - "Name": "OfflineConfigurationLastBackupName", + "Name": "ProxyUseDefaultCredentials", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20430,11 +23444,14 @@ }, { "ParameterMetadata": { - "Name": "Scope", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20442,25 +23459,43 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "DeleteViaIdentityExpanded", + "Parameters": [ { "ParameterMetadata": { - "Name": "SourceDatabaseName", + "Name": "InputObject", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Id": "System.String", + "ManagedInstanceName": "System.String", + "MigrationName": "System.String", + "MigrationServiceName": "System.String", + "ResourceGroupName": "System.String", + "SqlDbInstanceName": "System.String", + "SqlMigrationServiceName": "System.String", + "SqlVirtualMachineName": "System.String", + "SubscriptionId": "System.String", + "TargetDbName": "System.String", + "TargetResourceName": "System.String" + } }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionAuthentication", + "Name": "IntegrationRuntimeName", "Type": { "Namespace": "System", "Name": "System.String", @@ -20475,7 +23510,7 @@ }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionDataSource", + "Name": "NodeName", "Type": { "Namespace": "System", "Name": "System.String", @@ -20490,26 +23525,15 @@ }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionEncryptConnection", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SourceSqlConnectionPassword", - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20520,7 +23544,7 @@ }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionTrustServerCertificate", + "Name": "Break", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -20535,11 +23559,12 @@ }, { "ParameterMetadata": { - "Name": "SourceSqlConnectionUserName", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -20550,11 +23575,12 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountKey", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -20565,11 +23591,11 @@ }, { "ParameterMetadata": { - "Name": "StorageAccountResourceId", + "Name": "PassThru", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20580,11 +23606,11 @@ }, { "ParameterMetadata": { - "Name": "TargetDatabaseCollation", + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, @@ -20595,15 +23621,11 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "ProxyCredential", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20614,7 +23636,7 @@ }, { "ParameterMetadata": { - "Name": "AsJob", + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -20629,27 +23651,14 @@ }, { "ParameterMetadata": { - "Name": "Break", + "Name": "ProgressAction", + "AliasList": [ + "proga" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "HttpPipelineAppend", - "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + "Name": "System.Management.Automation.ActionPreference", + "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20657,15 +23666,19 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "HttpPipelinePrepend", + "Name": "IntegrationRuntimeName", "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20676,11 +23689,11 @@ }, { "ParameterMetadata": { - "Name": "NoWait", + "Name": "NodeName", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, "ValidateNotNullOrEmpty": false }, @@ -20691,11 +23704,15 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20706,11 +23723,11 @@ }, { "ParameterMetadata": { - "Name": "Proxy", + "Name": "Break", "Type": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20721,11 +23738,12 @@ }, { "ParameterMetadata": { - "Name": "ProxyCredential", + "Name": "HttpPipelineAppend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSCredential", - "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -20736,11 +23754,12 @@ }, { "ParameterMetadata": { - "Name": "ProxyUseDefaultCredentials", + "Name": "HttpPipelinePrepend", "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, @@ -20751,14 +23770,11 @@ }, { "ParameterMetadata": { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], + "Name": "PassThru", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20766,99 +23782,29 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - } - ] - }, - { - "VerbName": "Register", - "NounName": "AzDataMigrationIntegrationRuntime", - "Name": "Register-AzDataMigrationIntegrationRuntime", - "ClassName": "Register-AzDataMigrationIntegrationRuntime", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "AuthKey", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "IntegrationRuntimePath", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "PassThru", - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ProgressAction", - "AliasList": [ - "proga" - ], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.ActionPreference", - "AssemblyQualifiedName": "System.Management.Automation.ActionPreference, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" - }, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "AuthKey", + "Name": "Proxy", "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" }, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, + "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "IntegrationRuntimePath", + "Name": "ProxyCredential", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSCredential", + "AssemblyQualifiedName": "System.Management.Automation.PSCredential, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -20869,7 +23815,7 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "ProxyUseDefaultCredentials", "Type": { "Namespace": "System.Management.Automation", "Name": "System.Management.Automation.SwitchParameter", @@ -20906,9 +23852,9 @@ }, { "VerbName": "Remove", - "NounName": "AzDataMigrationSqlService", - "Name": "Remove-AzDataMigrationSqlService", - "ClassName": "Remove-AzDataMigrationSqlService", + "NounName": "AzDataMigrationToSqlDb", + "Name": "Remove-AzDataMigrationToSqlDb", + "ClassName": "Remove-AzDataMigrationToSqlDb", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -20927,10 +23873,7 @@ ], "Parameters": [ { - "Name": "Name", - "AliasList": [ - "SqlMigrationServiceName" - ], + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -20939,7 +23882,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "ResourceGroupName", + "Name": "SqlDbInstanceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -20956,12 +23899,21 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "TargetDbName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -20978,6 +23930,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -21014,7 +23975,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21024,7 +23985,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21093,10 +24054,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "SqlMigrationServiceName" - ], + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -21111,7 +24069,7 @@ }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "SqlDbInstanceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -21139,6 +24097,36 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "TargetDbName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -21194,7 +24182,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21210,7 +24198,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21324,7 +24312,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -21346,6 +24334,21 @@ "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -21401,7 +24404,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21417,7 +24420,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21525,6 +24528,21 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -21580,7 +24598,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21596,7 +24614,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21705,22 +24723,57 @@ }, { "VerbName": "Remove", - "NounName": "AzDataMigrationSqlServiceNode", - "Name": "Remove-AzDataMigrationSqlServiceNode", - "ClassName": "Remove-AzDataMigrationSqlServiceNode", + "NounName": "AzDataMigrationToSqlManagedInstance", + "Name": "Remove-AzDataMigrationToSqlManagedInstance", + "ClassName": "Remove-AzDataMigrationToSqlManagedInstance", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "DeleteExpanded", + "DefaultParameterSetName": "Delete", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDeleteNode", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IDeleteNode, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlMi", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlMi, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IntegrationRuntimeName": "System.String", - "NodeName": "System.String" + "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationStatusDetails", + "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities", + "AzureBlobAuthType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", + "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", + "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", + "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]", + "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]", + "StartedOn": "System.Nullable`1[System.DateTime]", + "EndedOn": "System.Nullable`1[System.DateTime]", + "SourceSqlConnectionPassword": "System.Security.SecureString", + "FileSharePassword": "System.Security.SecureString", + "SourceSqlConnectionUserName": "System.String", + "TargetDatabaseCollation": "System.String", + "SourceSqlConnectionDataSource": "System.String", + "SourceSqlConnectionAuthentication": "System.String", + "SourceServerName": "System.String", + "SourceLocationFileStorageType": "System.String", + "SourceDatabaseName": "System.String", + "Scope": "System.String", + "AzureBlobAccountKey": "System.String", + "OfflineConfigurationLastBackupName": "System.String", + "TargetLocationAccountKey": "System.String", + "MigrationStatus": "System.String", + "MigrationService": "System.String", + "MigrationOperationId": "System.String", + "MigrationFailureErrorMessage": "System.String", + "MigrationFailureErrorCode": "System.String", + "IdentityTenantId": "System.String", + "IdentityPrincipalId": "System.String", + "FileShareUsername": "System.String", + "FileSharePath": "System.String", + "AzureBlobStorageAccountResourceId": "System.String", + "AzureBlobContainerName": "System.String", + "ProvisioningError": "System.String", + "TargetLocationStorageAccountResourceId": "System.String" } }, "ParameterSets": [ @@ -21730,7 +24783,7 @@ ], "Parameters": [ { - "Name": "ResourceGroupName", + "Name": "ManagedInstanceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -21739,7 +24792,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SqlMigrationServiceName", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -21756,12 +24809,21 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "TargetDbName", + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "InputObject", "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -21779,20 +24841,11 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "IntegrationRuntimeName", - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" - }, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "NodeName", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21809,6 +24862,15 @@ }, "ValidateNotNullOrEmpty": false }, + { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "Break", "Type": { @@ -21823,7 +24885,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -21833,11 +24895,20 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false }, + { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, { "Name": "PassThru", "Type": { @@ -21889,11 +24960,11 @@ ], "ParameterSets": [ { - "Name": "DeleteExpanded", + "Name": "Delete", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ManagedInstanceName", "Type": { "Namespace": "System", "Name": "System.String", @@ -21908,7 +24979,7 @@ }, { "ParameterMetadata": { - "Name": "SqlMigrationServiceName", + "Name": "ResourceGroupName", "Type": { "Namespace": "System", "Name": "System.String", @@ -21938,7 +25009,7 @@ }, { "ParameterMetadata": { - "Name": "IntegrationRuntimeName", + "Name": "TargetDbName", "Type": { "Namespace": "System", "Name": "System.String", @@ -21946,18 +25017,18 @@ }, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "NodeName", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -21985,6 +25056,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AsJob", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Break", @@ -22006,7 +25092,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22022,7 +25108,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22032,6 +25118,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "PassThru", @@ -22113,7 +25214,7 @@ ] }, { - "Name": "DeleteViaIdentityExpanded", + "Name": "DeleteViaIdentity", "Parameters": [ { "ParameterMetadata": { @@ -22121,7 +25222,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -22145,11 +25246,11 @@ }, { "ParameterMetadata": { - "Name": "IntegrationRuntimeName", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22160,11 +25261,15 @@ }, { "ParameterMetadata": { - "Name": "NodeName", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22175,15 +25280,11 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22213,7 +25314,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22229,7 +25330,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22239,6 +25340,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "PassThru", @@ -22324,11 +25440,11 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "IntegrationRuntimeName", + "Name": "Force", "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22339,11 +25455,15 @@ }, { "ParameterMetadata": { - "Name": "NodeName", + "Name": "DefaultProfile", + "AliasList": [ + "AzureRMContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.PSObject", + "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22354,15 +25474,11 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzureRMContext", - "AzureCredential" - ], + "Name": "AsJob", "Type": { "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.PSObject", - "AssemblyQualifiedName": "System.Management.Automation.PSObject, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "ValidateNotNullOrEmpty": false }, @@ -22392,7 +25508,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22408,7 +25524,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22418,6 +25534,21 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "NoWait", + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=7.4.6.500, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + }, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "PassThru", @@ -22502,9 +25633,9 @@ }, { "VerbName": "Remove", - "NounName": "AzDataMigrationToSqlDb", - "Name": "Remove-AzDataMigrationToSqlDb", - "ClassName": "Remove-AzDataMigrationToSqlDb", + "NounName": "AzDataMigrationToSqlVM", + "Name": "Remove-AzDataMigrationToSqlVM", + "ClassName": "Remove-AzDataMigrationToSqlVM", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -22512,9 +25643,48 @@ "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlVM", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IDatabaseMigrationSqlVM, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MigrationStatusDetail": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationStatusDetails", + "IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities", + "AzureBlobAuthType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]", + "IdentityType": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]", + "ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", + "Kind": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", + "SourceSqlConnectionEncryptConnection": "System.Nullable`1[System.Boolean]", + "OfflineConfigurationOffline": "System.Nullable`1[System.Boolean]", + "SourceSqlConnectionTrustServerCertificate": "System.Nullable`1[System.Boolean]", + "StartedOn": "System.Nullable`1[System.DateTime]", + "EndedOn": "System.Nullable`1[System.DateTime]", + "SourceSqlConnectionPassword": "System.Security.SecureString", + "FileSharePassword": "System.Security.SecureString", + "SourceSqlConnectionUserName": "System.String", + "TargetDatabaseCollation": "System.String", + "SourceSqlConnectionDataSource": "System.String", + "SourceSqlConnectionAuthentication": "System.String", + "SourceServerName": "System.String", + "SourceLocationFileStorageType": "System.String", + "SourceDatabaseName": "System.String", + "Scope": "System.String", + "AzureBlobAccountKey": "System.String", + "OfflineConfigurationLastBackupName": "System.String", + "TargetLocationAccountKey": "System.String", + "MigrationStatus": "System.String", + "MigrationService": "System.String", + "MigrationOperationId": "System.String", + "MigrationFailureErrorMessage": "System.String", + "MigrationFailureErrorCode": "System.String", + "IdentityTenantId": "System.String", + "IdentityPrincipalId": "System.String", + "FileShareUsername": "System.String", + "FileSharePath": "System.String", + "AzureBlobStorageAccountResourceId": "System.String", + "AzureBlobContainerName": "System.String", + "ProvisioningError": "System.String", + "TargetLocationStorageAccountResourceId": "System.String" + } }, "ParameterSets": [ "__AllParameterSets" @@ -22532,7 +25702,7 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "SqlDbInstanceName", + "Name": "SqlVirtualMachineName", "Type": { "Namespace": "System", "Name": "System.String", @@ -22563,7 +25733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -22625,7 +25795,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22635,7 +25805,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22719,7 +25889,7 @@ }, { "ParameterMetadata": { - "Name": "SqlDbInstanceName", + "Name": "SqlVirtualMachineName", "Type": { "Namespace": "System", "Name": "System.String", @@ -22832,7 +26002,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22848,7 +26018,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -22962,7 +26132,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -23054,7 +26224,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23070,7 +26240,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23248,7 +26418,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23264,7 +26434,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23474,7 +26644,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23484,7 +26654,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23681,7 +26851,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23697,7 +26867,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23907,7 +27077,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -23917,7 +27087,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24114,7 +27284,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24130,7 +27300,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24340,7 +27510,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24350,7 +27520,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24547,7 +27717,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24563,7 +27733,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24682,9 +27852,9 @@ "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlMigrationService", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlMigrationService, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlMigrationService", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlMigrationService, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IntegrationRuntimeState": "System.String", "ProvisioningState": "System.String" @@ -24731,7 +27901,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -24793,7 +27963,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24803,7 +27973,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -24988,7 +28158,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25004,7 +28174,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25118,7 +28288,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String", "ManagedInstanceName": "System.String", @@ -25210,7 +28380,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25226,7 +28396,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25404,7 +28574,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -25420,7 +28590,7 @@ "Type": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep" }, "ValidateNotNullOrEmpty": false @@ -26368,7 +29538,7 @@ "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models", "Name": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.TaskTypeEnum, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "HasFlag", @@ -26715,7 +29885,7 @@ "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting": { "Namespace": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb", "Name": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.DataMigration.Models.MongoDb.MongoDbCollectionSetting, Microsoft.Azure.PowerShell.Cmdlets.DataMigration, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Setting": "Microsoft.Azure.Management.DataMigration.Models.MongoDbCollectionSettings", "Name": "System.String" @@ -26983,7 +30153,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.SendAsyncStep, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Target": "System.Object", "Method": "System.Reflection.MethodInfo" @@ -27153,18 +30323,18 @@ "Name": "System.Delegate", "AssemblyQualifiedName": "System.Delegate, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringData[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringData[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringData[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringData" + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringData[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringData[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringData[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringData" }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringData": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringData", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringData, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringData": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringData", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringData, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "AdditionalProperty": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringDataAdditionalProperties", + "AdditionalProperty": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringDataAdditionalProperties", "ReceivedByte": "System.Nullable`1[System.Double]", "SentByte": "System.Nullable`1[System.Double]", "AvailableMemoryInMb": "System.Nullable`1[System.Int32]", @@ -27175,10 +30345,10 @@ "NodeName": "System.String" } }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringDataAdditionalProperties": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringDataAdditionalProperties", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.INodeMonitoringDataAdditionalProperties, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringDataAdditionalProperties": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringDataAdditionalProperties", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.INodeMonitoringDataAdditionalProperties, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[System.Double]": { "Namespace": "System", @@ -27191,7 +30361,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState" ] @@ -27199,7 +30369,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ProvisioningState, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -27277,7 +30447,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType" ] @@ -27285,7 +30455,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ResourceType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -27360,16 +30530,16 @@ "Name": "System.DateTime", "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ICopyProgressDetails[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ICopyProgressDetails[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ICopyProgressDetails[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ICopyProgressDetails" + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ICopyProgressDetails[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ICopyProgressDetails[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ICopyProgressDetails[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ICopyProgressDetails" }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ICopyProgressDetails": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ICopyProgressDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ICopyProgressDetails, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ICopyProgressDetails": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ICopyProgressDetails", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ICopyProgressDetails, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CopyStart": "System.Nullable`1[System.DateTime]", "CopyThroughput": "System.Nullable`1[System.Double]", @@ -27398,14 +30568,14 @@ "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "ElementType": "System.String" }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IMigrationStatusDetails": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IMigrationStatusDetails", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.IMigrationStatusDetails, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationStatusDetails": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationStatusDetails", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationStatusDetails, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "FullBackupSetInfoListOfBackupFile": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo[]", - "LastRestoredBackupSetInfoListOfBackupFile": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo[]", - "ActiveBackupSet": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupSetInfo[]", + "FullBackupSetInfoListOfBackupFile": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo[]", + "LastRestoredBackupSetInfoListOfBackupFile": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo[]", + "ActiveBackupSet": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupSetInfo[]", "IsFullBackupRestored": "System.Nullable`1[System.Boolean]", "FullBackupSetInfoIsBackupRestored": "System.Nullable`1[System.Boolean]", "FullBackupSetInfoHasBackupChecksum": "System.Nullable`1[System.Boolean]", @@ -27438,16 +30608,16 @@ "InvalidFile": "System.String[]" } }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo" + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo" }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CopyThroughput": "System.Nullable`1[System.Double]", "CopyDuration": "System.Nullable`1[System.Int32]", @@ -27459,18 +30629,18 @@ "Status": "System.String" } }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupSetInfo[]": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupSetInfo[]", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupSetInfo[], Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupSetInfo" + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupSetInfo[]": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupSetInfo[]", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupSetInfo[], Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "ElementType": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupSetInfo" }, - "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupSetInfo": { - "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview", - "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupSetInfo", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupSetInfo, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupSetInfo": { + "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630", + "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupSetInfo", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupSetInfo, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ListOfBackupFile": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250315Preview.ISqlBackupFileInfo[]", + "ListOfBackupFile": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ISqlBackupFileInfo[]", "HasBackupChecksum": "System.Nullable`1[System.Boolean]", "IsBackupRestored": "System.Nullable`1[System.Boolean]", "BackupFinishDate": "System.Nullable`1[System.DateTime]", @@ -27486,12 +30656,12 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api60.IManagedServiceIdentityUserAssignedIdentities, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" }, "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType" ] @@ -27499,7 +30669,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.AuthType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", @@ -27564,7 +30734,7 @@ "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "GenericTypeArguments": [ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType" ] @@ -27572,7 +30742,7 @@ "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType": { "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support", "Name": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType, Az.DataMigration.private, Version=0.14.10.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Support.ManagedServiceIdentityType, Az.DataMigration.private, Version=0.15.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Methods": [ { "Name": "CompleteArgument", diff --git a/tools/VersionController/MinimalVersion.csv b/tools/VersionController/MinimalVersion.csv index e19959c2e013..a47c09690c5e 100644 --- a/tools/VersionController/MinimalVersion.csv +++ b/tools/VersionController/MinimalVersion.csv @@ -1,3 +1,2 @@ "Module","Minimal Version" "Az.StorageDiscovery","1.0.0" -"Az.DataMigration","1.0.0" \ No newline at end of file