Skip to content

Commit b009511

Browse files
committed
test branch to test CI setup
1 parent 89b8b4c commit b009511

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

  • samples
    • function-app-managed-identity/python/bicep
    • function-app-storage-http/dotnet/scripts
    • web-app-managed-identity/python/terraform

samples/function-app-managed-identity/python/bicep/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENVIRONMENT=$(az account show --query environmentName --output tsv)
1717

1818
# Change the current directory to the script's directory
1919
cd "$CURRENT_DIR" || exit
20-
20+
#test
2121
# Choose the appropriate CLI based on the environment
2222
if [[ $ENVIRONMENT == "LocalStack" ]]; then
2323
echo "Using azlocal for LocalStack emulator environment."

samples/function-app-storage-http/dotnet/scripts/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ENVIRONMENT=$(az account show --query environmentName --output tsv)
2323

2424
# Change the current directory to the script's directory
2525
cd "$CURRENT_DIR" || exit
26+
#test
2627

2728
# Choose the appropriate CLI based on the environment
2829
if [[ $ENVIRONMENT == "LocalStack" ]]; then

samples/web-app-managed-identity/python/terraform/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ fi
2323

2424
echo "Initializing Terraform..."
2525
terraform init -upgrade
26+
#test
2627

2728
# Run terraform plan and check for errors
2829
echo "Planning Terraform deployment..."

0 commit comments

Comments
 (0)