Skip to content

Commit 602c869

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove duplicate words from text strings (#2692)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 833cac3 commit 602c869

File tree

90 files changed

+119
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+119
-121
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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:45.428513",
8-
"spec_repo_commit": "b980d49f"
7+
"regenerated": "2025-02-12 15:28:27.810725",
8+
"spec_repo_commit": "b56263de"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-11 09:59:45.443328",
13-
"spec_repo_commit": "b980d49f"
12+
"regenerated": "2025-02-12 15:28:27.826384",
13+
"spec_repo_commit": "b56263de"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 10 additions & 12 deletions
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:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public CheckCanDeleteMonitorResponseData addOkItem(Long okItem) {
4141
}
4242

4343
/**
44-
* An array of of Monitor IDs that can be safely deleted.
44+
* An array of Monitor IDs that can be safely deleted.
4545
*
4646
* @return ok
4747
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public CheckCanDeleteSLOResponseData addOkItem(String okItem) {
4141
}
4242

4343
/**
44-
* An array of of SLO IDs that can be safely deleted.
44+
* An array of SLO IDs that can be safely deleted.
4545
*
4646
* @return ok
4747
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public SLOCorrectionListResponse addDataItem(SLOCorrection dataItem) {
5151
}
5252

5353
/**
54-
* The list of of SLO corrections objects.
54+
* The list of SLO corrections objects.
5555
*
5656
* @return data
5757
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public SyntheticsMobileStepParamsElementUserLocator failTestOnCannotLocate(
4040
}
4141

4242
/**
43-
* Whether if the the test should fail if the element cannot be found.
43+
* Whether if the test should fail if the element cannot be found.
4444
*
4545
* @return failTestOnCannotLocate
4646
*/

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ public UsageSummaryResponse cspmContainerHwmSum(Long cspmContainerHwmSum) {
19541954
}
19551955

19561956
/**
1957-
* Shows the sum of the the high-water marks of Cloud Security Management Pro containers over all
1957+
* Shows the sum of the high-water marks of Cloud Security Management Pro containers over all
19581958
* hours in the current month for all organizations.
19591959
*
19601960
* @return cspmContainerHwmSum
@@ -2938,8 +2938,8 @@ public UsageSummaryResponse incidentManagementMonthlyActiveUsersHwmSum(
29382938
}
29392939

29402940
/**
2941-
* Shows sum of the the high-water marks of incident management monthly active users in the
2942-
* current month for all organizations.
2941+
* Shows sum of the high-water marks of incident management monthly active users in the current
2942+
* month for all organizations.
29432943
*
29442944
* @return incidentManagementMonthlyActiveUsersHwmSum
29452945
*/
@@ -3073,8 +3073,8 @@ public UsageSummaryResponse lastUpdated(OffsetDateTime lastUpdated) {
30733073
}
30743074

30753075
/**
3076-
* Shows the the most recent hour in the current month for all organizations for which all usages
3077-
* were calculated.
3076+
* Shows the most recent hour in the current month for all organizations for which all usages were
3077+
* calculated.
30783078
*
30793079
* @return lastUpdated
30803080
*/

src/test/resources/cassettes/features/v1/Create_a_user_returns_User_created_response_test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"timeToLive": {
5454
"unlimited": true
5555
},
56-
"id": "af617072-2860-ba27-e045-b00c8baf0188"
56+
"id": "af617072-2860-ba27-e045-b00c8baf0187"
5757
}
5858
]

src/test/resources/cassettes/features/v1/Create_a_user_returns_null_access_role.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"timeToLive": {
5454
"unlimited": true
5555
},
56-
"id": "af617072-2860-ba27-e045-b00c8baf0187"
56+
"id": "af617072-2860-ba27-e045-b00c8baf0188"
5757
}
5858
]

src/test/resources/cassettes/features/v2/AWS_Integration_Create_account_config_returns_Conflict_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eeb"
30+
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eea"
3131
},
3232
{
3333
"httpRequest": {

0 commit comments

Comments
 (0)