diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index dc6c8110eef..c0773a3a6f8 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/lib/datadog_api_client/v1/models/azure_account.rb b/lib/datadog_api_client/v1/models/azure_account.rb index 2159d31e2ac..f7fff541b58 100644 --- a/lib/datadog_api_client/v1/models/azure_account.rb +++ b/lib/datadog_api_client/v1/models/azure_account.rb @@ -21,8 +21,8 @@ module DatadogAPIClient::V1 class AzureAccount include BaseGenericModel - # 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. attr_accessor :app_service_plan_filters # Silence monitors for expected Azure VM shutdowns.