bicep
bicep copied to clipboard
Deployment Script WhatIf output
Bicep version 0.23.1
Describe the bug The whatif feature shows the deploymentScript content each time when we run whatif, what creates additional noise in the output
To Reproduce Steps to reproduce the behavior:
- Create the template with PowerShell Script in deploymentScript resource and run New-AzDeployment -WhatIf -template
Additional context Is there any way to exclude the script content from the output?