-
Notifications
You must be signed in to change notification settings - Fork 389
Closed as not planned
Description
Task type
Development, Test
Description
- [Unit Test] Validate MSI Source Tracking in Telemetry
Write unit tests to verify correct MSI source detection.
Mock various Azure environments (IMDS, App Service, etc.).
Ensure telemetry logs the correct source.
- [Unit Test] Validate Token Revocation Telemetry for MSI V1
Write unit tests to ensure bypass_cache=true is logged properly.
Mock different token request scenarios.
- [Unit Test] Validate Token Revocation Telemetry for MSI V2
Ensure error_code is captured correctly in telemetry.
Mock failure scenarios from /credential endpoint.
- [Unit Test] Validate Certificate Type Telemetry in MSI
Ensure different certificate types (platform, developer-provided, self-signed) are logged correctly.
Write tests to verify telemetry data consistency.
- [Unit Test] Validate Failure Reason Telemetry for MSI Token Acquisition
Mock failures (authentication, network, 404) and validate telemetry logging.
Ensure meaningful error messages are recorded.
Solution
No response