mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 02:02:35 -05:00
Tenant selction bug (#23349)
This commit is contained in:
@@ -1142,7 +1142,7 @@ export class MigrationStateModel implements Model, vscode.Disposable {
|
||||
TelemetryAction.StartMigration,
|
||||
{
|
||||
'sessionId': this._sessionId,
|
||||
'tenantId': this._azureAccount.properties.tenants[0].id,
|
||||
'tenantId': this._azureTenant?.id,
|
||||
'subscriptionId': this._sqlMigrationServiceSubscription?.id,
|
||||
'resourceGroup': this._sqlMigrationServiceResourceGroup?.name,
|
||||
'location': this._location.name,
|
||||
|
||||
Reference in New Issue
Block a user