mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Changed default values for high availability and service tier to accommodate rd fix (#20071)
Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -1148,7 +1148,10 @@
|
||||
"displayName": "%arc.sql.service.tier.general.purpose%"
|
||||
}
|
||||
],
|
||||
"defaultValue": "BusinessCritical",
|
||||
"defaultValue": {
|
||||
"name": "BusinessCritical",
|
||||
"displayName": "%arc.sql.service.tier.business.critical%"
|
||||
},
|
||||
"optionsType": "radio"
|
||||
}
|
||||
},
|
||||
@@ -1180,7 +1183,10 @@
|
||||
"displayName": "%arc.sql.three.replicas%"
|
||||
}
|
||||
],
|
||||
"defaultValue": "3",
|
||||
"defaultValue": {
|
||||
"name": "3",
|
||||
"displayName": "%arc.sql.three.replicas%"
|
||||
},
|
||||
"optionsType": "radio"
|
||||
},
|
||||
"dynamicOptions": {
|
||||
@@ -1194,7 +1200,10 @@
|
||||
"displayName": "%arc.sql.one.replica%"
|
||||
}
|
||||
],
|
||||
"defaultValue": "1"
|
||||
"defaultValue": {
|
||||
"name": "1",
|
||||
"displayName": "%arc.sql.one.replica%"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user