Skip to content

Commit e7ccf9b

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix calc id
1 parent 9b10df4 commit e7ccf9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsc/examples/winget.dsc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ resources:
1717
type: Microsoft.WinGet.DSC/WinGetPackage
1818
properties:
1919
Id: Microsoft.PowerShell.Preview
20-
- name: Calc
20+
- name: Calc from Windows Store
2121
type: Microsoft.WinGet.DSC/WinGetPackage
2222
properties:
23-
Id: Microsoft.WindowsCalculator_8wekyb3d8bbwe
23+
Id: "9WZDNCRFHVN5"
2424
Ensure: "[parameters('ensureCalc')]"

0 commit comments

Comments
 (0)