Skip to content

Add telemetry models and update API view properties for enhanced tele…#46374

Merged
howieleung merged 1 commit intomainfrom
howie/missing-models
Apr 17, 2026
Merged

Add telemetry models and update API view properties for enhanced tele…#46374
howieleung merged 1 commit intomainfrom
howie/missing-models

Conversation

@howieleung
Copy link
Copy Markdown
Member

…metry support

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the azure-ai-projects generated surface area to support customer-provided telemetry export configuration for hosted agents, and updates APIView mappings accordingly.

Changes:

  • Bumps the pinned azure-rest-api-specs commit used for generation.
  • Adds new telemetry-related models/enums and wires telemetry_config into HostedAgentDefinition.
  • Updates public exports and apiview-properties.json to include the new types.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
sdk/ai/azure-ai-projects/tsp-location-omitted.yaml Updates the pinned API spec commit used for TypeSpec-based generation.
sdk/ai/azure-ai-projects/azure/ai/projects/models/_models.py Introduces telemetry config/endpoint/auth models and adds telemetry_config to HostedAgentDefinition.
sdk/ai/azure-ai-projects/azure/ai/projects/models/_enums.py Adds enums for telemetry data kinds, endpoint/auth kinds, and transport protocol.
sdk/ai/azure-ai-projects/azure/ai/projects/models/init.py Exposes the new telemetry models/enums in package exports (__all__).
sdk/ai/azure-ai-projects/apiview-properties.json Maps new telemetry models/enums for APIView naming.

Comment thread sdk/ai/azure-ai-projects/tsp-location-omitted.yaml
Comment thread sdk/ai/azure-ai-projects/azure/ai/projects/models/_models.py
@howieleung howieleung merged commit b092ee2 into main Apr 17, 2026
32 checks passed
@howieleung howieleung deleted the howie/missing-models branch April 17, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants