* chore:ECS config for @powerpages
* feat: Add ECSFeaturesClient initialization in extension.ts
* feat: Initialize ECSFeaturesClient with environment ID, tenant ID, and Aad ID
This commit initializes the ECSFeaturesClient in the extension.ts file with the environment ID, tenant ID, and Aad ID. It retrieves these values from the pacActiveAuth object and uses them to configure the ECSFeaturesClient. This change ensures that the ECSFeaturesClient is properly initialized with the necessary information for its functionality.
Co-authored-by: amitjoshi <amitjoshi@microsoft.com>
* chore: Update PowerPagesChatParticipant with ecs
* chore: Update telemetry constants for environment and tenant IDs
* chore: ecs update for region.stamp
* icon update
* refactor: Update telemetry events for @powerpages ecs
* refactor: localization strings
* refactor: Remove unused parameter in initializeOrgDetails function
---------
Co-authored-by: amitjoshi <amitjoshi@microsoft.com>