mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 11:31:40 -04:00
Add Configure SLO section to Create Database dialog for Azure servers (#23359)
This commit is contained in:
@@ -155,7 +155,11 @@ export const CollationText = localize('objectManagement.collationLabel', "Collat
|
||||
export const RecoveryModelText = localize('objectManagement.recoveryModelLabel', "Recovery Model");
|
||||
export const CompatibilityLevelText = localize('objectManagement.compatibilityLevelLabel', "Compatibility Level");
|
||||
export const ContainmentTypeText = localize('objectManagement.containmentTypeLabel', "Containment Type");
|
||||
|
||||
export const ConfigureSLOSectionHeader = localize('objectManagement.configureSLOSectionHeader', "Configure SLO");
|
||||
export const BackupRedundancyText = localize('objectManagement.backupRedundancyLabel', "Backup Storage Redundancy");
|
||||
export const CurrentSLOText = localize('objectManagement.currentSLOLabel', "Current Service Level Objective");
|
||||
export const EditionText = localize('objectManagement.editionLabel', "Edition");
|
||||
export const MaxSizeText = localize('objectManagement.maxSizeLabel', "Max Size");
|
||||
|
||||
// Login
|
||||
export const BlankPasswordConfirmationText: string = localize('objectManagement.blankPasswordConfirmation', "Creating a login with a blank password is a security risk. Are you sure you want to continue?");
|
||||
|
||||
Reference in New Issue
Block a user