Bias Analysis
Detected Bias Types
windows_tools
powershell_heavy
missing_linux_example
windows_first
Summary
The documentation repeatedly references the PowerShell upgrade tool as the primary or sole method for migrating pipelines, without mentioning or providing examples for Linux/macOS users or alternative cross-platform tools. No Linux-specific instructions, shell script examples, or CLI alternatives are provided, and Windows/PowerShell tooling is suggested first and exclusively.
Recommendations
- Include migration instructions and examples using Azure CLI, which is cross-platform and available on Linux/macOS.
- Mention and provide sample Bash shell scripts for exporting/importing pipeline data, where applicable.
- Explicitly state PowerShell Core compatibility and provide installation guidance for Linux/macOS users if PowerShell is required.
- Add a section comparing available migration tools for Windows and Linux, listing pros/cons and usage for each.
- Ensure that all tool references are platform-neutral or that Linux/macOS equivalents are presented alongside Windows options.
Create Pull Request