mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
* Changes * Work in progress * Authenticate with azure * enbable national clouds and initialization * Add support for tenants * Finish up account work * Finish up azure auth * Don't allow prompt if we're not initialized * Shut down server * Remove trailing comma * encode uri component * ignore errors * Address comments on github * Fix issues and disable feature without env var * Don't encode the nonce * Only use env variables to disable the new sign in * Show more user friendly messages to users
24 lines
1.2 KiB
JSON
24 lines
1.2 KiB
JSON
{
|
|
"azure.displayName": "Azure (Core)",
|
|
"azure.description": "Browse and work with Azure resources",
|
|
"azure.title": "Azure",
|
|
|
|
"azure.resource.config.title": "Azure Resource Configuration",
|
|
"azure.resource.config.filter.description": "The resource filter, each element is an account id, a subscription id and name separated by a slash",
|
|
"azure.resource.explorer.title": "Azure",
|
|
"azure.resource.refreshall.title": "Azure: Refresh All Accounts",
|
|
"azure.resource.refresh.title": "Refresh",
|
|
"azure.resource.signin.title": "Azure: Sign In",
|
|
"azure.resource.selectsubscriptions.title": "Select Subscriptions",
|
|
"azure.resource.connectsqlserver.title": "Connect",
|
|
"azure.resource.connectsqldb.title": "Add to Servers",
|
|
|
|
"accounts.clearTokenCache": "Clear Azure Account Token Cache",
|
|
|
|
"config.enablePublicCloudDescription": "Should Azure public cloud integration be enabled",
|
|
"config.enableUsGovCloudDescription": "Should US Government Azure cloud (Fairfax) integration be enabled",
|
|
"config.enableChinaCloudDescription": "Should Azure China integration be enabled",
|
|
"config.enableGermanyCloudDescription": "Should Azure Germany integration be enabled",
|
|
"config.useNewSignInExperience": "Use the new Azure sign in experience"
|
|
}
|