You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ArmClient-PS.Gui.ps1, an optional WPF interface that dispatches every request through ArmClient-PS.ps1, so redaction, logging, host restrictions and package validation behave exactly as they do on the command line.
The GUI includes a searchable operation catalog with live ARM discovery, an "only what I have deployed" filter, guided parameter entry with chained lookups, encrypted parameter defaults, tenant switching, per-operation documentation links, response redaction with temporary reveal, Copy as CLI, and a getting started guide.
Fixed a path derivation defect where Resource Manager root built-in types were addressed through /providers/{namespace}/ and returned HTTP 404, for example Microsoft.Resources/subscriptions/read building /providers/Microsoft.Resources/subscriptions instead of /subscriptions.
API version selection now treats -beta, -alpha and -rc as pre-release alongside -preview, so a release candidate is no longer preferred over a newer stable version.
Discovered operations now state whether their URL is a documented Microsoft path or inferred from RBAC metadata, and a write or delete against an inferred path says so in its confirmation prompt.
The context banner shows the directory name followed by the tenant id, and no longer overruns the package integrity label on a narrow window.
ArmClient-PS.Gui.ps1 is packaged, included in the release archive, and hash validated when present. Removing it leaves the command line fully functional.
Package provenance
Built from commit 57d261e25b4edef53a82da96d8ff3d5f5dd88fa2.