mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add readable secondaries and sync secondary to commit to SQL MIAA create (#19740)
* Added syncSecondaryToCommit to SQL update and create, as well as notebook, wizard, and compute+storage interfaces * Added readable secondaries and syncSecondaryToCommit to cost and SQL MI create * Added readable secondaries to notebook * removed resource-deployment changes Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -247,7 +247,8 @@ export class AzTool implements azExt.IAzApi {
|
||||
memoryLimit?: string,
|
||||
memoryRequest?: string,
|
||||
noWait?: boolean,
|
||||
retentionDays?: string
|
||||
retentionDays?: string,
|
||||
syncSecondaryToCommit?: string
|
||||
},
|
||||
// Direct mode arguments
|
||||
resourceGroup?: string,
|
||||
|
||||
Reference in New Issue
Block a user