Skip to content

docs: add more ARM samples for JSON output and --initialPermissions flag#251

Merged
maniSbindra merged 3 commits into
mainfrom
bgdnext64/86-add-more-arm-samples
Jun 9, 2026
Merged

docs: add more ARM samples for JSON output and --initialPermissions flag#251
maniSbindra merged 3 commits into
mainfrom
bgdnext64/86-add-more-arm-samples

Conversation

@bgdnext64

Copy link
Copy Markdown
Collaborator
  • Add ARM JSON output example to installation-and-quickstart.md
  • Add ARM --initialPermissions examples (comma-separated and @file.json) to installation-and-quickstart.md
  • Add ARM --initialPermissions examples to commandline-flags-and-env-variables.md
  • Fix --outputFormat json (non-existent flag) to --jsonOutput in display-options.MD
  • Fix JSON output sample to match actual output format (flat map of scope to permissions)
  • Add arm-initial-permissions.json sample file

@bgdnext64 bgdnext64 requested a review from a team as a code owner April 9, 2026 14:27
@bgdnext64 bgdnext64 linked an issue Apr 9, 2026 that may be closed by this pull request
@bgdnext64 bgdnext64 requested a review from Copilot April 10, 2026 16:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates MPF documentation to better cover ARM JSON output and the --initialPermissions flag, including correcting the documented JSON flag name and output shape, and adding a reusable sample permissions file.

Changes:

  • Add new ARM quickstart examples for --jsonOutput and --initialPermissions (comma-separated and @file.json) usage.
  • Fix docs to use --jsonOutput (instead of the non-existent --outputFormat json) and update JSON output examples to the flat scope→permissions map format.
  • Add a sample arm-initial-permissions.json template file.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
samples/templates/arm-initial-permissions.json Adds a sample JSON file for seeding initial permissions via --initialPermissions @file.
go.mod Bumps the Go version directive.
docs/installation-and-quickstart.md Adds ARM JSON output and --initialPermissions examples to the quickstart.
docs/display-options.MD Fixes the JSON output flag name and updates the ARM JSON output example format.
docs/commandline-flags-and-env-variables.md Adds ARM --initialPermissions examples (comma-separated and JSON file).

Comment thread go.mod Outdated
Comment thread docs/installation-and-quickstart.md Outdated
Comment thread docs/commandline-flags-and-env-variables.md Outdated
Comment thread docs/display-options.MD

@maniSbindra maniSbindra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit

Comment thread docs/commandline-flags-and-env-variables.md Outdated
bgdnext64 added 3 commits June 8, 2026 10:23
- Add ARM JSON output example to installation-and-quickstart.md
- Add ARM --initialPermissions examples (comma-separated and @file.json) to installation-and-quickstart.md
- Add ARM --initialPermissions examples to commandline-flags-and-env-variables.md
- Fix --outputFormat json (non-existent flag) to --jsonOutput in display-options.MD
- Fix JSON output sample to match actual output format (flat map of scope to permissions)
- Add arm-initial-permissions.json sample file
- Add language specifiers to fenced code blocks (MD040)
- Add blank line before heading (MD022)
- Rename ARM JSON heading to 'ARM with Known Permissions (JSON File format)'

- Quote @file paths in PowerShell --initialPermissions examples

- Update Bicep JSON output description to flat scope->permissions map
@bgdnext64 bgdnext64 force-pushed the bgdnext64/86-add-more-arm-samples branch from 44b9f1c to 3ee3f12 Compare June 8, 2026 16:33
@bgdnext64 bgdnext64 requested a review from maniSbindra June 8, 2026 17:54
@maniSbindra maniSbindra requested a review from Copilot June 9, 2026 09:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

Comment thread docs/installation-and-quickstart.md
Comment thread docs/display-options.MD
Comment thread docs/commandline-flags-and-env-variables.md

@maniSbindra maniSbindra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accepted as remaining comments are for readability formatting in docs; not blocking

@maniSbindra maniSbindra enabled auto-merge June 9, 2026 09:44
@maniSbindra maniSbindra added this pull request to the merge queue Jun 9, 2026
Merged via the queue into main with commit 3d7728f Jun 9, 2026
18 checks passed
@maniSbindra maniSbindra deleted the bgdnext64/86-add-more-arm-samples branch June 9, 2026 11:40
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.

Add more ARM Samples

3 participants