Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -791,11 +791,10 @@ components:
description: Datadog-Azure integrations configured for your organization.
properties:
app_service_plan_filters:
description: 'Limit the Azure app service plans that are pulled into Datadog
using tags.
description: 'Limit the Azure app service plans (and Consumption Function
Apps) that are pulled into Datadog using tags.

Only app service plans that match one of the defined tags are imported
into Datadog.'
Filtering an App Service Plan applies to all Apps running on that plan.'
example: key:value,filter:example
type: string
automute:
Expand Down
4 changes: 2 additions & 2 deletions packages/datadog-api-client-v1/models/AzureAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
*/
export class AzureAccount {
/**
* Limit the Azure app service plans that are pulled into Datadog using tags.
* Only app service plans that match one of the defined tags are imported into Datadog.
* Limit the Azure app service plans (and Consumption Function Apps) that are pulled into Datadog using tags.
* Filtering an App Service Plan applies to all Apps running on that plan.
*/
"appServicePlanFilters"?: string;
/**
Expand Down