Skip to content

Commit 465cec6

Browse files
committed
test only changed tests
1 parent 268a830 commit 465cec6

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

  • samples
    • web-app-cosmosdb-mongodb-api/python/bicep
    • web-app-managed-identity/python/terraform
    • web-app-sql-database/python/scripts

samples/web-app-cosmosdb-mongodb-api/python/bicep/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ else
2525
echo "Using standard az for AzureCloud environment."
2626
AZ="az"
2727
fi
28+
#test comment
2829

2930
# Validates if the resource group exists in the subscription, if not creates it
3031
echo "Checking if resource group [$RESOURCE_GROUP_NAME] exists in the subscription [$SUBSCRIPTION_NAME]..."

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 comment
2627

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

samples/web-app-sql-database/python/scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
echo "Using standard az for AzureCloud environment."
3838
AZ="az"
3939
fi
40-
40+
#test comment
4141
# Create a resource group
4242
echo "Creating resource group [$RESOURCE_GROUP_NAME]..."
4343
$AZ group create \

0 commit comments

Comments
 (0)