Skip to content

Commit cd67031

Browse files
committed
revert changes
1 parent 465cec6 commit cd67031

3 files changed

Lines changed: 1 addition & 3 deletions

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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ else
2525
echo "Using standard az for AzureCloud environment."
2626
AZ="az"
2727
fi
28-
#test comment
2928

3029
# Validates if the resource group exists in the subscription, if not creates it
3130
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ fi
2323

2424
echo "Initializing Terraform..."
2525
terraform init -upgrade
26-
#test comment
2726

2827
# Run terraform plan and check for errors
2928
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-
#test comment
40+
4141
# Create a resource group
4242
echo "Creating resource group [$RESOURCE_GROUP_NAME]..."
4343
$AZ group create \

0 commit comments

Comments
 (0)