Microsoft.MixedReality (preview:2019-02-28)

2025/10/28 • 11 deleted methods

GetToken (removed)
Description Gets an access token to be used with Mixed Reality services.
Reference Link ¶

⚼ Request

GET:  /Accounts/{accountId}/token
{
accountId: string ,
X-MRC-CV: string ,
api-version: string ,
}

⚐ Response (200)

{
$headers:
{
ms-cv: string ,
}
,
$schema:
{
AccessToken: string ,
}
,
}

⚐ Response (400)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (401)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (429)

{
ms-cv: string ,
www-authenticate: string ,
}

⚐ Response (default)

{
ms-cv: string ,
}
Operations_List (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Exposing Available Operations
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.MixedReality/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
isDataAction: boolean ,
origin: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}
CheckNameAvailabilityLocal (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Check Name Availability for global uniqueness
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability
{
subscriptionId: string ,
location: string ,
checkNameAvailability:
{
name: string ,
type: string ,
}
,
api-version: string ,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: enum ,
message: string ,
}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}
SpatialAnchorsAccounts_ListBySubscription (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Spatial Anchors Accounts by Subscription
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}
SpatialAnchorsAccounts_ListByResourceGroup (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Resources by Resource Group
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}
SpatialAnchorsAccounts_Delete (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Delete a Spatial Anchors Account.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{spatialAnchorsAccountName}
{
subscriptionId: string ,
resourceGroupName: string ,
spatialAnchorsAccountName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}
SpatialAnchorsAccounts_Get (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Retrieve a Spatial Anchors Account.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{spatialAnchorsAccountName}
{
subscriptionId: string ,
resourceGroupName: string ,
spatialAnchorsAccountName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}
SpatialAnchorsAccounts_Update (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Updating a Spatial Anchors Account
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{spatialAnchorsAccountName}
{
subscriptionId: string ,
resourceGroupName: string ,
spatialAnchorsAccountName: string ,
spatialAnchorsAccount:
{
properties:
{
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}
SpatialAnchorsAccounts_Create (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Creating or Updating a Spatial Anchors Account.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{spatialAnchorsAccountName}
{
subscriptionId: string ,
resourceGroupName: string ,
spatialAnchorsAccountName: string ,
spatialAnchorsAccount:
{
properties:
{
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
accountId: string ,
accountDomain: string ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
}
,
}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}
SpatialAnchorsAccounts_GetKeys (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Get Both of the 2 Keys of a Spatial Anchors Account
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{spatialAnchorsAccountName}/keys
{
subscriptionId: string ,
resourceGroupName: string ,
spatialAnchorsAccountName: string ,
api-version: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}
SpatialAnchorsAccounts_RegenerateKeys (removed)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Regenerate 1 Key of a Spatial Anchors Account
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{spatialAnchorsAccountName}/keys
{
subscriptionId: string ,
resourceGroupName: string ,
spatialAnchorsAccountName: string ,
spatialAnchorsAccountKeyRegenerate:
{
serial: integer ,
}
,
api-version: string ,
}

⚐ Response (200)

{
primaryKey: string ,
secondaryKey: string ,
}

⚐ Response (default)

{
message: string ,
code: string ,
target: string ,
details: string ,
}