Microsoft.Impact (preview:2024-05-01)

2025/02/13 • 1 updated methods

Connectors_Update (updated)
Description Update a Connector
Reference Link ¶

⚶ Changes

{
  "#id": "Connectors_Update",
  "$parameters": {
    "properties": {
      "Description": {
        "new": "The type used for update operations of the Connector.",
        "old": "A connector is a resource that can be used to proactively report impacts against workloads in Azure to Microsoft."
      }
    }
  }
}

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/providers/Microsoft.Impact/connectors/{connectorName}
{
api-version: string ,
subscriptionId: string ,
connectorName: string ,
properties:
{
properties:
{
connectorType: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
connectorId: string ,
tenantId: string ,
connectorType: enum ,
lastRunTimeStamp: string ,
}
,
}

⚐ Response (default)

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