diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index dc6c8110eef5..c0773a3a6f8f 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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: diff --git a/services/azure_integration/src/v1/models/AzureAccount.ts b/services/azure_integration/src/v1/models/AzureAccount.ts index c4a8e4838270..fc145ffaf2c6 100644 --- a/services/azure_integration/src/v1/models/AzureAccount.ts +++ b/services/azure_integration/src/v1/models/AzureAccount.ts @@ -7,8 +7,8 @@ import { ResourceProviderConfig } from "./ResourceProviderConfig"; */ 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; /**