File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
common/templates/runtimes Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ jobs:
576576 condition : always()
577577
578578 # Ensure the Python azure-storage-blob package is installed before doing the upload.
579- - script : $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.5 .0 --force-reinstall && $(PipScript) install azure.identity==1.16 .1 --force-reinstall
579+ - script : $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.27 .0 --force-reinstall && $(PipScript) install azure.identity==1.25 .1 --force-reinstall
580580 displayName : Upgrade Pip to latest and install azure-storage-blob and azure-identity Python packages
581581 condition : always()
582582
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 onlyAddExtraIndex : false
198198
199199 # Ensure the Python azure-storage-blob package is installed before doing the upload.
200- - script : $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.5 .0 --force-reinstall && $(PipScript) install azure.identity==1.16 .1 --force-reinstall
200+ - script : $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.27 .0 --force-reinstall && $(PipScript) install azure.identity==1.25 .1 --force-reinstall
201201 displayName : Upgrade Pip to latest and install azure-storage-blob and azure-identity Python packages
202202
203203 - task : AzureCLI@2
Original file line number Diff line number Diff line change 1010 displayName : Enable python venv
1111
1212# Ensure the Python azure-storage-blob package is installed before doing the upload.
13- - script : $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.5 .0 --force-reinstall && $(PipScript) install azure.identity==1.16 .1 --force-reinstall
13+ - script : $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.27 .0 --force-reinstall && $(PipScript) install azure.identity==1.25 .1 --force-reinstall
1414 displayName : Upgrade Pip to latest and install azure-storage-blob and azure-identity Python packages
1515
1616- task : AzureCLI@2
Original file line number Diff line number Diff line change 6767 condition : always()
6868
6969 # Ensure the Python azure-storage-blob package is installed before doing the upload.
70- - script : ${{ parameters.PipScript }} install --upgrade pip && ${{ parameters.PipScript }} install azure.storage.blob==12.5 .0 --force-reinstall && ${{ parameters.PipScript }} install azure.identity==1.16 .1 --force-reinstall
70+ - script : ${{ parameters.PipScript }} install --upgrade pip && ${{ parameters.PipScript }} install azure.storage.blob==12.27 .0 --force-reinstall && ${{ parameters.PipScript }} install azure.identity==1.25 .1 --force-reinstall
7171 displayName : Upgrade Pip to latest and install azure-storage-blob and azure-identity Python packages
7272 condition : always()
7373
You can’t perform that action at this time.
0 commit comments