Skip to content

Commit ef3c607

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 715f1f5 of spec repo
1 parent 2804e33 commit ef3c607

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,11 +791,12 @@ 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 App Service Plans, Web Apps, Function Apps, and
795+
other resources
796796

797-
Only app service plans that match one of the defined tags are imported
798-
into Datadog.'
797+
under the Azure App Services (Microsoft.Web) resource provider.
798+
799+
Filtering an App Service Plan applies to all Apps running on that plan.'
799800
example: key:value,filter:example
800801
type: string
801802
automute:

src/datadogV1/model/model_azure_account.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ use std::fmt::{self, Formatter};
1111
#[skip_serializing_none]
1212
#[derive(Clone, Debug, PartialEq, Serialize)]
1313
pub struct AzureAccount {
14-
/// Limit the Azure app service plans that are pulled into Datadog using tags.
15-
/// Only app service plans that match one of the defined tags are imported into Datadog.
14+
/// Limit the App Service Plans, Web Apps, Function Apps, and other resources
15+
/// under the Azure App Services (Microsoft.Web) resource provider.
16+
/// Filtering an App Service Plan applies to all Apps running on that plan.
1617
#[serde(rename = "app_service_plan_filters")]
1718
pub app_service_plan_filters: Option<String>,
1819
/// Silence monitors for expected Azure VM shutdowns.

0 commit comments

Comments
 (0)