Microsoft.Quantum (preview:2023-11-13)

2025/02/06 • 1 updated methods

Workspaces_UpdateTags (updated)
Description Updates an existing Workspace's tags.
Reference Link ¶

⚶ Changes

{
  "#id": "Workspaces_UpdateTags",
  "$parameters": {
    "properties": {
      "Description": {
        "new": "The type used for updating tags in QuantumWorkspace resources.",
        "old": "Tags object for patch operations."
      }
    }
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
properties:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
providers:
[
{
providerId: string ,
providerSku: string ,
instanceUri: string ,
applicationName: string ,
provisioningState: enum ,
resourceUsageId: string ,
}
,
]
,
usable: enum ,
provisioningState: enum ,
storageAccount: string ,
endpointUri: string ,
apiKeyEnabled: boolean ,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}