Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a notable Windows bias. PowerShell is the primary scripting language shown for querying delegation changes, with a lengthy, complex PowerShell script provided and no equivalent Bash or cross-platform shell example. While Azure CLI is mentioned for role assignment, all advanced querying and reporting examples are PowerShell-only. There is no guidance for Linux/macOS users on how to perform these tasks outside of PowerShell, nor are alternative tools or scripts referenced.
Recommendations
- Provide equivalent Bash or Azure CLI scripts for querying the Tenant Activity Log and reporting delegation changes, ensuring Linux/macOS users can follow along without PowerShell.
- Explicitly note cross-platform options and clarify which commands/tools work on all platforms.
- Reference REST API usage directly with curl or other cross-platform tools, not just via PowerShell.
- Consider reordering examples so that Azure CLI or platform-neutral approaches are presented first or alongside PowerShell.
Create Pull Request