refactor(overlays): rename azl-dep-missing-workaround to azl-temp-workaround#273
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR renames the overlay metadata category used for transient Azure Linux overlays from a dependency-focused name to a broader “temporary workaround” concept, updating the config docs and regenerated schema/snapshots accordingly.
Changes:
- Rename overlay category
azl-dep-missing-workaround→azl-temp-workaround(including Go enum + validation enum list). - Update overlay category descriptions in
docs/user/reference/config/overlays.md. - Regenerate JSON schema and scenario snapshots to reflect the new enum value.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| schemas/azldev.schema.json | Regenerated schema enum updated to include azl-temp-workaround. |
| scenario/snapshots/TestSnapshotsContainer_config_generate-schema_stdout_1.snap | Snapshot updated to match regenerated schema output. |
| scenario/snapshots/TestSnapshots_config_generate-schema_stdout_1.snap | Snapshot updated to match regenerated schema output. |
| internal/projectconfig/overlay_metadata.go | Renames the overlay category constant and updates enum/tag lists + godoc. |
| internal/projectconfig/overlay_metadata_test.go | Updates test case to use the renamed category constant/value. |
| docs/user/reference/config/overlays.md | Updates category table descriptions to reflect broadened semantics. |
…karound Broaden the category to cover any overlay that is explicitly intended to be dropped once an upstream or environmental fix lands, including (but not limited to) workarounds for dependencies not yet imported into AZL. Also broaden the azl-branding-policy to cover fixes for upstream code that hard-codes Fedora identity strings
0862067 to
218099e
Compare
trungams
approved these changes
Jul 10, 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.
This PR renames
azl-dep-missing-workaroundtoazl-temp-workaroundto broaden the category to cover any overlay explicitly intended to be dropped once an upstream or environmental fix lands, including (but not limited to) workarounds for dependencies not yet imported into AZL.Also broaden the
azl-branding-policyto cover fixes for upstream code that hard-codes Fedora identity strings.Changes
OverlayCategoryAZLDepMissingWorkaround→OverlayCategoryAZLTemporaryWorkaround(azl-dep-missing-workaround→azl-temp-workaround)azl-branding-policydescription to cover fixes for upstream code that hard-codes Fedora identity stringsdocs/user/reference/config/overlays.md