mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
* initial commit, removed all adal code * remove all authLibrary references in extension/azurecore * removed authLibrary references from src/sql * remove MSAL/ADAL setting option * wip fixing tests and removing Msal from method names * fixed tests * create accountInfo mock * fix tests * fix clientApplication mock * remove clientapplication * fix compile * add typing * wip * wip * wip * fix tree provider * remove SimpleTokenCache, FileDatabase & tests * remove remaining adal / authentication library references: * remove comma from package.nls.json * fix error fetching subscriptions * fix tests * remove getAzureAuthenticationLibraryConfig * remove adal check * fix build * remove test * undo remove customProviderSettings * fix bracket
52 lines
3.7 KiB
JSON
52 lines
3.7 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.selecttenants.title": "Select Tenants",
|
|
"azure.resource.startterminal.title": "Start Cloud Shell",
|
|
"azure.resource.connectsqlserver.title": "Connect",
|
|
"azure.resource.connectsqldb.title": "Add to Servers",
|
|
"azure.resource.view.title": "Azure (Preview)",
|
|
"azure.tenant.config.filter.description": "The list of tenant IDs which will be skipped when querying Azure resources or requesting authentication tokens.",
|
|
"accounts.clearTokenCache": "Clear Azure Account Token Cache",
|
|
"azure.openInAzurePortal.title": "Open in Azure Portal",
|
|
"config.azureAccountConfigurationSection": "Azure Account Configuration",
|
|
"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.azureAuthMethodConfigurationSection": "Azure Authentication Method",
|
|
"config.azureCodeGrantMethod": "Code Grant Method",
|
|
"config.azureDeviceCodeMethod": "Device Code Method",
|
|
"config.noSystemKeychain": "Disable system keychain integration. Credentials will be stored in a flat file in the user's home directory.",
|
|
"config.piiLogging": "Should Personally Identifiable Information (PII) be logged in the Azure Accounts output channel and the output channel log file.",
|
|
"config.loggingLevel": "[Optional] The verbosity of logging for the Azure Accounts extension.",
|
|
"config.customProviderSettings": "Setting containing custom Azure authentication endpoints. Changes to this setting require a restart to take effect.",
|
|
"config.providerSettingsTitle": "Provider Settings",
|
|
"config.providerSettingsName": "Cloud Name",
|
|
"config.providerSettingsDescription": "Cloud Settings",
|
|
"config.providerSettingsMetadata": "Cloud Display Name",
|
|
"config.providerSettingsId": "Cloud ID",
|
|
"config.providerSettings.endpoints.host": "Host Endpoint",
|
|
"config.providerSettings.endpoints.clientId": "Client ID for Azure Data Studio",
|
|
"config.providerSettings.endpoints.microsoftResource": "Microsoft Resource Endpoint",
|
|
"config.providerSettings.endpoints.graphResource": "Graph Resource Endpoint",
|
|
"config.providerSettings.endpoints.msGraphResource": "Microsoft Graph Resource Endpoint",
|
|
"config.providerSettings.endpoints.armResource": "ARM Resource Endpoint",
|
|
"config.providerSettings.endpoints.sqlResource": "SQL Resource Endpoint",
|
|
"config.providerSettings.endpoints.azureKeyVaultResource": "Azure KeyVault Resource Endpoint",
|
|
"config.providerSettings.endpoints.logAnalytics": "Azure Log Analytics Endpoint",
|
|
"config.providerSettings.endpoints.azureStorageResource": "Azure Storage Resource Endpoint",
|
|
"config.providerSettings.endpoints.azureStorageResourceSuffix": "Azure Storage Resource Endpoint Suffix",
|
|
"config.providerSettings.endpoints.azureKustoResource": "Azure Kusto Resource Endpoint",
|
|
"config.providerSettings.endpoints.powerBiResource": "Power BI Resource Endpoint",
|
|
"config.providerSettings.endpoints.scopes": "Scopes Endpoint",
|
|
"config.providerSettings.endpoints.portal": "Azure Portal Endpoint"
|
|
}
|