We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7108d0 commit 199ddb2Copy full SHA for 199ddb2
dsc/examples/require_admin.yaml
@@ -4,7 +4,7 @@
4
$schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json
5
metadata:
6
Microsoft.DSC:
7
- requiredSecurityContext: Elevated
+ securityContext: Elevated
8
resources:
9
- name: os
10
type: Microsoft/OSInfo
dsc/examples/require_nonadmin.yaml
@@ -3,7 +3,7 @@
3
- requiredSecurityContext: Restricted
+ securityContext: Restricted
0 commit comments