You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/dynatrace/resource-manager/Dynatrace.Observability/preview/2025-11-03-preview/dynatrace.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2381,7 +2381,8 @@
2381
2381
},
2382
2382
"ingestionKey": {
2383
2383
"type": "string",
2384
-
"description": "Ingestion key of the environment"
2384
+
"description": "Ingestion key of the environment",
2385
+
"x-ms-secret": true
2385
2386
},
2386
2387
"logsIngestionEndpoint": {
2387
2388
"type": "string",
@@ -3784,7 +3785,8 @@
3784
3785
"properties": {
3785
3786
"ingestionKey": {
3786
3787
"type": "string",
3787
-
"description": "Ingestion key of the environment"
3788
+
"description": "Ingestion key of the environment",
reason: Existing long-running operation design. The operation returns 202 with no final response schema. Fixing this causes breaking changes.
81
+
reason: By design - operation returns only 202 for async plan upgrade processing. No final response schema is required as the upgrade status is reflected in the monitor resource state.
0 commit comments