Skip to content

Commit 29879ff

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Bump datadog-api-client-generator (#2515)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 17d030f commit 29879ff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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": "d93d991",
3-
"generated": "2025-07-15 09:31:31.800"
2+
"spec_repo_commit": "f116d04",
3+
"generated": "2025-07-15 17:22:28.702"
44
}

packages/datadog-api-client/src/configuration.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ export function createConfiguration(
201201
const serverConf = server1.getConfiguration();
202202
server1.setVariables({ site: process.env.DD_SITE } as typeof serverConf);
203203
}
204-
205204
const authMethods = conf.authMethods || {};
206205
if (
207206
!("apiKeyAuth" in authMethods) &&
@@ -245,7 +244,6 @@ export function createConfiguration(
245244
configuration.httpApi.fetch = conf.fetch;
246245
return configuration;
247246
}
248-
249247
/**
250248
* Apply given security authentication method if avaiable in configuration.
251249
*/

0 commit comments

Comments
 (0)