mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
sql db deployments into main (WIP) (#12767)
* added my resource-deployment * changed notebook message * Add more advanced properties for spark job submission dialog (#12732) * Add more advanced properties for spark job submission dialog * Add queue * Revert "Add more advanced properties for spark job submission dialog (#12732)" This reverts commit e6a7e86ddbe70b39660098a8ebd9ded2a1c5530c. * Changes made for simplification * changed error messages * tags added * tags removed due to redundancy * Update package.json * Update resourceTypePickerDialog.ts * changes based on feedback * activaterealtimevalidation removed Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -70,9 +70,10 @@
|
||||
"azure-sqlvm-password-label": "Password",
|
||||
"azure-sqlvm-password-confirm-label": "Confirm password",
|
||||
"azure-sqlvm-vm-summary-page-label": "Summary",
|
||||
"azure-sqldb-display-name": "Azure SQL Database",
|
||||
"azure-sqldb-description": "Select a resource type and then you will be taken to the Azure portal to create the Azure resource.",
|
||||
"azure-sqldb-ok-button-text": "Create in Azure portal",
|
||||
"azure-sqldb-display-name": "SQL Database on Azure Server",
|
||||
"azure-sqldb-description": "Create SQL Databases on Azure. Best for new applications or existing on-premises applications.",
|
||||
"azure-sqldb-portal-ok-button-text": "Create in Azure portal",
|
||||
"azure-sqldb-notebook-ok-button-text": "Script to Notebook",
|
||||
"resource-type-display-name": "Resource Type",
|
||||
"sql-azure-single-database-display-name": "Single Database",
|
||||
"sql-azure-elastic-pool-display-name": "Elastic Pool",
|
||||
|
||||
Reference in New Issue
Block a user