From 9e2cc610dab2d8c1d3e7f3ee2d201b9bf9465c19 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 22 Sep 2025 19:10:53 +0000 Subject: [PATCH] Regenerate client from commit 0ae1a0e of spec repo --- .generator/schemas/v1/openapi.yaml | 7 +++---- lib/datadog_api_client/v1/models/azure_account.rb | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) 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/lib/datadog_api_client/v1/models/azure_account.rb b/lib/datadog_api_client/v1/models/azure_account.rb index 2159d31e2acd..f7fff541b585 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.