Document the Windows admin policy scripts directory - #2631
Closed
Hashim Khan (Hashim1999164) wants to merge 1 commit into
Closed
Document the Windows admin policy scripts directory#2631Hashim Khan (Hashim1999164) wants to merge 1 commit into
Hashim Khan (Hashim1999164) wants to merge 1 commit into
Conversation
Hashim Khan (Hashim1999164)
requested review from
Daniel Meppiel (danielmeppiel) and
Sergio Sisternes (sergio-sisternes-epam)
as code owners
August 19, 2026 15:18
Copilot started reviewing on behalf of
Hashim Khan (Hashim1999164)
August 19, 2026 15:19
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the enterprise lifecycle scripts documentation to correctly describe the admin-tier policy scripts directory on Windows, aligning the docs with the existing platform-specific path used by the CLI.
Changes:
- Document the Windows admin policy scripts location as
C:\ProgramData\APM\policy.d\*.jsonalongside/etc/apm/policy.d/*.jsonfor Linux/macOS. - Update the relevant sections (admin tier overview, file format description, discovery table, trust model, analytics example) to include the Windows path.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Hashim Khan (Hashim1999164)
force-pushed
the
docs/windows-admin-policy-dir
branch
from
August 28, 2026 18:23
9dde45b to
b75a02b
Compare
Author
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.
Fixes #2621
The lifecycle scripts docs only listed /etc/apm/policy.d for the admin tier. The code already returns C:\ProgramData\APM\policy.d on Windows. The docs now mention that path next to the Linux and macOS one.
How to check
Read the admin tier, discovery table, trust model, and analytics sections and confirm both platform paths are present.
Confirm the listed Windows path matches src/apm_cli/core/lifecycle_scripts.py