Skip to content

Commit ac6a796

Browse files
author
bhaggarwal
committed
Updated ReadMe
1 parent 13f5905 commit ac6a796

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,7 +2381,8 @@
23812381
},
23822382
"ingestionKey": {
23832383
"type": "string",
2384-
"description": "Ingestion key of the environment"
2384+
"description": "Ingestion key of the environment",
2385+
"x-ms-secret": true
23852386
},
23862387
"logsIngestionEndpoint": {
23872388
"type": "string",
@@ -3784,7 +3785,8 @@
37843785
"properties": {
37853786
"ingestionKey": {
37863787
"type": "string",
3787-
"description": "Ingestion key of the environment"
3788+
"description": "Ingestion key of the environment",
3789+
"x-ms-secret": true
37883790
},
37893791
"environmentId": {
37903792
"type": "string",

specification/dynatrace/resource-manager/readme.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ suppressions:
5050
- $.definitions.DynatraceSingleSignOnResource.properties.properties
5151
- $.definitions.MonitorResource.properties.properties
5252
- $.definitions.TagRule.properties.properties
53-
- $.definitions.CreateResourceSupportedResponse.properties.value
54-
- $.definitions.CreateResourceSupportedResponse.properties.nextLink
53+
- $.definitions.CreateResourceSupportedResponse
5554
- $.definitions.CreateResourceSupportedProperties.properties.creationSupported
5655
reason: Existing service design behavior. Fixing this causes breaking changes.
5756
- code: OperationIdNounVerb
@@ -75,16 +74,11 @@ suppressions:
7574
- $.definitions.TagRule
7675
- $.definitions.CreateResourceSupportedResponse
7776
reason: It is similar to any other model. We believe this is a false positive.
78-
- code: XMSSecretInResponse
79-
from: dynatrace.json
80-
where:
81-
- $.definitions.DynatraceEnvironmentProperties.properties.ingestionKey
82-
reason: Existing service design behavior. Fixing this causes breaking changes.
8377
- code: PostResponseCodes
8478
from: dynatrace.json
8579
where:
8680
- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/upgradePlan"].post
87-
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.
8882
```
8983

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

0 commit comments

Comments
 (0)