Skip to content

Commit

Permalink
chore(pipeline): Fix function pipeline (#672)
Browse files Browse the repository at this point in the history
- [ ] New feature
- [x] Bug fix
- [ ] High impact

**Description of work:**
Updated version of azurepowershell task to V5, as this support federated
credentials.


**Testing:**
- [ ] ~~Can be tested~~
- [ ] ~~Automatic tests created / updated~~
- [ ] ~~Local tests are passing~~

Verfied running pipeline on branch.


**Checklist:**
- [ ] ~~Considered automated tests~~
- [ ] ~~Considered updating specification / documentation~~
- [ ] ~~Considered work items~~ 
- [ ] ~~Considered security~~
- [x] Performed developer testing
- [x] Checklist finalized / ready for review
  • Loading branch information
HansDahle authored Aug 15, 2024
1 parent 0d8849a commit d6d0a32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipelines/templates/deploy-container-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:

steps:
- checkout: self
- task: AzurePowerShell@4
- task: AzurePowerShell@5
displayName: 'Deploy ARM template'
inputs:
azureSubscription: ${{ parameters.azureSubscription }}
Expand Down
2 changes: 1 addition & 1 deletion pipelines/templates/deploy-function-pr-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:

steps:
- checkout: self
- task: AzurePowerShell@4
- task: AzurePowerShell@5
displayName: 'Deploy Function ARM template'
inputs:
azureSubscription: 'PROJECT_PORTAL (63b791ae-b2bc-41a1-ac66-806c4e69bffe)'
Expand Down
2 changes: 1 addition & 1 deletion pipelines/templates/deploy-function-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:

steps:
- checkout: self
- task: AzurePowerShell@4
- task: AzurePowerShell@5
displayName: 'Deploy Function ARM template'
inputs:
azureSubscription: ${{ parameters.azureSubscription }}
Expand Down

0 comments on commit d6d0a32

Please sign in to comment.