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

Display Arc resource and assessment links #26214

Open
wants to merge 6 commits into
base: akshikagupta/dev/arc-resource-creation
Choose a base branch
from

Conversation

akshika898
Copy link
Contributor

  • If SQL Server is enabled by Arc, display assessment link if computed.
  • If SQL Server is enabled by Arc, display resource link.
  • Add info message on user inputs.
  • Update summary page.

Screenshot 2025-02-21 231112

Screenshot 2025-02-21 231205

Screenshot 2025-02-21 232031

Screenshot 2025-02-22 005950

@akshika898 akshika898 force-pushed the akshikagupta/dev/arc-resource-creation branch from 471097a to 959b352 Compare February 25, 2025 08:58
@akshika898 akshika898 force-pushed the akshikagupta/dev/display-arc-resource-and-assessment branch from 4cbe0da to e0c61b7 Compare February 25, 2025 16:29
@@ -209,6 +209,7 @@ export class MigrationStateModel implements Model, vscode.Disposable {
public _arcResourceResourceGroup!: azurecore.azureResource.AzureResourceResourceGroup;
public _sourceArcSqlServers!: ArcSqlServer[];
public _arcSqlServer!: ArcSqlServer;
public _arcRpRegistrationStatus!: number;

Choose a reason for hiding this comment

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

We have taken this as number . What if status comes "undefined" or "null" in any case. Does this type cast ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Status cannot be null or undefined. In case the API throws error it goes to catch block.

@akshika898 akshika898 requested a review from JyotikaGargg March 8, 2025 16:58
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