Skip to content

fix: rename manifest from apm.yml to apm.yaml for consistency#756

Open
Jah-yee wants to merge 1 commit intomicrosoft:mainfrom
Jah-yee:fix/apm-yaml-filename
Open

fix: rename manifest from apm.yml to apm.yaml for consistency#756
Jah-yee wants to merge 1 commit intomicrosoft:mainfrom
Jah-yee:fix/apm-yaml-filename

Conversation

@Jah-yee
Copy link
Copy Markdown
Contributor

@Jah-yee Jah-yee commented Apr 19, 2026

Good day! 👋

Fixes #745

Summary

Renames the manifest file extension from .yml to .yaml to match the lockfile (apm.lock.yaml), resolving the inconsistency reported in the issue.

Changes

  • APM_YML_FILENAME constant updated from 'apm.yml' to 'apm.yaml'
  • All hardcoded 'apm.yml' string references updated across source files
  • Policy model artifact names updated from 'apm.yml' to 'apm.yaml'

Rationale

Per the issue, .yaml is the more widely-recognized standard extension (vs .yml), and the lockfile was already using .yaml for IDE syntax highlighting. Aligning both files to .yaml provides consistency.

This is a straightforward rename with no functional changes beyond the filename.


🏷️ labeled: good first issue

…ckfile

Unify manifest file extension from .yml to .yaml to match the lockfile
(apm.lock.yaml), resolving the inconsistency noted in microsoft#745.

This aligns the manifest extension with the lockfile spec which uses the
.yaml extension for IDE syntax highlighting, and .yaml is the more
widely-recognized YAML extension.

Changes:
- APM_YML_FILENAME constant updated from 'apm.yml' to 'apm.yaml'
- All hardcoded 'apm.yml' references updated across source files
- Policy model artifact names updated from 'apm.yml' to 'apm.yaml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent file extensions between apm.yml and apm.lock.yaml

2 participants