Skip to content

Commit

Permalink
Bicep deployment hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Helder Pinto committed May 22, 2024
1 parent d925238 commit c918801
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 39 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/cleanup-dev-new.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-dev-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Login via Az module
uses: azure/login@v2
uses: azure/login@hf_447_release
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Login via Az module
uses: azure/login@v2
uses: azure/login@hf_447_release
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Login via Az module
uses: azure/login@v2
uses: azure/login@hf_447_release
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
1 change: 1 addition & 0 deletions azuredeploy-nested.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ var csvExports = [
ingestTimeOffset: 'PT2H'
ingestFrequency: 'Hour'
ingestJobId: monitorIngestJobId
exportSchedule: null
exportJobId: 'dummy'
}
{
Expand Down

0 comments on commit c918801

Please sign in to comment.