Skip to content

Commit 92bcba3

Browse files
author
bhaggarwal
committed
Updated ReadMe
1 parent ac6a796 commit 92bcba3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

specification/dynatrace/resource-manager/Dynatrace.Observability/preview/2025-11-03-preview/dynatrace.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,8 +2381,7 @@
23812381
},
23822382
"ingestionKey": {
23832383
"type": "string",
2384-
"description": "Ingestion key of the environment",
2385-
"x-ms-secret": true
2384+
"description": "Ingestion key of the environment"
23862385
},
23872386
"logsIngestionEndpoint": {
23882387
"type": "string",

specification/dynatrace/resource-manager/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ suppressions:
7979
where:
8080
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/upgradePlan"].post
8181
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.
82+
- code: SECRET_PROPERTY
83+
from: dynatrace.json
84+
where:
85+
- $.definitions.EnvironmentInfo.properties.ingestionKey
86+
reason: By design - ingestionKey must be returned in Monitor resource responses to enable customers to configure Dynatrace agents for sending telemetry data to the Dynatrace environment.
8287
```
8388

8489
### Tag: package-2024-04-24

0 commit comments

Comments
 (0)