-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Issue-BugSomething isn't workingSomething isn't workingSchema-ImpactChange requires updating a canonical schema for configs or manifestsChange requires updating a canonical schema for configs or manifests
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Summary
securityContext
default value is Current
not current
resulting in a schema validation error.
"default": "Current", |
DSC/schemas/v3.1.0/bundled/config/document.json
Lines 424 to 427 in 73c95ca
"enum": [ | |
"current", | |
"elevated", | |
"restricted" |
Steps to reproduce
n/a
Expected behavior
n/a
Actual behavior
n/a
Error details
Environment data
n/a
Version
3.1-preview3
Visuals

Metadata
Metadata
Assignees
Labels
Issue-BugSomething isn't workingSomething isn't workingSchema-ImpactChange requires updating a canonical schema for configs or manifestsChange requires updating a canonical schema for configs or manifests