feat: add a new user agent: microsoft_foundry_skill#9167
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 21 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). 21 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Adds Microsoft Foundry Skill detection to azd’s execution-environment telemetry.
Changes:
- Adds the new telemetry modifier.
- Covers standalone and combined modifier detection.
- Updates the public telemetry reference.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
docs/reference/telemetry-data.md |
Documents the modifier. |
cli/azd/test/functional/telemetry_test.go |
Verifies emitted telemetry resources. |
cli/azd/internal/tracing/resource/resource_test.go |
Tests modifier detection. |
cli/azd/internal/tracing/resource/exec_environment.go |
Detects the Foundry user-agent token. |
cli/azd/internal/tracing/fields/fields.go |
Defines the modifier value. |
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSIDocumentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
|
/check-enforcer evaluate |
|
/check-enforcer override |
Summary
Recognize azd invocations from Microsoft Foundry Skill by appending
Microsoft Foundry Skillto the existingexecution.environmenttelemetry field whenAZURE_DEV_USER_AGENTcontainsmicrosoft_foundry_skill.Changes
Microsoft Foundry Skillexecution-environment modifier.Fixes #9168