-
Notifications
You must be signed in to change notification settings - Fork 933
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
base: akshikagupta/dev/arc-resource-creation
Are you sure you want to change the base?
Display Arc resource and assessment links #26214
Conversation
akshika898
commented
Feb 21, 2025
- 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.
471097a
to
959b352
Compare
4cbe0da
to
e0c61b7
Compare
@@ -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; |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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.
…ta/dev/display-arc-resource-and-assessment