Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides only PowerShell examples for verifying contributor permissions and running Azure CLI commands, which are typically associated with Windows environments. There are no examples or instructions for running these commands on Linux or macOS, nor is there mention of alternative shells or platforms. This may make it less accessible for users working on non-Windows systems.
Recommendations
- Include explicit instructions or examples for running Azure CLI commands on Linux and macOS terminals (e.g., bash, zsh).
- Clarify that the Azure CLI commands can be run on any platform, not just in PowerShell.
- Provide command examples in both PowerShell and bash/zsh syntax, or use a neutral format that works across platforms.
- Mention installation steps or prerequisites for Azure CLI on Linux/macOS if relevant.
Create Pull Request