Skip to content

Commit

Permalink
chore: Updating AzureKeyVault task version (#2313)
Browse files Browse the repository at this point in the history
* Upgrading Azure Vault task version as version 1 has been deprecated

* Updating one more task so we will get fewer warnings.

---------

Co-authored-by: Farrukh Masud <[email protected]>
  • Loading branch information
FarrukhMasud and FMasudMsft authored Nov 13, 2024
1 parent 6796242 commit a360886
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
chmod +x git-chglog_linux_amd64
./git-chglog_linux_amd64 -o CHANGELOG.md $TAG
condition: and(eq(variables.isMaster, true), startsWith(variables['tag'], 'v'))
- task: GitHubRelease@0
- task: GitHubRelease@1
condition: and(eq(variables.isMaster, true), startsWith(variables['tag'], 'v'))
inputs:
gitHubConnection: 'MMLSpark Github'
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
conda env create --force -f environment.yml -v
condition: and(eq(variables.isMaster, true), and(startsWith(variables['tag'], 'v'), eq(variables.CONDA_CACHE_RESTORED, 'false')))
displayName: Create Anaconda environment
- task: AzureKeyVault@1
- task: AzureKeyVault@2
condition: and(eq(variables.isMaster, true), startsWith(variables['tag'], 'v'))
inputs:
azureSubscription: 'SynapseML Build'
Expand Down
2 changes: 1 addition & 1 deletion templates/kv.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- task: AzureKeyVault@1
- task: AzureKeyVault@2
retryCountOnTaskFailure: 3
inputs:
azureSubscription: 'SynapseML Build'
Expand Down

0 comments on commit a360886

Please sign in to comment.