Skip to content

Commit c4bc486

Browse files
committed
remove default to allow for prompting
1 parent 87d6830 commit c4bc486

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infra/main.parameters.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"value": "${AZURE_VM_SIZE=Standard_DS4_v2}"
1616
},
1717
"cosmosDbEnabled": {
18-
"value": "${AZURE_COSMOS_DB_ENABLED=false}"
18+
"value": "${AZURE_COSMOS_DB_ENABLED}"
1919
},
2020
"sqlServerEnabled": {
21-
"value": "${AZURE_SQL_SERVER_ENABLED=false}"
21+
"value": "${AZURE_SQL_SERVER_ENABLED}"
2222
},
2323
"acrEnabled": {
24-
"value": "${AZURE_ACR_ENABLED=false}"
24+
"value": "${AZURE_ACR_ENABLED}"
2525
},
2626
"apiManagementEnabled": {
2727
"value": "${AZURE_API_MANAGEMENT_ENABLED}"

0 commit comments

Comments
 (0)