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.
1 parent 01b8b3c commit b10ff6bCopy full SHA for b10ff6b
1 file changed
.github/workflows/dataProductDeployment.yml
@@ -70,9 +70,9 @@ jobs:
70
region: ${{ env.AZURE_LOCATION }}
71
template: ${{ github.workspace }}/infra/main.bicep
72
parameters: ${{ github.workspace }}/infra/params.dev.json administratorPassword="${{ steps.generate_password_001.outputs.password }}"
73
- deploymentMode: Validate
+ deploymentMode: Incremental
74
failOnStdErr: false
75
- additionalArguments: "--what-if --what-if-exclude-change-types Ignore NoChange Unsupported"
+ additionalArguments: "--what-if --what-if-exclude-change-types Ignore NoChange Unsupported --what-if-result-format FullResourcePayloads"
76
77
# Log out from Azure
78
- name: Log out from Azure
0 commit comments