Commit 7414e81
committed
fix: changing a request attribute data_type lead to an error
The data_type of `dynatrace_request_attribute` is immutable once created. The API rejected the request if the type changed. Therefore, adding a forceNew here, so that the resource is re-created if the data_type changes1 parent 1440d05 commit 7414e81
File tree
2 files changed
+3
-2
lines changed- dynatrace/api/v1/config/requestattributes/settings
2 files changed
+3
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments