Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
Summary
The documentation page provides only PowerShell-based CLI examples for verifying contributor permissions, which are typically associated with Windows environments. There are no equivalent Linux shell (bash) examples or explicit instructions for non-Windows users, and the use of PowerShell syntax may discourage or confuse Linux users.
Recommendations
- Add equivalent bash examples for the Azure CLI commands, demonstrating usage in a Linux or macOS terminal.
- Clarify that the 'az' CLI is cross-platform and can be used in both PowerShell and bash environments.
- Include a note or section specifically addressing Linux/macOS users, with instructions or screenshots relevant to those platforms.
- Avoid presenting PowerShell syntax exclusively; provide parallel examples for both PowerShell and bash where applicable.
Create Pull Request