Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
powershell_heavy
missing_linux_example
Summary
The documentation provides shell command examples using a variable assignment syntax ($newsize='...') that is specific to PowerShell or Windows Command Prompt, without offering equivalent Linux/macOS shell (bash) examples. This may confuse or hinder Linux/macOS users, as the variable assignment and quoting are not compatible with bash/zsh.
Recommendations
  • Provide both PowerShell/Windows and bash/Linux/macOS command examples for variable assignment and kubectl patch usage.
  • Clearly label which example is for Windows/PowerShell and which is for Linux/macOS.
  • Consider using cross-platform compatible commands (e.g., using environment variables and quoting that work in both shells) or explain the differences.
  • Add a note clarifying that the provided variable assignment is for PowerShell, and provide the bash equivalent, such as: newsize='{"spec":{"resources":{"requests":{"storage":"50Gi"}}}}' and kubectl patch pvc ... --patch "$newsize"
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #251 completed Biased Biased
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets