Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate DataMigration from generation to main #24460

Merged
merged 2 commits into from
Mar 23, 2024
Merged

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Migrate DataMigration from generation to main
The last commit of src/DataMigration in generation is:
commit 87e6ad8 Author: Bhavikshah123 [email protected] Date: Mon Mar 18 12:33:50 2024 +0530 Change Login Migration Console App source to NuGet.org and Versioning support. (#24330) * Adding versioning to Login migration console app * Login migration Powershell script changes to change console app source change to Nuget.org and versioning support * Modularity changes * Removing try catch from the helper methods

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Mar 23, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Az.DataMigration
️✔️Build
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️Breaking Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzDataMigrationAssessment Get-AzDataMigrationAssessment Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationAssessment Get-AzDataMigrationAssessment changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationPerformanceDataCollection Get-AzDataMigrationPerformanceDataCollection Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationPerformanceDataCollection Get-AzDataMigrationPerformanceDataCollection changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationSkuRecommendation Get-AzDataMigrationSkuRecommendation Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationSkuRecommendation Get-AzDataMigrationSkuRecommendation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationSqlService Get-AzDataMigrationSqlService Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationSqlService Get-AzDataMigrationSqlService changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationSqlServiceMigration Get-AzDataMigrationSqlServiceMigration Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationSqlServiceMigration Get-AzDataMigrationSqlServiceMigration changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationToSqlDb Get-AzDataMigrationToSqlDb Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationToSqlDb Get-AzDataMigrationToSqlDb changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationToSqlManagedInstance Get-AzDataMigrationToSqlManagedInstance Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationToSqlManagedInstance Get-AzDataMigrationToSqlManagedInstance changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationToSqlVM Get-AzDataMigrationToSqlVM Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationToSqlVM Get-AzDataMigrationToSqlVM changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Windows PowerShell - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzDataMigrationAssessment Get-AzDataMigrationAssessment Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationAssessment Get-AzDataMigrationAssessment changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationPerformanceDataCollection Get-AzDataMigrationPerformanceDataCollection Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationPerformanceDataCollection Get-AzDataMigrationPerformanceDataCollection changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationSkuRecommendation Get-AzDataMigrationSkuRecommendation Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationSkuRecommendation Get-AzDataMigrationSkuRecommendation changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationSqlService Get-AzDataMigrationSqlService Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationSqlService Get-AzDataMigrationSqlService changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationSqlServiceMigration Get-AzDataMigrationSqlServiceMigration Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationSqlServiceMigration Get-AzDataMigrationSqlServiceMigration changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationToSqlDb Get-AzDataMigrationToSqlDb Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationToSqlDb Get-AzDataMigrationToSqlDb changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationToSqlManagedInstance Get-AzDataMigrationToSqlManagedInstance Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationToSqlManagedInstance Get-AzDataMigrationToSqlManagedInstance changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzDataMigrationToSqlVM Get-AzDataMigrationToSqlVM Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzDataMigrationToSqlVM Get-AzDataMigrationToSqlVM changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzDataMigrationProject 2 1 Unassigned_Variable Get-AzDataMigrationProject -InputObject $myService is a null-valued parameter value. -InputObject Assign value for $myService.
⚠️ Get-AzDataMigrationTask 2 1 Unassigned_Variable Get-AzDataMigrationTask -Project $myProject is a null-valued parameter value. -Project Assign value for $myProject.
⚠️ Invoke-AzDataMigrationCommand 1 1 Unassigned_Variable Invoke-AzDataMigrationCommand -ResourceGroupName $rg.ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $rg.ResourceGroupName.
⚠️ Invoke-AzDataMigrationCommand 1 1 Unassigned_Variable Invoke-AzDataMigrationCommand -ServiceName $service.Name is a null-valued parameter value. -ServiceName Assign value for $service.Name.
⚠️ Invoke-AzDataMigrationCommand 1 1 Unassigned_Variable Invoke-AzDataMigrationCommand -ProjectName $projectName is a null-valued parameter value. -ProjectName Assign value for $projectName.
⚠️ Invoke-AzDataMigrationCommand 1 1 Unassigned_Variable Invoke-AzDataMigrationCommand -TaskName $taskName is a null-valued parameter value. -TaskName Assign value for $taskName.
⚠️ Invoke-AzDataMigrationCutoverToSqlManagedInstance 1 3 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlManagedInstance -InputObject $miMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlMi.(Command).
⚠️ Invoke-AzDataMigrationCutoverToSqlVM 1 3 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlVM -InputObject $vmMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlVM.(Command).
⚠️ New-AzDataMigrationFileShare 1 1 Unassigned_Variable New-AzDataMigrationFileShare -Path $fileSharePath is a null-valued parameter value. -Path Assign value for $fileSharePath.
⚠️ New-AzDataMigrationFileShare 1 1 Unassigned_Variable New-AzDataMigrationFileShare -Credential $fileShareCred is a null-valued parameter value. -Credential Assign value for $fileShareCred.
⚠️ New-AzDataMigrationProject 1 1 Unassigned_Variable New-AzDataMigrationProject -SourceConnection $sourceConnInfo is a null-valued parameter value. -SourceConnection Assign value for $sourceConnInfo.
⚠️ New-AzDataMigrationProject 1 1 Unassigned_Variable New-AzDataMigrationProject -TargetConnection $targetConnInfo is a null-valued parameter value. -TargetConnection Assign value for $targetConnInfo.
⚠️ New-AzDataMigrationProject 1 1 Unassigned_Variable New-AzDataMigrationProject -DatabaseInfo $dbList is a null-valued parameter value. -DatabaseInfo Assign value for $dbList.
⚠️ New-AzDataMigrationSelectedDBObject 1 1 Unassigned_Variable New-AzDataMigrationSelectedDBObject -TableMap $tableMap is a null-valued parameter value. -TableMap Assign value for $tableMap.
⚠️ New-AzDataMigrationSelectedDBObject 2 1 Unassigned_Variable New-AzDataMigrationSelectedDBObject -BackupFileShare $backupFileShare is a null-valued parameter value. -BackupFileShare Assign value for $backupFileShare.
⚠️ New-AzDataMigrationService 1 1 Unassigned_Variable New-AzDataMigrationService -VirtualSubnetId $virtualSubNetId is a null-valued parameter value. -VirtualSubnetId Assign value for $virtualSubNetId.
⚠️ New-AzDataMigrationTdeCertificateMigration 1 1 Mismatched_Parameter_Value_Type New-AzDataMigrationTdeCertificateMigration -SourceSqlConnectionString 'data source=servername;user id=userid;password=;initial catalog=master;TrustServerCertificate=True' is not an expected parameter value type. -SourceSqlConnectionString Use correct parameter value type. Expected Type is securestring. Now the type is string.(Static).
⚠️ New-AzDataMigrationTdeCertificateMigration 1 1 Mismatched_Parameter_Value_Type New-AzDataMigrationTdeCertificateMigration -NetworkSharePassword 'NetworkSharePassword' is not an expected parameter value type. -NetworkSharePassword Use correct parameter value type. Expected Type is securestring. Now the type is string.(Static).
⚠️ Remove-AzDataMigrationProject 2 1 Unassigned_Variable Remove-AzDataMigrationProject -InputObject $myDMSProject is a null-valued parameter value. -InputObject Assign value for $myDMSProject.
⚠️ Remove-AzDataMigrationTask 2 1 Unassigned_Variable Remove-AzDataMigrationTask -InputObject $TestTask is a null-valued parameter value. -InputObject Assign value for $TestTask.
⚠️ Start-AzDataMigrationService 2 1 Unassigned_Variable Start-AzDataMigrationService -InputObject $TestService is a null-valued parameter value. -InputObject Assign value for $TestService.
⚠️ Stop-AzDataMigrationService 2 1 Unassigned_Variable Stop-AzDataMigrationService -InputObject $TestService is a null-valued parameter value. -InputObject Assign value for $TestService.
⚠️ Stop-AzDataMigrationTask 2 1 Unassigned_Variable Stop-AzDataMigrationTask -InputObject $MyDMSTask is a null-valued parameter value. -InputObject Assign value for $MyDMSTask.
⚠️ Stop-AzDataMigrationToSqlDb 1 4 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlDb -InputObject $dbMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlDb.(Command).
⚠️ Stop-AzDataMigrationToSqlManagedInstance 1 3 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlManagedInstance -InputObject $miMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlMi.(Command).
⚠️ Stop-AzDataMigrationToSqlVM 1 3 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlVM -InputObject $vmMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlVM.(Command).
⚠️ Update-AzDataMigrationSqlService 2 2 Mismatched_Parameter_Value_Type Update-AzDataMigrationSqlService -InputObject $mySqlMS is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationService.(Command).
⚠️Windows PowerShell - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ Get-AzDataMigrationProject 2 1 Unassigned_Variable Get-AzDataMigrationProject -InputObject $myService is a null-valued parameter value. -InputObject Assign value for $myService.
⚠️ Get-AzDataMigrationTask 2 1 Unassigned_Variable Get-AzDataMigrationTask -Project $myProject is a null-valued parameter value. -Project Assign value for $myProject.
⚠️ Invoke-AzDataMigrationCommand 1 1 Unassigned_Variable Invoke-AzDataMigrationCommand -ResourceGroupName $rg.ResourceGroupName is a null-valued parameter value. -ResourceGroupName Assign value for $rg.ResourceGroupName.
⚠️ Invoke-AzDataMigrationCommand 1 1 Unassigned_Variable Invoke-AzDataMigrationCommand -ServiceName $service.Name is a null-valued parameter value. -ServiceName Assign value for $service.Name.
⚠️ Invoke-AzDataMigrationCommand 1 1 Unassigned_Variable Invoke-AzDataMigrationCommand -ProjectName $projectName is a null-valued parameter value. -ProjectName Assign value for $projectName.
⚠️ Invoke-AzDataMigrationCommand 1 1 Unassigned_Variable Invoke-AzDataMigrationCommand -TaskName $taskName is a null-valued parameter value. -TaskName Assign value for $taskName.
⚠️ Invoke-AzDataMigrationCutoverToSqlManagedInstance 1 3 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlManagedInstance -InputObject $miMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlMi.(Command).
⚠️ Invoke-AzDataMigrationCutoverToSqlVM 1 3 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlVM -InputObject $vmMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlVM.(Command).
⚠️ New-AzDataMigrationFileShare 1 1 Unassigned_Variable New-AzDataMigrationFileShare -Path $fileSharePath is a null-valued parameter value. -Path Assign value for $fileSharePath.
⚠️ New-AzDataMigrationFileShare 1 1 Unassigned_Variable New-AzDataMigrationFileShare -Credential $fileShareCred is a null-valued parameter value. -Credential Assign value for $fileShareCred.
⚠️ New-AzDataMigrationProject 1 1 Unassigned_Variable New-AzDataMigrationProject -SourceConnection $sourceConnInfo is a null-valued parameter value. -SourceConnection Assign value for $sourceConnInfo.
⚠️ New-AzDataMigrationProject 1 1 Unassigned_Variable New-AzDataMigrationProject -TargetConnection $targetConnInfo is a null-valued parameter value. -TargetConnection Assign value for $targetConnInfo.
⚠️ New-AzDataMigrationProject 1 1 Unassigned_Variable New-AzDataMigrationProject -DatabaseInfo $dbList is a null-valued parameter value. -DatabaseInfo Assign value for $dbList.
⚠️ New-AzDataMigrationSelectedDBObject 1 1 Unassigned_Variable New-AzDataMigrationSelectedDBObject -TableMap $tableMap is a null-valued parameter value. -TableMap Assign value for $tableMap.
⚠️ New-AzDataMigrationSelectedDBObject 2 1 Unassigned_Variable New-AzDataMigrationSelectedDBObject -BackupFileShare $backupFileShare is a null-valued parameter value. -BackupFileShare Assign value for $backupFileShare.
⚠️ New-AzDataMigrationService 1 1 Unassigned_Variable New-AzDataMigrationService -VirtualSubnetId $virtualSubNetId is a null-valued parameter value. -VirtualSubnetId Assign value for $virtualSubNetId.
⚠️ New-AzDataMigrationTdeCertificateMigration 1 1 Mismatched_Parameter_Value_Type New-AzDataMigrationTdeCertificateMigration -SourceSqlConnectionString 'data source=servername;user id=userid;password=;initial catalog=master;TrustServerCertificate=True' is not an expected parameter value type. -SourceSqlConnectionString Use correct parameter value type. Expected Type is securestring. Now the type is string.(Static).
⚠️ New-AzDataMigrationTdeCertificateMigration 1 1 Mismatched_Parameter_Value_Type New-AzDataMigrationTdeCertificateMigration -NetworkSharePassword 'NetworkSharePassword' is not an expected parameter value type. -NetworkSharePassword Use correct parameter value type. Expected Type is securestring. Now the type is string.(Static).
⚠️ Remove-AzDataMigrationProject 2 1 Unassigned_Variable Remove-AzDataMigrationProject -InputObject $myDMSProject is a null-valued parameter value. -InputObject Assign value for $myDMSProject.
⚠️ Remove-AzDataMigrationTask 2 1 Unassigned_Variable Remove-AzDataMigrationTask -InputObject $TestTask is a null-valued parameter value. -InputObject Assign value for $TestTask.
⚠️ Start-AzDataMigrationService 2 1 Unassigned_Variable Start-AzDataMigrationService -InputObject $TestService is a null-valued parameter value. -InputObject Assign value for $TestService.
⚠️ Stop-AzDataMigrationService 2 1 Unassigned_Variable Stop-AzDataMigrationService -InputObject $TestService is a null-valued parameter value. -InputObject Assign value for $TestService.
⚠️ Stop-AzDataMigrationTask 2 1 Unassigned_Variable Stop-AzDataMigrationTask -InputObject $MyDMSTask is a null-valued parameter value. -InputObject Assign value for $MyDMSTask.
⚠️ Stop-AzDataMigrationToSqlDb 1 4 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlDb -InputObject $dbMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlDb.(Command).
⚠️ Stop-AzDataMigrationToSqlManagedInstance 1 3 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlManagedInstance -InputObject $miMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlMi.(Command).
⚠️ Stop-AzDataMigrationToSqlVM 1 3 Mismatched_Parameter_Value_Type Get-AzDataMigrationToSqlVM -InputObject $vmMigration is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDatabaseMigrationSqlVM.(Command).
⚠️ Update-AzDataMigrationSqlService 2 2 Mismatched_Parameter_Value_Type Update-AzDataMigrationSqlService -InputObject $mySqlMS is not an expected parameter value type. -InputObject Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.IDataMigrationIdentity. Now the type is Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.ISqlMigrationService.(Command).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️File Change Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Windows PowerShell - Windows
⚠️Test
⚠️ - Linux
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 34.69 % Test coverage for the module cannot be lower than 50%.
⚠️ - MacOS
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 34.69% Test coverage for the module cannot be lower than 50%.
⚠️PowerShell Core - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 34.69% Test coverage for the module cannot be lower than 50%.
⚠️Windows PowerShell - Windows
Type Title Current Coverage Description
⚠️ Test Coverage Less Than 50% 34.69% Test coverage for the module cannot be lower than 50%.

Copy link
Contributor

@vidai-msft vidai-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vidai-msft vidai-msft merged commit dda4ec4 into main Mar 23, 2024
12 checks passed
@wyunchi-ms wyunchi-ms deleted the codegen/DataMigration branch April 23, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants