Changed README.md and changed name of azuremonitorlogs container label. (#16530)

This commit is contained in:
Justin M
2021-08-04 10:54:58 -07:00
committed by GitHub
parent 366fe7c162
commit c4ef48dcd8
2 changed files with 7 additions and 7 deletions

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 Logs workspace");
private static readonly containerLabel = localize('azure.resource.providers.AzureMonitorContainerLabel', "Log Analytics workspace");
public constructor(
databaseServerService: IAzureResourceService<azureResource.AzureResourceDatabaseServer>,