File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
services/ip_ranges/src/v1 Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import {
1818 serialize ,
1919 ServerConfiguration ,
2020 stringify ,
21- applySecurityAuthentication ,
2221} from "@datadog/datadog-api-client" ;
2322
2423import { 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}
You can’t perform that action at this time.
0 commit comments