Skip to content

Commit 199ddb2

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix yaml for test
1 parent f7108d0 commit 199ddb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsc/examples/require_admin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json
55
metadata:
66
Microsoft.DSC:
7-
requiredSecurityContext: Elevated
7+
securityContext: Elevated
88
resources:
99
- name: os
1010
type: Microsoft/OSInfo

dsc/examples/require_nonadmin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json
44
metadata:
55
Microsoft.DSC:
6-
requiredSecurityContext: Restricted
6+
securityContext: Restricted
77
resources:
88
- name: os
99
type: Microsoft/OSInfo

0 commit comments

Comments
 (0)