Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for querying vulnerability assessment results, but PowerShell is given its own tab and is listed before the portal option. There is a slight Windows bias due to the inclusion and prominence of PowerShell, which is primarily a Windows tool, and the ordering of examples (CLI, then PowerShell, then Portal). However, the Azure CLI example is fully cross-platform and no critical functionality is Windows-only.
Recommendations
- Clarify that Azure CLI is cross-platform and suitable for Linux/macOS users.
- Consider listing Azure CLI before PowerShell to emphasize cross-platform support.
- Explicitly mention that PowerShell Core is available on Linux/macOS if relevant.
- Add a note for Linux/macOS users confirming that all functionality is available via Azure CLI.
Create Pull Request