mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fixed syncsecondary and readable secondary notebook params (#19899)
Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -1181,7 +1181,7 @@
|
||||
{
|
||||
"label": "%arc.sql.readable.secondaries.label%",
|
||||
"description": "%arc.sql.readable.secondaries.description%",
|
||||
"variableName": "AZDATA_NB_VAR_READABLE_SECONDARIES",
|
||||
"variableName": "AZDATA_NB_VAR_SQL_READABLE_SECONDARIES",
|
||||
"type": "options",
|
||||
"editable": false,
|
||||
"options": {
|
||||
@@ -1240,7 +1240,7 @@
|
||||
{
|
||||
"label": "%arc.sql.sync.secondaries.label%",
|
||||
"description": "%arc.sql.sync.secondaries.description%",
|
||||
"variableName": "AZDATA_NB_VAR_SYNC_SECONDARY_TO_COMMIT",
|
||||
"variableName": "AZDATA_NB_VAR_SQL_SYNC_SECONDARY_TO_COMMIT",
|
||||
"type": "options",
|
||||
"editable": false,
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user