Skip to content

Commit bf323c4

Browse files
authored
Update osinfo_parameters.dsc.yaml
1 parent e57fac8 commit bf323c4

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)