Skip to content

Commit 7404ad8

Browse files
authored
Merge pull request #408 from PowerShell/SteveL-MSFT-patch-1
Update osinfo_parameters.dsc.yaml
2 parents e57fac8 + bf323c4 commit 7404ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dsc/examples/osinfo_parameters.dsc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ $schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/c
22
parameters:
33
osFamily:
44
type: string
5+
# the use of `concat()` here is just an example of using an expression for a defaultValue
56
defaultValue: "[concat('Win','dows')]"
67
allowedValues:
78
- Windows

0 commit comments

Comments
 (0)