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

2025/02/26 • 10 updated methods

Operations_List (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Exposing Available Operations
Reference Link ¶

⚶ Changes

{
  "#id": "Operations_List",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Exposing Available Operations",
    "old": "Exposing Available Operations"
  }
}

⚼ 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 (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Check Name Availability for global uniqueness
Reference Link ¶

⚶ Changes

{
  "#id": "CheckNameAvailabilityLocal",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Check Name Availability for global uniqueness",
    "old": "Check Name Availability for global uniqueness"
  }
}

⚼ 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 (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Spatial Anchors Accounts by Subscription
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_ListBySubscription",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Spatial Anchors Accounts by Subscription",
    "old": "List Spatial Anchors Accounts by Subscription"
  }
}

⚼ 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 (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. List Resources by Resource Group
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_ListByResourceGroup",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n List Resources by Resource Group",
    "old": "List Resources by Resource Group"
  }
}

⚼ 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 (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Delete a Spatial Anchors Account.
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_Delete",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Delete a Spatial Anchors Account.",
    "old": "Delete a Spatial Anchors Account."
  }
}

⚼ 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 (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Retrieve a Spatial Anchors Account.
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_Get",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Retrieve a Spatial Anchors Account.",
    "old": "Retrieve a Spatial Anchors Account."
  }
}

⚼ 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 (updated)
Description > [!NOTE] > > **Mixed Reality retirement** > > The Mixed Reality service is now deprecated and will be retired. Updating a Spatial Anchors Account
Reference Link ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_Update",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Updating a Spatial Anchors Account",
    "old": "Updating a Spatial Anchors Account"
  }
}

⚼ 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 (updated)
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 ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_Create",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Creating or Updating a Spatial Anchors Account.",
    "old": "Creating or Updating a Spatial Anchors Account."
  }
}

⚼ 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 (updated)
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 ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_GetKeys",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Get Both of the 2 Keys of a Spatial Anchors Account",
    "old": "Get Both of the 2 Keys of a Spatial Anchors Account"
  }
}

⚼ 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 (updated)
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 ¶

⚶ Changes

{
  "#id": "SpatialAnchorsAccounts_RegenerateKeys",
  "Description": {
    "new": "\n\n> [!NOTE]\n>\n> **Mixed Reality retirement**\n>\n> The Mixed Reality service is now deprecated and will be retired. \n\n Regenerate 1 Key of a Spatial Anchors Account",
    "old": "Regenerate 1 Key of a Spatial Anchors Account"
  }
}

⚼ 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 ,
}