|
54 | 54 | subscriptionId: ${{ env.AZURE_SUBSCRIPTION_ID }} |
55 | 55 | resourceGroupName: ${{ env.AZURE_RESOURCE_GROUP_NAME }} |
56 | 56 | region: ${{ env.AZURE_LOCATION }} |
57 | | - template: ${{ github.workspace }}/infra/main.bicep |
| 57 | + template: ${{ github.workspace }}/infra/main.json |
58 | 58 | parameters: ${{ github.workspace }}/infra/params.dev.json administratorPassword="${{ steps.generate_password_001.outputs.password }}" |
59 | 59 | deploymentMode: Validate |
| 60 | + deploymentName: "DataProduct-${{ github.sha }}" |
60 | 61 | failOnStdErr: false |
61 | 62 |
|
62 | 63 | # Deploy Data Product - what-if |
|
68 | 69 | subscriptionId: ${{ env.AZURE_SUBSCRIPTION_ID }} |
69 | 70 | resourceGroupName: ${{ env.AZURE_RESOURCE_GROUP_NAME }} |
70 | 71 | region: ${{ env.AZURE_LOCATION }} |
71 | | - template: ${{ github.workspace }}/infra/main.bicep |
| 72 | + template: ${{ github.workspace }}/infra/main.json |
72 | 73 | parameters: ${{ github.workspace }}/infra/params.dev.json administratorPassword="${{ steps.generate_password_001.outputs.password }}" |
73 | 74 | deploymentMode: Incremental |
| 75 | + deploymentName: "DataProduct-${{ github.sha }}" |
74 | 76 | failOnStdErr: false |
75 | 77 | additionalArguments: "--what-if --what-if-exclude-change-types Ignore NoChange Unsupported --what-if-result-format FullResourcePayloads" |
76 | 78 |
|
@@ -119,9 +121,10 @@ jobs: |
119 | 121 | subscriptionId: ${{ env.AZURE_SUBSCRIPTION_ID }} |
120 | 122 | resourceGroupName: ${{ env.AZURE_RESOURCE_GROUP_NAME }} |
121 | 123 | region: ${{ env.AZURE_LOCATION }} |
122 | | - template: ${{ github.workspace }}/infra/main.bicep |
| 124 | + template: ${{ github.workspace }}/infra/main.json |
123 | 125 | parameters: ${{ github.workspace }}/infra/params.dev.json administratorPassword="${{ steps.generate_password_001.outputs.password }}" |
124 | 126 | deploymentMode: Incremental |
| 127 | + deploymentName: "DataProduct-${{ github.sha }}" |
125 | 128 | failOnStdErr: false |
126 | 129 |
|
127 | 130 | # Log out from Azure |
|
0 commit comments