Fixed container label for Azure Monitor Logs in Azure Viewlet. (#16156)

This commit is contained in:
Justin M
2021-07-20 15:36:32 -07:00
committed by GitHub
parent ba6359e1ff
commit be3d966cf0

View File

@@ -16,7 +16,7 @@ import { azureResource } from 'azureResource';
export class AzureMonitorTreeDataProvider extends ResourceTreeDataProviderBase<azureResource.AzureResourceDatabaseServer> {
private static readonly containerId = 'azure.resource.providers.AzureMonitorContainer';
private static readonly containerLabel = localize('azure.resource.providers.AzureMonitorContainerLabel', "Azure Monitor Workspace");
private static readonly containerLabel = localize('azure.resource.providers.AzureMonitorContainerLabel', "Azure Monitor Logs workspace");
public constructor(
databaseServerService: IAzureResourceService<azureResource.AzureResourceDatabaseServer>,