Skip to content

Commit 51ccc6e

Browse files
committed
Revert group change
1 parent 6e9d856 commit 51ccc6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsc/examples/groups.dsc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$schema: https://aka.ms/dsc/schemas/v3/bundled/config/document.json
33
metadata:
44
Microsoft.DSC:
5-
securityContext: current # this is the default and just used as an example indicating this config works for admins and non-admins
5+
requiredSecurityContext: current # this is the default and just used as an example indicating this config works for admins and non-admins
66
resources:
77
- name: Last Group
88
type: Microsoft.DSC/Group
@@ -38,4 +38,4 @@ resources:
3838
- name: Nested First
3939
type: Microsoft.DSC.Debug/Echo
4040
properties:
41-
output: Nested First
41+
output: Nested First

0 commit comments

Comments
 (0)