update_integration_azures
Modify an existing Azure integration in Datadog by updating specific configuration fields while preserving unchanged values.
Instructions
Update a Datadog-Azure integration. Requires an existing tenant_name and client_id.
Any other fields supplied will overwrite existing values. To overwrite tenant_name or client_id,
use new_tenant_name and new_client_id. To leave a field unchanged, do not supply that field in the payload.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}