Add PowerShell samples for Windows users throughout documentation#115
Conversation
Co-authored-by: maniSbindra <6338721+maniSbindra@users.noreply.github.com>
Co-authored-by: maniSbindra <6338721+maniSbindra@users.noreply.github.com>
maniSbindra
left a comment
There was a problem hiding this comment.
Tested steps for ARM and Bicep with powershell on windows and these look good
…rmatting Co-authored-by: maniSbindra <6338721+maniSbindra@users.noreply.github.com>
|
@copilot following markdown linting errors exist task: [lint:md] markdownlint-cli2 ".//*.md" --config "./.github/linters/.markdownlint-cli2.yaml" --fix |
…locks Co-authored-by: maniSbindra <6338721+maniSbindra@users.noreply.github.com>
Fixed the markdown linting errors by adding language specifications ( |
This PR adds comprehensive PowerShell examples for Windows users throughout the MPF documentation, addressing the need for Windows-specific command samples alongside the existing bash/shell examples.
Changes Made
📋 Installation and Quickstart (
docs/installation-and-quickstart.md)Invoke-WebRequestandExpand-ArchiveConvertFrom-Jsonparsing$env:syntax.exeextension, backslash paths)🔍 Display Options (
docs/display-options.MD)🧪 Testing Examples (
Readme.MD)C:\Program Files\Azure Bicep CLI\bicep.exe)Get-Commandfor dynamic path resolution⚙️ Command Reference (
docs/commandline-flags-and-env-variables.md)Example Before/After
Before (bash only):
After (bash + PowerShell):
Or using PowerShell on Windows:
Key Features
This improvement makes the MPF utility more accessible to Windows developers who prefer PowerShell over bash/WSL environments.
Fixes #114.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.