We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9d856 commit 51ccc6eCopy full SHA for 51ccc6e
dsc/examples/groups.dsc.yaml
@@ -2,7 +2,7 @@
2
$schema: https://aka.ms/dsc/schemas/v3/bundled/config/document.json
3
metadata:
4
Microsoft.DSC:
5
- securityContext: current # this is the default and just used as an example indicating this config works for admins and non-admins
+ requiredSecurityContext: current # this is the default and just used as an example indicating this config works for admins and non-admins
6
resources:
7
- name: Last Group
8
type: Microsoft.DSC/Group
@@ -38,4 +38,4 @@ resources:
38
- name: Nested First
39
type: Microsoft.DSC.Debug/Echo
40
properties:
41
- output: Nested First
+ output: Nested First
0 commit comments