Skip to content

Commit ab78c26

Browse files
authored
Merge pull request #357 from danielszot/patch-1
Fix bicep formatting in image-builder-json.md
2 parents f3b8c7a + 9a27b20 commit ab78c26

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
@@ -825,7 +825,7 @@ The `errorHandling` property allows you to configure how errors are handled duri
825825

826826
```bicep
827827
errorHandling: {
828-
onCustomizerError: 'abort',
828+
onCustomizerError: 'abort'
829829
onValidationError: 'cleanup'
830830
}
831831
```
@@ -1351,7 +1351,7 @@ Sets the source image as an existing managed image of a generalized VHD or VM.
13511351

13521352
```bicep
13531353
source: {
1354-
type: 'ManagedImage',
1354+
type: 'ManagedImage'
13551355
imageId: '/subscriptions/<subscriptionId>/resourceGroups/{destinationResourceGroupName}/providers/Microsoft.Compute/images/<imageName>'
13561356
}
13571357
```

0 commit comments

Comments
 (0)