From d155e72127ac3495e98e4364ae66093df6e0c360 Mon Sep 17 00:00:00 2001 From: EgorBo Date: Sat, 18 Oct 2025 18:23:30 +0200 Subject: [PATCH 1/2] bump azure.storage.blob and azure.identity versions --- eng/pipelines/common/templates/runtimes/run-test-job.yml | 2 +- eng/pipelines/coreclr/templates/run-superpmi-collect-job.yml | 2 +- eng/pipelines/coreclr/templates/upload-jits-steps.yml | 2 +- eng/pipelines/libraries/superpmi-postprocess-step.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/common/templates/runtimes/run-test-job.yml b/eng/pipelines/common/templates/runtimes/run-test-job.yml index 8528b9928993c7..932cef5f035e07 100644 --- a/eng/pipelines/common/templates/runtimes/run-test-job.yml +++ b/eng/pipelines/common/templates/runtimes/run-test-job.yml @@ -576,7 +576,7 @@ jobs: condition: always() # Ensure the Python azure-storage-blob package is installed before doing the upload. - - script: $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.5.0 --force-reinstall && $(PipScript) install azure.identity==1.16.1 --force-reinstall + - script: $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.27.0 --force-reinstall && $(PipScript) install azure.identity==1.25.1 --force-reinstall displayName: Upgrade Pip to latest and install azure-storage-blob and azure-identity Python packages condition: always() diff --git a/eng/pipelines/coreclr/templates/run-superpmi-collect-job.yml b/eng/pipelines/coreclr/templates/run-superpmi-collect-job.yml index b9c99e3bf18314..5c4610d9f037ba 100644 --- a/eng/pipelines/coreclr/templates/run-superpmi-collect-job.yml +++ b/eng/pipelines/coreclr/templates/run-superpmi-collect-job.yml @@ -197,7 +197,7 @@ jobs: onlyAddExtraIndex: false # Ensure the Python azure-storage-blob package is installed before doing the upload. - - script: $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.5.0 --force-reinstall && $(PipScript) install azure.identity==1.16.1 --force-reinstall + - script: $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.27.0 --force-reinstall && $(PipScript) install azure.identity==1.25.1 --force-reinstall displayName: Upgrade Pip to latest and install azure-storage-blob and azure-identity Python packages - task: AzureCLI@2 diff --git a/eng/pipelines/coreclr/templates/upload-jits-steps.yml b/eng/pipelines/coreclr/templates/upload-jits-steps.yml index 536a18dc927a40..ed4bc3d93d9b65 100644 --- a/eng/pipelines/coreclr/templates/upload-jits-steps.yml +++ b/eng/pipelines/coreclr/templates/upload-jits-steps.yml @@ -10,7 +10,7 @@ steps: displayName: Enable python venv # Ensure the Python azure-storage-blob package is installed before doing the upload. -- script: $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.5.0 --force-reinstall && $(PipScript) install azure.identity==1.16.1 --force-reinstall +- script: $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.27.0 --force-reinstall && $(PipScript) install azure.identity==1.25.1 --force-reinstall && $(PipScript) install azure.identity==1.25.1 --force-reinstall displayName: Upgrade Pip to latest and install azure-storage-blob and azure-identity Python packages - task: AzureCLI@2 diff --git a/eng/pipelines/libraries/superpmi-postprocess-step.yml b/eng/pipelines/libraries/superpmi-postprocess-step.yml index 5ee73194e463e6..09f6c36760a20d 100644 --- a/eng/pipelines/libraries/superpmi-postprocess-step.yml +++ b/eng/pipelines/libraries/superpmi-postprocess-step.yml @@ -67,7 +67,7 @@ steps: condition: always() # Ensure the Python azure-storage-blob package is installed before doing the upload. - - 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 + - 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 displayName: Upgrade Pip to latest and install azure-storage-blob and azure-identity Python packages condition: always() From e8d0a5b02395008660846e67bbda8d18ccd15641 Mon Sep 17 00:00:00 2001 From: Egor Bogatov Date: Sat, 18 Oct 2025 18:25:17 +0200 Subject: [PATCH 2/2] Update upload-jits-steps.yml --- eng/pipelines/coreclr/templates/upload-jits-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/coreclr/templates/upload-jits-steps.yml b/eng/pipelines/coreclr/templates/upload-jits-steps.yml index ed4bc3d93d9b65..57d50b5ee73a68 100644 --- a/eng/pipelines/coreclr/templates/upload-jits-steps.yml +++ b/eng/pipelines/coreclr/templates/upload-jits-steps.yml @@ -10,7 +10,7 @@ steps: displayName: Enable python venv # Ensure the Python azure-storage-blob package is installed before doing the upload. -- script: $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.27.0 --force-reinstall && $(PipScript) install azure.identity==1.25.1 --force-reinstall && $(PipScript) install azure.identity==1.25.1 --force-reinstall +- script: $(PipScript) install --upgrade pip && $(PipScript) install azure.storage.blob==12.27.0 --force-reinstall && $(PipScript) install azure.identity==1.25.1 --force-reinstall displayName: Upgrade Pip to latest and install azure-storage-blob and azure-identity Python packages - task: AzureCLI@2