Skip to content

Commit f6ce636

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 921d5a27 of spec repo (#697)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 2c25705 commit f6ce636

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
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.2",
7-
"regenerated": "2022-05-26 16:07:25.397102",
8-
"spec_repo_commit": "55b88fd3"
7+
"regenerated": "2022-06-01 08:09:47.676672",
8+
"spec_repo_commit": "921d5a27"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-05-26 16:07:25.410523",
13-
"spec_repo_commit": "55b88fd3"
12+
"regenerated": "2022-06-01 08:09:47.689138",
13+
"spec_repo_commit": "921d5a27"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16742,8 +16742,6 @@ components:
1674216742
downtimes.
1674316743
monitors_read: View monitors.
1674416744
monitors_write: Edit, mute, and delete individual monitors.
16745-
security_monitoring_signals_read: View Security Signals.
16746-
security_monitoring_signals_write: Modify Security Signals.
1674716745
synthetics_global_variable_read: View, search, and use in tests the list
1674816746
of global variables available for Synthetics.
1674916747
synthetics_global_variable_write: Create, edit, and delete global variables
@@ -23405,11 +23403,6 @@ paths:
2340523403
description: Not Found
2340623404
'429':
2340723405
$ref: '#/components/responses/TooManyRequestsResponse'
23408-
security:
23409-
- AuthZ:
23410-
- security_monitoring_signals_write
23411-
apiKeyAuth: []
23412-
appKeyAuth: []
2341323406
summary: Modify the triage assignee of a security signal
2341423407
tags:
2341523408
- Security Monitoring
@@ -23456,11 +23449,6 @@ paths:
2345623449
description: Not Found
2345723450
'429':
2345823451
$ref: '#/components/responses/TooManyRequestsResponse'
23459-
security:
23460-
- AuthZ:
23461-
- security_monitoring_signals_write
23462-
apiKeyAuth: []
23463-
appKeyAuth: []
2346423452
summary: Change the triage state of a security signal
2346523453
tags:
2346623454
- Security Monitoring

packages/datadog-api-client-v1/apis/SecurityMonitoringApi.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
123123

124124
// Apply auth methods
125125
applySecurityAuthentication(_config, requestContext, [
126-
"AuthZ",
127126
"apiKeyAuth",
128127
"appKeyAuth",
129128
]);
@@ -180,7 +179,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
180179

181180
// Apply auth methods
182181
applySecurityAuthentication(_config, requestContext, [
183-
"AuthZ",
184182
"apiKeyAuth",
185183
"appKeyAuth",
186184
]);

0 commit comments

Comments
 (0)