Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit b10ff6b

Browse files
committed
updated what if stage
1 parent 01b8b3c commit b10ff6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dataProductDeployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
region: ${{ env.AZURE_LOCATION }}
7171
template: ${{ github.workspace }}/infra/main.bicep
7272
parameters: ${{ github.workspace }}/infra/params.dev.json administratorPassword="${{ steps.generate_password_001.outputs.password }}"
73-
deploymentMode: Validate
73+
deploymentMode: Incremental
7474
failOnStdErr: false
75-
additionalArguments: "--what-if --what-if-exclude-change-types Ignore NoChange Unsupported"
75+
additionalArguments: "--what-if --what-if-exclude-change-types Ignore NoChange Unsupported --what-if-result-format FullResourcePayloads"
7676

7777
# Log out from Azure
7878
- name: Log out from Azure

0 commit comments

Comments
 (0)