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

Bug fix of single click SHIR #25449

Merged
merged 13 commits into from
Feb 29, 2024
Merged

Bug fix of single click SHIR #25449

merged 13 commits into from
Feb 29, 2024

Conversation

RamyaR29
Copy link
Contributor

Bugs fixed:

  1. File not found error
  2. Resourcegroup not found error

@@ -188,7 +188,7 @@ export class ConfigureIRDialog {
}).component();

// get the SHIR script
const scriptPath = path.join(__dirname, '../../../scripts/SHIR-auto-configuration.ps1');
const scriptPath = path.join(__dirname, '../../scripts/SHIR-auto-configuration.ps1');
Copy link
Contributor

Choose a reason for hiding this comment

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

What is root directory from where we are trying this relative path? is it ".azuredatastudio-rc1\extensions\microsoft.sql-migration-1.5.4\migrationService\Windows\4.12.0.4"?

Copy link
Contributor

@Ramudaykumar Ramudaykumar left a comment

Choose a reason for hiding this comment

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

Hope you have done testing on your local for path resolution.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 8093759514

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 41.756%

Totals Coverage Status
Change from base Build 8088152028: 0.001%
Covered Lines: 30826
Relevant Lines: 69082

💛 - Coveralls

@stuti149
Copy link
Contributor

Merging on behalf of Ramya.

@stuti149 stuti149 merged commit 3a7bd87 into main Feb 29, 2024
15 checks passed
@stuti149 stuti149 deleted the ramya/single-click-shir-redesign branch February 29, 2024 11:56
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.

None yet

4 participants