Skip to content

Commit a410c3d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Respect empty security blocks for operations (#2557)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent bc153c0 commit a410c3d

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "06ccc32",
3-
"generated": "2025-07-21 13:55:07.250"
2+
"spec_repo_commit": "18085f2",
3+
"generated": "2025-07-21 20:56:05.626"
44
}

services/ip_ranges/src/v1/IPRangesApi.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
serialize,
1919
ServerConfiguration,
2020
stringify,
21-
applySecurityAuthentication,
2221
} from "@datadog/datadog-api-client";
2322

2423
import { TypingInfo } from "./models/TypingInfo";
@@ -59,12 +58,6 @@ export class IPRangesApiRequestFactory extends BaseAPIRequestFactory {
5958
requestContext.setHeaderParam("User-Agent", this.userAgent);
6059
}
6160

62-
// Apply auth methods
63-
applySecurityAuthentication(_config, requestContext, [
64-
"apiKeyAuth",
65-
"appKeyAuth",
66-
]);
67-
6861
return requestContext;
6962
}
7063
}

0 commit comments

Comments
 (0)