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 1
1
{
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 "
4
4
}
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import {
18
18
serialize ,
19
19
ServerConfiguration ,
20
20
stringify ,
21
- applySecurityAuthentication ,
22
21
} from "@datadog/datadog-api-client" ;
23
22
24
23
import { TypingInfo } from "./models/TypingInfo" ;
@@ -59,12 +58,6 @@ export class IPRangesApiRequestFactory extends BaseAPIRequestFactory {
59
58
requestContext . setHeaderParam ( "User-Agent" , this . userAgent ) ;
60
59
}
61
60
62
- // Apply auth methods
63
- applySecurityAuthentication ( _config , requestContext , [
64
- "apiKeyAuth" ,
65
- "appKeyAuth" ,
66
- ] ) ;
67
-
68
61
return requestContext ;
69
62
}
70
63
}
You can’t perform that action at this time.
0 commit comments