From b0095114e7d071d771687e96751ecd138b2dc442 Mon Sep 17 00:00:00 2001 From: "Dris.S" Date: Wed, 25 Feb 2026 10:17:02 +0000 Subject: [PATCH] test branch to test CI setup --- samples/function-app-managed-identity/python/bicep/deploy.sh | 2 +- samples/function-app-storage-http/dotnet/scripts/deploy.sh | 1 + samples/web-app-managed-identity/python/terraform/deploy.sh | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/function-app-managed-identity/python/bicep/deploy.sh b/samples/function-app-managed-identity/python/bicep/deploy.sh index b95a969..11d8d8b 100755 --- a/samples/function-app-managed-identity/python/bicep/deploy.sh +++ b/samples/function-app-managed-identity/python/bicep/deploy.sh @@ -17,7 +17,7 @@ ENVIRONMENT=$(az account show --query environmentName --output tsv) # Change the current directory to the script's directory cd "$CURRENT_DIR" || exit - +#test # Choose the appropriate CLI based on the environment if [[ $ENVIRONMENT == "LocalStack" ]]; then echo "Using azlocal for LocalStack emulator environment." diff --git a/samples/function-app-storage-http/dotnet/scripts/deploy.sh b/samples/function-app-storage-http/dotnet/scripts/deploy.sh index 49e5b0c..7d3f8a5 100644 --- a/samples/function-app-storage-http/dotnet/scripts/deploy.sh +++ b/samples/function-app-storage-http/dotnet/scripts/deploy.sh @@ -23,6 +23,7 @@ ENVIRONMENT=$(az account show --query environmentName --output tsv) # Change the current directory to the script's directory cd "$CURRENT_DIR" || exit +#test # Choose the appropriate CLI based on the environment if [[ $ENVIRONMENT == "LocalStack" ]]; then diff --git a/samples/web-app-managed-identity/python/terraform/deploy.sh b/samples/web-app-managed-identity/python/terraform/deploy.sh index d6482e7..c98b1f6 100755 --- a/samples/web-app-managed-identity/python/terraform/deploy.sh +++ b/samples/web-app-managed-identity/python/terraform/deploy.sh @@ -23,6 +23,7 @@ fi echo "Initializing Terraform..." terraform init -upgrade +#test # Run terraform plan and check for errors echo "Planning Terraform deployment..."