File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ AAZ_CLI_PATH = /workspaces/azure-cli
2+ AAZ_CLI_EXTENSION_PATH = /workspaces/azure-cli-extensions
3+ AAZ_SWAGGER_PATH = /workspaces/azure-rest-api-specs
4+ AAZ_PATH = /workspaces/aaz
Original file line number Diff line number Diff line change 1313 "cpus" : 16 ,
1414 "memory" : " 64gb" ,
1515 "storage" : " 128gb"
16- }
16+ },
17+ "runArgs" : [" --env-file" , " .devcontainer/.env" ],
1718}
Original file line number Diff line number Diff line change @@ -66,9 +66,7 @@ if ! command -v aaz-dev &> /dev/null; then
6666 ELAPSED_TIME=$SECONDS
6767
6868 echo -e " \n${YELLOW} Elapsed time: $(( ELAPSED_TIME / 60 )) m $(( ELAPSED_TIME % 60 )) s.${NC} "
69- echo -e " \n${GREEN} Finished setup! Please launch the codegen tool via:${NC} "
70- echo -e " ${GREEN} \$ aaz-dev run -c azure-cli -e azure-cli-extensions -s azure-rest-api-specs -a aaz${NC} \n"
69+ echo -e " \n${GREEN} Finished setup! Please launch the codegen tool via: aaz-dev run${NC} \n"
7170else
72- echo -e " \nPlease launch the codegen tool via:"
73- echo -e " $ aaz-dev run -c azure-cli -e azure-cli-extensions -s azure-rest-api-specs -a aaz\n"
71+ echo -e " \nPlease launch the codegen tool via: aaz-dev run\n"
7472fi
You can’t perform that action at this time.
0 commit comments