Bias Analysis
Detected Bias Types
windows_first
windows_tools
Summary
The documentation provides automation examples using Linux shell scripting and mentions both Linux and Windows script file extensions. However, when discussing automation, Windows tools (Task Scheduler) are mentioned before Linux equivalents (cron), and Windows script extensions (.cmd, .bat, .ps1) are listed before Linux/Mac (.sh). No PowerShell-specific examples are given, and the main CLI commands are cross-platform. There is a slight tendency to mention Windows patterns first, but Linux parity is generally maintained.
Recommendations
- List Linux/Mac script extensions (.sh) before Windows ones (.cmd, .bat, .ps1) to avoid subtle ordering bias.
- Mention Linux automation tools (cron) before Windows Task Scheduler, or present them together without prioritization.
- Provide explicit PowerShell and Bash script examples if platform-specific scripting is discussed.
- Clarify that all az CLI commands work identically on Linux, macOS, and Windows.
Create Pull Request