Configure App module to use 2025-02-02-preview as tracking version#4249
Merged
Conversation
Copilot
AI
changed the title
[WIP] Update API
Update azure-native.app API version to 2025-02-02-preview
Aug 6, 2025
azure-native.app to 2025-02-02-preview.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Copilot
AI
changed the title
Update azure-native.app API version to 2025-02-02-preview
Configure App module to prefer preview versions and make 2025-02-02-preview available
Aug 6, 2025
Contributor
Does the PR have any schema changes?Looking good! No breaking changes found. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Copilot
AI
changed the title
Configure App module to prefer preview versions and make 2025-02-02-preview available
Configure App module to use 2025-02-02-preview as tracking version
Aug 8, 2025
blampe
approved these changes
Aug 12, 2025
Contributor
|
This PR has been shipped in release v3.7.0. |
2 similar comments
Contributor
|
This PR has been shipped in release v3.7.0. |
Contributor
|
This PR has been shipped in release v3.7.0. |
EronWright
added a commit
that referenced
this pull request
Aug 13, 2025
Regenerated with: `make local_generate`. A follow-up to: #4249
This was referenced Sep 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses issue #4245 by making the
2025-02-02-previewAPI version available for Azure Container Apps resources. See also:https://learn.microsoft.com/en-us/azure/templates/microsoft.app/change-log/managedenvironments/javacomponents#2025-02-02-preview
Problem
Users needed access to the
2025-02-02-previewAPI version to use OpenTelemetry (OTel) endpoint configuration features that are not available in previous versions, specifically:OpenTelemetryConfigurationfor managed environmentsOpenTelemetryDestinationsConfigurationwith support for various telemetry backendsSolution
Updated
versions/v3-spec.yamlto set the App module tracking version to2025-02-02-preview, replacing the previous2025-01-01stable version. This change removes the need for explicit additions since all resources now use the preview version by default.Usage
Users can now access the new API version features using:
Technical Details
The App module now uses
2025-02-02-previewas its tracking version, making all preview features including OpenTelemetry configuration available by default. The schema contains 82 occurrences of the new API version across all App resources.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.