UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

16 lines (14 loc) 476 B
import { SmeWebTelemetry } from '../diagnostics/sme-web-telemetry'; export class AzureLogging { submitCreateResourceTelemetry(dependentResourceIds) { const azureResourceData = { action: 'CreateAzureDeployment', resourceURI: dependentResourceIds }; SmeWebTelemetry.traceAction(document.body, { content: azureResourceData, actionType: 'A' }); } } //# sourceMappingURL=azure-logging.js.map