mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
* Add CodeQL Analysis workflow (#10195) * Add CodeQL Analysis workflow * Fix path * dashboard refactor * update version, readme, minor ui changes * fix merge issue * Revert "Add CodeQL Analysis workflow (#10195)" This reverts commit fe98d586cd75be4758ac544649bb4983accf4acd. * fix context switching issue * fix resource id parsing error and mi api version * mv refresh btn, rm autorefresh, align cards * remove missed autorefresh code * improve error handling and messages * fix typos * remove duplicate/unnecessary _populate* calls * change clear configuration button text * remove confusing watermark text * add stale account handling Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com>
21 lines
914 B
JSON
21 lines
914 B
JSON
{
|
|
"displayName": "Azure SQL Migration",
|
|
"description": "Azure SQL migration description",
|
|
"migration-notebook-command-title": "Open Azure SQL migration notebooks",
|
|
"migration-dashboard-title": "Azure SQL Migration",
|
|
"migration-dashboard-tasks": "Migration Tasks",
|
|
"migration-command-category": "Azure SQL Migration",
|
|
"start-migration-command": "Migrate to Azure SQL",
|
|
"send-feedback-command": "Feedback",
|
|
"new-support-request-command": "New support request",
|
|
"refresh-migrations-command": "Refresh",
|
|
"migration-context-menu-category": "Migration Context Menu",
|
|
"complete-cutover-menu": "Complete cutover",
|
|
"database-details-menu": "Database details",
|
|
"view-target-menu": "Azure SQL Target details",
|
|
"view-service-menu": "Database Migration Service details",
|
|
"copy-migration-menu": "Copy migration details",
|
|
"cancel-migration-menu": "Cancel migration",
|
|
"retry-migration-menu": "Retry migration"
|
|
}
|