Skip to content

Commit 3cfac80

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Remove duplicate words from text strings (#2034)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 782e9b7 commit 3cfac80

7 files changed

+21
-23
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-02-11 09:59:40.774900",
8-
"spec_repo_commit": "b980d49f"
7+
"regenerated": "2025-02-12 15:28:27.269120",
8+
"spec_repo_commit": "b56263de"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-11 09:59:40.793035",
13-
"spec_repo_commit": "b980d49f"
12+
"regenerated": "2025-02-12 15:28:27.284616",
13+
"spec_repo_commit": "b56263de"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+10-12
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ components:
10341034
example: {}
10351035
properties:
10361036
ok:
1037-
description: An array of of Monitor IDs that can be safely deleted.
1037+
description: An array of Monitor IDs that can be safely deleted.
10381038
items:
10391039
description: ID of a monitor that can be safely deleted.
10401040
format: int64
@@ -1057,7 +1057,7 @@ components:
10571057
description: An array of service level objective objects.
10581058
properties:
10591059
ok:
1060-
description: An array of of SLO IDs that can be safely deleted.
1060+
description: An array of SLO IDs that can be safely deleted.
10611061
items:
10621062
description: An SLO ID.
10631063
type: string
@@ -10516,7 +10516,7 @@ components:
1051610516
description: A list of SLO correction objects.
1051710517
properties:
1051810518
data:
10519-
description: The list of of SLO corrections objects.
10519+
description: The list of SLO corrections objects.
1052010520
items:
1052110521
$ref: '#/components/schemas/SLOCorrection'
1052210522
type: array
@@ -15724,8 +15724,7 @@ components:
1572415724
description: User locator to find the element.
1572515725
properties:
1572615726
failTestOnCannotLocate:
15727-
description: Whether if the the test should fail if the element cannot be
15728-
found.
15727+
description: Whether if the test should fail if the element cannot be found.
1572915728
type: boolean
1573015729
values:
1573115730
description: Values of the user locator.
@@ -21713,9 +21712,8 @@ components:
2171321712
format: int64
2171421713
type: integer
2171521714
cspm_container_hwm_sum:
21716-
description: Shows the sum of the the high-water marks of Cloud Security
21717-
Management Pro containers over all hours in the current month for all
21718-
organizations.
21715+
description: Shows the sum of the high-water marks of Cloud Security Management
21716+
Pro containers over all hours in the current month for all organizations.
2171921717
format: int64
2172021718
type: integer
2172121719
cspm_gcp_host_top99p_sum:
@@ -21936,8 +21934,8 @@ components:
2193621934
format: int64
2193721935
type: integer
2193821936
incident_management_monthly_active_users_hwm_sum:
21939-
description: Shows sum of the the high-water marks of incident management
21940-
monthly active users in the current month for all organizations.
21937+
description: Shows sum of the high-water marks of incident management monthly
21938+
active users in the current month for all organizations.
2194121939
format: int64
2194221940
type: integer
2194321941
indexed_events_count_agg_sum:
@@ -21968,8 +21966,8 @@ components:
2196821966
format: int64
2196921967
type: integer
2197021968
last_updated:
21971-
description: Shows the the most recent hour in the current month for all
21972-
organizations for which all usages were calculated.
21969+
description: Shows the most recent hour in the current month for all organizations
21970+
for which all usages were calculated.
2197321971
format: date-time
2197421972
type: string
2197521973
live_indexed_events_agg_sum:

packages/datadog-api-client-v1/models/CheckCanDeleteMonitorResponseData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1111
*/
1212
export class CheckCanDeleteMonitorResponseData {
1313
/**
14-
* An array of of Monitor IDs that can be safely deleted.
14+
* An array of Monitor IDs that can be safely deleted.
1515
*/
1616
"ok"?: Array<number>;
1717

packages/datadog-api-client-v1/models/CheckCanDeleteSLOResponseData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1111
*/
1212
export class CheckCanDeleteSLOResponseData {
1313
/**
14-
* An array of of SLO IDs that can be safely deleted.
14+
* An array of SLO IDs that can be safely deleted.
1515
*/
1616
"ok"?: Array<string>;
1717

packages/datadog-api-client-v1/models/SLOCorrectionListResponse.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1313
*/
1414
export class SLOCorrectionListResponse {
1515
/**
16-
* The list of of SLO corrections objects.
16+
* The list of SLO corrections objects.
1717
*/
1818
"data"?: Array<SLOCorrection>;
1919
/**

packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1212
*/
1313
export class SyntheticsMobileStepParamsElementUserLocator {
1414
/**
15-
* Whether if the the test should fail if the element cannot be found.
15+
* Whether if the test should fail if the element cannot be found.
1616
*/
1717
"failTestOnCannotLocate"?: boolean;
1818
/**

packages/datadog-api-client-v1/models/UsageSummaryResponse.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export class UsageSummaryResponse {
209209
*/
210210
"cspmContainerAvgSum"?: number;
211211
/**
212-
* Shows the sum of the the high-water marks of Cloud Security Management Pro containers over all hours in the current month for all organizations.
212+
* Shows the sum of the high-water marks of Cloud Security Management Pro containers over all hours in the current month for all organizations.
213213
*/
214214
"cspmContainerHwmSum"?: number;
215215
/**
@@ -385,7 +385,7 @@ export class UsageSummaryResponse {
385385
*/
386386
"herokuHostTop99pSum"?: number;
387387
/**
388-
* Shows sum of the the high-water marks of incident management monthly active users in the current month for all organizations.
388+
* Shows sum of the high-water marks of incident management monthly active users in the current month for all organizations.
389389
*/
390390
"incidentManagementMonthlyActiveUsersHwmSum"?: number;
391391
/**
@@ -409,7 +409,7 @@ export class UsageSummaryResponse {
409409
*/
410410
"iotDeviceTop99pSum"?: number;
411411
/**
412-
* Shows the the most recent hour in the current month for all organizations for which all usages were calculated.
412+
* Shows the most recent hour in the current month for all organizations for which all usages were calculated.
413413
*/
414414
"lastUpdated"?: Date;
415415
/**

0 commit comments

Comments
 (0)