We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3b8c7a + 9a27b20 commit ab78c26Copy full SHA for ab78c26
articles/virtual-machines/linux/image-builder-json.md
@@ -825,7 +825,7 @@ The `errorHandling` property allows you to configure how errors are handled duri
825
826
```bicep
827
errorHandling: {
828
- onCustomizerError: 'abort',
+ onCustomizerError: 'abort'
829
onValidationError: 'cleanup'
830
}
831
```
@@ -1351,7 +1351,7 @@ Sets the source image as an existing managed image of a generalized VHD or VM.
1351
1352
1353
source: {
1354
- type: 'ManagedImage',
+ type: 'ManagedImage'
1355
imageId: '/subscriptions/<subscriptionId>/resourceGroups/{destinationResourceGroupName}/providers/Microsoft.Compute/images/<imageName>'
1356
1357
0 commit comments