Skip to content

Commit

Permalink
Update the SQL Assessment Download Package URL (#26930)
Browse files Browse the repository at this point in the history
* Update SQL Assessment Download Package URL.

* Update the change log.

* Update SQL Assessment Zip download URL

---------

Co-authored-by: Yabo Hu <[email protected]>
  • Loading branch information
suvilasa and VeryEarly authored Dec 30, 2024
1 parent ab2a859 commit c96fa39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function Get-AzDataMigrationAssessment
#Downloading and extracting SqlAssessment Zip file
if(-Not $TestExePath)
{
$ZipSource = "https://sqlassess.blob.core.windows.net/app/SqlAssessment.zip";
$ZipSource = "https://aka.ms/sqlassessmentpackage";
$ZipDestination = Join-Path -Path $BaseFolder -ChildPath "SqlAssessment.zip";
Invoke-RestMethod -Uri $ZipSource -OutFile $ZipDestination;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function Get-AzDataMigrationPerformanceDataCollection
#Downloading and extracting SqlAssessment Zip file
if(-Not $TestExePath)
{
$ZipSource = "https://sqlassess.blob.core.windows.net/app/SqlAssessment.zip";
$ZipSource = "https://aka.ms/sqlassessmentpackage";
$ZipDestination = Join-Path -Path $BaseFolder -ChildPath "SqlAssessment.zip";
Invoke-RestMethod -Uri $ZipSource -OutFile $ZipDestination;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function Get-AzDataMigrationSkuRecommendation
#Downloading and extracting SqlAssessment Zip file
if(-Not $TestExePath)
{
$ZipSource = "https://sqlassess.blob.core.windows.net/app/SqlAssessment.zip";
$ZipSource = "https://aka.ms/sqlassessmentpackage";
$ZipDestination = Join-Path -Path $BaseFolder -ChildPath "SqlAssessment.zip";
Invoke-RestMethod -Uri $ZipSource -OutFile $ZipDestination;

Expand Down
1 change: 1 addition & 0 deletions src/DataMigration/DataMigration/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Updated the URL to download the SQL Assessment Zip to `https://aka.ms/sqlassessmentpackage`

## Version 0.14.8
* Removed Microsoft.Azure.Management.DataMigration 0.7.0-preview dependencies
Expand Down

0 comments on commit c96fa39

Please sign in to comment.