Azure Mixed Reality
Azure Mixed Reality management API — 20 operations consolidated from 4 Microsoft OpenAPI specs into one connector.
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. The server refreshes the access token before each run.
Consolidated from 4 spec-per-resource-provider connectors; every operation from every one of them is preserved. The superseded names still resolve.
Operations
checknameavailabilitylocal— POST /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailabilityoperations_list— GET /providers/Microsoft.MixedReality/operationsproxy_checknameavailabilitylocal— POST /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailabilityproxy_operations_list— GET /providers/Microsoft.MixedReality/operationsremoterenderingaccounts_create— PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}remoterenderingaccounts_delete— DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}remoterenderingaccounts_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}remoterenderingaccounts_getkeys— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName}/keysremoterenderingaccounts_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccountsremoterenderingaccounts_listbysubscription— GET /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccountsspatial_anchors_spatialanchorsaccounts_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}spatial_anchors_spatialanchorsaccounts_getkeys— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}/keysspatial_anchors_spatialanchorsaccounts_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccountsspatial_anchors_spatialanchorsaccounts_listbysubscription— GET /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccountsspatialanchorsaccounts_create— PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}spatialanchorsaccounts_delete— DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}spatialanchorsaccounts_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{spatialAnchorsAccountName}spatialanchorsaccounts_getkeys— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{spatialAnchorsAccountName}/keysspatialanchorsaccounts_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccountsspatialanchorsaccounts_listbysubscription— GET /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
Inputs
- a linked
oauthcredential (no key inputs) operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: checknameavailabilitylocal, operations_list, proxy_checknameavailabilitylocal, proxy_operations_list, remoterenderingaccounts_create, remoterenderingaccounts_delete, remoterenderingaccounts_get, remoterenderingaccounts_getkeys, remoterenderingaccounts_listbyresourcegroup, remoterenderingaccounts_listbysubscription, spatial_anchors_spatialanchorsaccounts_get, spatial_anchors_spatialanchorsaccounts_getkeys, spatial_anchors_spatialanchorsaccounts_listbyresourcegroup, spatial_anchors_spatialanchorsaccounts_listbysubscription, spatialanchorsaccounts_create, spatialanchorsaccounts_delete, spatialanchorsaccounts_get, spatialanchorsaccounts_getkeys, spatialanchorsaccounts_listbyresourcegroup, spatialanchorsaccounts_listbysubscription |
accountName |
string | no | — | Path parameter accountName (required by some operations). |
location |
string | no | — | Path parameter location (required by some operations). |
resourceGroupName |
string | no | — | Path parameter resourceGroupName (required by some operations). |
spatialAnchorsAccountName |
string | no | — | Path parameter spatialAnchorsAccountName (required by some operations). |
subscriptionId |
string | no | — | Path parameter subscriptionId (required by some operations). |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |