Alphabetize azure configuration so it looks nicer

This commit is contained in:
Chris Bednarski 2016-03-04 12:09:56 -08:00
parent 5b5888b230
commit c84ae85ac1
1 changed files with 2 additions and 2 deletions

View File

@ -169,12 +169,12 @@ showConfigs() {
echo ""
echo "Use the following configuration for your packer template:"
echo ""
echo " \"tenant_id\": \"$azure_tenant_id\","
echo " \"subscription_id\": \"$azure_subscription_id\","
echo " \"client_id\": \"$azure_client_id\","
echo " \"client_secret\": \"$azure_client_secret\","
echo " \"resource_group_name\": \"$azure_group_name\","
echo " \"storage_account\": \"$azure_storage_name\","
echo " \"subscription_id\": \"$azure_subscription_id\","
echo " \"tenant_id\": \"$azure_tenant_id\","
echo ""
}