Clean encryption keys with cache clear command (#23875)

This commit is contained in:
Cheena Malhotra
2023-07-14 09:29:11 -07:00
committed by GitHub
parent 7bc05e507d
commit 6e29e50001
7 changed files with 34 additions and 21 deletions

View File

@@ -64,6 +64,7 @@ export const subscription = localize('azurecore.subscription', "Subscription");
export const typeIcon = localize('azurecore.typeIcon', "Type Icon");
export const reloadPrompt = localize('azurecore.reloadPrompt', "Authentication Library has changed, please reload Azure Data Studio.");
export const reloadPromptCacheClear = localize('azurecore.reloadPromptCacheClear', "Token cache has been cleared successfully, please reload Azure Data Studio.");
export const reloadChoice = localize('azurecore.reloadChoice', "Reload Azure Data Studio");
export const deprecatedOption = localize('azurecore.deprecated', "Warning: ADAL has been deprecated, and is scheduled to be removed in the next release. Please use MSAL instead.");