Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation provides only a PowerShell script for programmatically finding impacted objects, with no mention of Linux-compatible alternatives (such as Bash, Azure CLI, or Python). This suggests a bias toward Windows tooling and omits guidance for users on Linux or macOS platforms.
Recommendations
- Provide equivalent examples using Azure CLI, Bash, or Python scripts that can be run on Linux and macOS.
- Explicitly mention that the PowerShell script can be run cross-platform using PowerShell Core, if applicable.
- Add a note or section addressing how Linux/macOS users can accomplish the same tasks, ensuring parity in guidance.
- Where possible, present cross-platform solutions first, or at least alongside Windows-specific ones.
Create Pull Request