Skip to content

Commit be38da0

Browse files
(SCHEMA) Fix metadata for dsc config output
Prior to this change, the output metadata erroneously required the `context` property, which is sent _to_ resources but not returned for configuration operations themselves.
1 parent 72fbe69 commit be38da0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

schemas/src/metadata/configurationDocumentResult.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ properties:
3030
- endDatetime
3131
- duration
3232
- securityContext
33-
- context
3433
properties:
3534
version:
3635
$ref: /<PREFIX>/<VERSION>/metadata/Microsoft.DSC/version.yaml
@@ -46,5 +45,3 @@ properties:
4645
$ref: /<PREFIX>/<VERSION>/metadata/Microsoft.DSC/duration.yaml
4746
securityContext:
4847
$ref: /<PREFIX>/<VERSION>/metadata/Microsoft.DSC/securityContext.yaml
49-
context:
50-
$ref: /<PREFIX>/<VERSION>/metadata/Microsoft.DSC/context.yaml

0 commit comments

Comments
 (0)