From 0fe2903e262b3170e8f42690934fe271a88ae3b5 Mon Sep 17 00:00:00 2001 From: Jitka Halova Date: Fri, 23 Jan 2026 16:40:09 +0100 Subject: [PATCH] Skip Azurite's API version check This causes Azurite to skip the API version check. We're experiencing a recurring issue when a new API version is released and the azure-blog-storage package mismatches the version Azurite is expecting. The latest instance of this issue is at https://github.com/Azure/Azurite/issues/2623 Co-authored-by: David Davis --- templates/github/.github/workflows/scripts/install.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/github/.github/workflows/scripts/install.sh.j2 b/templates/github/.github/workflows/scripts/install.sh.j2 index 5b907bb4..e44a94cc 100755 --- a/templates/github/.github/workflows/scripts/install.sh.j2 +++ b/templates/github/.github/workflows/scripts/install.sh.j2 @@ -149,7 +149,7 @@ if [ "$TEST" = "azure" ]; then image: mcr.microsoft.com/azure-storage/azurite\ volumes:\ - ./azurite:/etc/pulp\ - command: "azurite-blob --blobHost 0.0.0.0"' vars/main.yaml + command: "azurite-blob --skipApiVersionCheck --blobHost 0.0.0.0"' vars/main.yaml sed -i -e '$a azure_test: true\ pulp_scenario_settings: {{ pulp_settings_azure | tojson }}\ pulp_scenario_env: {{ pulp_env_azure | tojson }}\