-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for other clouds (pt. 2) #3452
Conversation
3175ad4
to
3a5a719
Compare
/azp azure-dev - cli |
Command 'azure-dev' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
/azp run azure-dev - cli |
Azure Pipelines successfully started running 1 pipeline(s). |
Repoman Generation ResultsRepoman pushed changes to remotes for the following projects: Project: azd-starter-bicepRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/azd-starter-bicep -b pr/3452 View Changes | Compare Changes Project: azd-starter-terraformRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/azd-starter-terraform -b pr/3452 View Changes | Compare Changes Project: todo-csharp-cosmos-sqlRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-csharp-cosmos-sql -b pr/3452 View Changes | Compare Changes Project: todo-csharp-sql-swa-funcRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql-swa-func -b pr/3452 View Changes | Compare Changes Project: todo-csharp-sqlRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql -b pr/3452 View Changes | Compare Changes Project: todo-java-mongo-acaRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo-aca -b pr/3452 View Changes | Compare Changes Project: todo-java-mongoRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo -b pr/3452 View Changes | Compare Changes Project: todo-java-postgresql-terraformRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-java-postgresql-terraform -b pr/3452 View Changes | Compare Changes Project: todo-nodejs-mongo-acaRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aca -b pr/3452 View Changes | Compare Changes Project: todo-nodejs-mongo-aksRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aks -b pr/3452 View Changes | Compare Changes Project: todo-nodejs-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-swa-func -b pr/3452 View Changes | Compare Changes Project: todo-nodejs-mongoRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo -b pr/3452 View Changes | Compare Changes Project: todo-nodejs-mongo-terraformRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-terraform -b pr/3452 View Changes | Compare Changes Project: todo-python-mongo-acaRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-aca -b pr/3452 View Changes | Compare Changes Project: todo-python-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-swa-func -b pr/3452 View Changes | Compare Changes Project: todo-python-mongoRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo -b pr/3452 View Changes | Compare Changes Project: todo-python-mongo-terraformRemote: azure-samples-stagingBranch: pr/3452You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-terraform -b pr/3452 View Changes | Compare Changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great over all. Main feedback:
- Split out template updates from code updates into a separate PR that follows the code changes.
- Split out v1.0 schema updates to their own small PR since we don't have a good release strategy for schemas.
0ad2ec0
to
5517ac3
Compare
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSIContainer
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Building atop the options refactor.