File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1212 */
1313export class AzureAccount {
1414 /**
15- * Limit the Azure app service plans that are pulled into Datadog using tags.
16- * Only app service plans that match one of the defined tags are imported into Datadog .
15+ * Limit the Azure app service plans (and Consumption Function Apps) that are pulled into Datadog using tags.
16+ * Filtering an App Service Plan applies to all Apps running on that plan .
1717 */
1818 "appServicePlanFilters" ?: string ;
1919 /**
You can’t perform that action at this time.
0 commit comments