get
https://api.controlup.com/daas-iq/v1/cloud/subscriptions//preflight/permissions/host-pool-create
Advisory check that the subscription's service principal can create AVD control-plane
resources: host pool, application group, and workspace update. Covers the control-plane
portion of the Create Host Pool wizard (POST host-pool-deployments); when initial session
hosts will also be created, additionally call the session host create pre-flight.
Each required permission is evaluated at exactly the scope the create flow exercises it
against (inherited grants from resource group, subscription, or management group count).
Advisory only — a failed check never blocks creation. The result carries one of three statuses:
- granted: all required actions confirmed at their target scopes.
- missingPermissions: at least one action could not be confirmed; display the returned message as a warning.
- unknown: the check itself could not run (transient error); do not show a warning.
