Skip to content

Commit 504b0ac

Browse files
authored
Update image-builder-json.md
Bicep code for windows update customization was not working missing '
1 parent 351360d commit 504b0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ customize: [
681681
type: 'WindowsUpdate'
682682
searchCriteria: 'IsInstalled=0'
683683
filters: [
684-
exclude:$_.Title -like '*Preview*''
685-
include:$true'
684+
'exclude:$_.Title -like \'*Preview*\''
685+
'include:$true'
686686
]
687687
updateLimit: 20
688688
}

0 commit comments

Comments
 (0)