Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation mentions PowerShell usage and provides update instructions for the Az.NetAppFiles PowerShell module before mentioning Azure CLI or REST API alternatives. PowerShell is a Windows-centric tool, and its explicit update instructions are given, while equivalent Linux/macOS CLI instructions are not. No Linux/macOS-specific examples or parity guidance are provided.
Recommendations
- Provide Azure CLI update instructions alongside PowerShell, especially since Azure CLI is cross-platform.
- Include explicit examples or references for Linux/macOS users where PowerShell is mentioned.
- Clarify that PowerShell instructions are for Windows users and offer CLI or REST API alternatives for Linux/macOS users.
- Consider listing Azure CLI before PowerShell in prerequisites to avoid Windows-first ordering.
Create Pull Request