Fixing telemetry (#18616)

* Fix Telemetry

* Removing unused imports
This commit is contained in:
Neetu Singh
2022-03-03 11:39:52 -08:00
committed by GitHub
parent d5fa5fca3a
commit 4f61be2495
2 changed files with 1 additions and 12 deletions

View File

@@ -165,6 +165,7 @@ export class WizardController {
'subscriptionId': this._model._targetSubscription?.id,
'resourceGroup': this._model._resourceGroup?.name,
'targetType': this._model._targetType,
'tenantId': this._model?._azureAccount?.properties?.tenants[0]?.id
};
}
}