Skip to content

Commit

Permalink
Update avm/res/virtual-machine-images/image-template/main.bicep
Browse files Browse the repository at this point in the history
Co-authored-by: Erika Gressi <[email protected]>
  • Loading branch information
AlexanderSehr and eriqua authored Sep 7, 2024
1 parent f1b57a1 commit bdd9c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avm/res/virtual-machine-images/image-template/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ param subnetResourceId string?
@description('Required. Image source definition in object format.')
param imageSource object

@description('Required. Customization steps to be run when building the VM image.')
@description('Optional. Customization steps to be run when building the VM image.')
param customizationSteps array?

@description('Optional. Resource ID of the staging resource group in the same subscription and location as the image template that will be used to build the image.</p>If this field is empty, a resource group with a random name will be created.</p>If the resource group specified in this field doesn\'t exist, it will be created with the same name.</p>If the resource group specified exists, it must be empty and in the same region as the image template.</p>The resource group created will be deleted during template deletion if this field is empty or the resource group specified doesn\'t exist,</p>but if the resource group specified exists the resources created in the resource group will be deleted during template deletion and the resource group itself will remain.')
Expand Down

0 comments on commit bdd9c7c

Please sign in to comment.