Microsoft.Dashboard (preview:2024-11-01)

2025/10/08 • 2 updated methods

IntegrationFabrics_Update (updated)
Description Update a IntegrationFabric
Reference Link ¶

⚶ Changes

{
  "#id": "IntegrationFabrics_Update",
  "$responses": {
    "202": [
      {
        "@added_ead9b57bb3e044a0a030cabdeb03f843": {
          "#name": "location",
          "Description": "The Location header contains the URL where the status of the long running operation can be checked.",
          "Type": "string"
        }
      }
    ]
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}/integrationFabrics/{integrationFabricName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
integrationFabricName: string ,
requestBodyParameters:
{
tags: object ,
properties:
{
scenarios:
[
string ,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
targetResourceId: string ,
dataSourceResourceId: string ,
scenarios:
[
string ,
]
,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
retry-after: integer ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
IntegrationFabrics_Delete (updated)
Description Delete a IntegrationFabric
Reference Link ¶

⚶ Changes

{
  "#id": "IntegrationFabrics_Delete",
  "$responses": {
    "202": [
      {
        "@added_64072516fc36468e85f9a51dbceae18b": {
          "#name": "location",
          "Description": "The Location header contains the URL where the status of the long running operation can be checked.",
          "Type": "string"
        }
      }
    ]
  }
}

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}/integrationFabrics/{integrationFabricName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
workspaceName: string ,
integrationFabricName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
retry-after: integer ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

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