Skip to content

Commit

Permalink
Merge pull request #408 from PowerShell/SteveL-MSFT-patch-1
Browse files Browse the repository at this point in the history
Update osinfo_parameters.dsc.yaml
  • Loading branch information
SteveL-MSFT committed Apr 17, 2024
2 parents e57fac8 + bf323c4 commit 7404ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dsc/examples/osinfo_parameters.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/c
parameters:
osFamily:
type: string
# the use of `concat()` here is just an example of using an expression for a defaultValue
defaultValue: "[concat('Win','dows')]"
allowedValues:
- Windows
Expand Down

0 comments on commit 7404ad8

Please sign in to comment.