From f7988cfa3afafadec79d90ecceb622d8857014d2 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 22 Sep 2025 19:12:30 +0000 Subject: [PATCH] Regenerate client from commit 0ae1a0e of spec repo --- .generator/schemas/v1/openapi.yaml | 7 +++---- .../java/com/datadog/api/client/v1/model/AzureAccount.java | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) 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/src/main/java/com/datadog/api/client/v1/model/AzureAccount.java b/src/main/java/com/datadog/api/client/v1/model/AzureAccount.java index 9a0fe61c12f..dd5d45b2e08 100644 --- a/src/main/java/com/datadog/api/client/v1/model/AzureAccount.java +++ b/src/main/java/com/datadog/api/client/v1/model/AzureAccount.java @@ -100,8 +100,8 @@ public AzureAccount appServicePlanFilters(String appServicePlanFilters) { } /** - * 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. * * @return appServicePlanFilters */