v1.5.2
Fix: Azure Guest Agent detection in privateclaw verify
The previous check queried IMDS for allowExtensionOperations, but IMDS doesn't expose that field — it always returned "unknown".
New detection method:
- Checks
walinuxagentservice status viasystemctl is-active - Checks
Extensions.Enabledsetting in/etc/waagent.conf
On prod CVMs where waagent is masked/disabled, step [5/5] now correctly shows PASS.
On staging CVMs where waagent is active, it shows the expected WARN.
Tested on a live staging CVM before release.