mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 17:52:34 -05:00
Add new wizard for login migrations experience (#21317)
This commit is contained in:
@@ -37,6 +37,13 @@ export const PipelineStatusCodes = {
|
||||
Cancelled: 'Cancelled',
|
||||
};
|
||||
|
||||
export const LoginMigrationStatusCodes = {
|
||||
// status codes: 'InProgress' | 'Failed' | 'Succeeded'
|
||||
InProgress: 'InProgress',
|
||||
Succeeded: 'Succeeded',
|
||||
Failed: 'Failed',
|
||||
};
|
||||
|
||||
const _dateFormatter = new Intl.DateTimeFormat(
|
||||
undefined, {
|
||||
year: 'numeric',
|
||||
|
||||
Reference in New Issue
Block a user