chore(schema): regenerate azldev.schema.json for pinned azldev v0.3.0 - #18621
Merged
Conversation
The checked-in external/schemas/azldev.schema.json was stale: generated from an older azldev and never refreshed when .azldev-version was bumped to v0.3.0 (261ae74). It was missing the 'overlay' source-file origin type (and other v0.3.0 schema additions), so schema-based validation rejected valid archive-overlay components even though the pinned azldev binary accepts them. Regenerated with 'azldev config generate-schema' built from the exact pinned commit (v0.3.0).
Contributor
There was a problem hiding this comment.
Pull request overview
Regenerates the authoritative azldev schema to match the pinned v0.3.0 toolchain.
Changes:
- Adds archive-overlay source validation.
- Adds provenance and LISA configuration schemas.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
|
/azp run |
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. |
reuben olinsky (reubeno)
approved these changes
Aug 25, 2026
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.
The checked-in external/schemas/azldev.schema.json was stale: generated from an older azldev and never refreshed when .azldev-version was bumped to v0.3.0 (261ae74). It was missing the 'overlay' source-file origin type (and other v0.3.0 schema additions), so schema-based validation rejected valid archive-overlay components even though the pinned azldev binary accepts them. Regenerated with 'azldev config generate-schema' built from the exact pinned commit (v0.3.0).