Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides only PowerShell CLI examples for verifying contributor permissions, implicitly favoring Windows users. There is no mention of Linux/macOS shell equivalents, nor are cross-platform usage notes provided. The use of PowerShell syntax and lack of Bash or other shell examples may hinder Linux users.
Recommendations
- Include Bash/zsh shell examples for the az CLI commands, demonstrating usage on Linux/macOS.
- Clarify that the az CLI is cross-platform and can be run from any OS terminal, not just PowerShell.
- Avoid presenting PowerShell syntax exclusively; provide both PowerShell and Bash examples side by side.
- Add a note about installation and usage of the Azure CLI on Linux and macOS.
Create Pull Request