Skip to content

Commit cd66519

Browse files
authored
bump azure.storage.blob and azure.identity versions (#120868)
#120867
1 parent f0db8f9 commit cd66519

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

eng/pipelines/common/templates/runtimes/run-test-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

eng/pipelines/coreclr/templates/run-superpmi-collect-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

eng/pipelines/coreclr/templates/upload-jits-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
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

eng/pipelines/libraries/superpmi-postprocess-step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ steps:
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

0 commit comments

Comments
 (0)