mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Adding tools and Eula page to Resource Deployment (#13182)
* SQL VM wizard migration to ResourceType Wizard * Revert "SQL VM wizard migration to ResourceType Wizard" This reverts commit e58cd47707a7e2812be20d915f1fe638b96b035f. * migrated notebook wizard * SQL VM wizard migration to ResourceType Wizard * Fixed some imports on SQL VM wizard * migrated sqldb wizard to generic ResourceTypeWizard * Added missing import Solving errors from the merge * Moved some common functionality into ResourceTypeWizard * Changed logic of start deployment * fixed some import after changing files. * added pagelss model and tools and Eula Page * Hacky solution to fix wizard update bugs * Removed tools and Eula components from resourceTypePickerDialog * Removing changes in ext host * reverting every change in ext host dialog * Fixed setting the first provider for resourceTypeWizard. * Some PR related changes -Fixed typo in localized constants -made some code logic concise -Removed unnecessary check in tools&Eula * Added some fixes for compilation error * some refactoring for PRs * moved comment * cleaning up some code to make it more readable * fixed comment typo * Some additional cleaning up of code. * Adding a public getter for model * -Adding error message for failed EULA validation -Removed unnecessary check for selected resource. * Added comment to explain model variable behavior * Added additional comments * Fixed a comment to make it accurate * Better phrasing for a comment
This commit is contained in:
@@ -69,3 +69,13 @@ export function getResourceTypeCategoryLocalizedString(resourceTypeCategory: str
|
||||
return resourceTypeCategory;
|
||||
}
|
||||
}
|
||||
|
||||
export const descriptionText = localize('resourceDeployment.Description', "Description");
|
||||
export const toolText = localize('resourceDeployment.Tool', "Tool");
|
||||
export const statusText = localize('resourceDeployment.Status', "Status");
|
||||
export const versionText = localize('resourceDeployment.Version', "Version");
|
||||
export const requiredVersionText = localize('resourceDeployment.RequiredVersion', "Required Version");
|
||||
export const discoverPathOrAdditionalInformationText = localize('resourceDeployment.discoverPathOrAdditionalInformation', "Discovered Path or Additional Information");
|
||||
export const requiredToolsText = localize('resourceDeployment.requiredTools', "Required tools");
|
||||
export const installToolsText = localize('resourceDeployment.InstallTools', "Install tools");
|
||||
export const optionsText = localize('resourceDeployment.Options', "Options");
|
||||
|
||||
Reference in New Issue
Block a user