Skip to content

Commit f7988cf

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0ae1a0e of spec repo
1 parent 465a9b4 commit f7988cf

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,11 +791,10 @@ components:
791791
description: Datadog-Azure integrations configured for your organization.
792792
properties:
793793
app_service_plan_filters:
794-
description: 'Limit the Azure app service plans that are pulled into Datadog
795-
using tags.
794+
description: 'Limit the Azure app service plans (and Consumption Function
795+
Apps) that are pulled into Datadog using tags.
796796

797-
Only app service plans that match one of the defined tags are imported
798-
into Datadog.'
797+
Filtering an App Service Plan applies to all Apps running on that plan.'
799798
example: key:value,filter:example
800799
type: string
801800
automute:

src/main/java/com/datadog/api/client/v1/model/AzureAccount.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ public AzureAccount appServicePlanFilters(String appServicePlanFilters) {
100100
}
101101

102102
/**
103-
* Limit the Azure app service plans that are pulled into Datadog using tags. Only app service
104-
* plans that match one of the defined tags are imported into Datadog.
103+
* Limit the Azure app service plans (and Consumption Function Apps) that are pulled into Datadog
104+
* using tags. Filtering an App Service Plan applies to all Apps running on that plan.
105105
*
106106
* @return appServicePlanFilters
107107
*/

0 commit comments

Comments
 (0)