Commit 5c77811
sanitize configuration keys correctly (#3143)
* sanitize configuration keys correctly
The api template uses class_name, but the config was not. This led to
a divergence for On-Call Paging:
Usage: https://github.com/DataDog/datadog-api-client-go/blob/31a2b1a4757da7b06ba985bba77b512c5f45224d/api/datadogV2/api_on_call_paging.go#L89
Configuration: https://github.com/DataDog/datadog-api-client-go/blob/31a2b1a4757da7b06ba985bba77b512c5f45224d/api/datadog/configuration.go#L324
* use tags
---------
Co-authored-by: Sherzod Karimov <sherzod.karimov@datadoghq.com>1 parent d03c737 commit 5c77811
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | | - | |
| 418 | + | |
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
0 commit comments