-
Notifications
You must be signed in to change notification settings - Fork 218
list resource type for extension #4997
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
Conversation
Repoman Generation ResultsRepoman pushed changes to remotes for the following projects: Project: todo-csharp-cosmos-sqlRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-csharp-cosmos-sql -b pr/4997 View Changes | Compare Changes Project: todo-csharp-sql-swa-funcRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql-swa-func -b pr/4997 View Changes | Compare Changes Project: todo-csharp-sqlRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-csharp-sql -b pr/4997 View Changes | Compare Changes Project: todo-java-mongo-acaRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo-aca -b pr/4997 View Changes | Compare Changes Project: todo-java-mongoRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-java-mongo -b pr/4997 View Changes | Compare Changes Project: todo-java-postgresql-terraformRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-java-postgresql-terraform -b pr/4997 View Changes | Compare Changes Project: todo-nodejs-mongo-acaRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aca -b pr/4997 View Changes | Compare Changes Project: todo-nodejs-mongo-aksRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-aks -b pr/4997 View Changes | Compare Changes Project: todo-nodejs-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-swa-func -b pr/4997 View Changes | Compare Changes Project: todo-nodejs-mongoRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo -b pr/4997 View Changes | Compare Changes Project: todo-nodejs-mongo-terraformRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-nodejs-mongo-terraform -b pr/4997 View Changes | Compare Changes Project: todo-python-mongo-acaRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-aca -b pr/4997 View Changes | Compare Changes Project: todo-python-mongo-swa-funcRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-swa-func -b pr/4997 View Changes | Compare Changes Project: todo-python-mongoRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo -b pr/4997 View Changes | Compare Changes Project: todo-python-mongo-terraformRemote: azure-samples-stagingBranch: pr/4997You can initialize this project with: azd init -t Azure-Samples/todo-python-mongo-terraform -b pr/4997 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.
This is great! Just a couple comments otherwise should be good to go.
cli/azd/extensions/microsoft.azd.ai.builder/internal/cmd/start.go
Outdated
Show resolved
Hide resolved
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
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.
Thank you!
* WIP: Start of AI builder extension * Adds questions & resource selection prompts * Adds support for state between questions * Adds help and fixes * Adds support for model selection * wip: model selection * minor updates * WIP: Adding resources to composability * Adds workflow service and updates compose service * Fixes issues selected models that do not have default versions specified * Adds WIP files for scaffolded services * Adds copy check * Adds AI search vector store * Fixes lint issues * Updates code samples for extension * Adds ability to reuse existing composed resources * Adds language defaults for app types * Supports appending models to AI project resource * Fixes lint warnings * Adds dependent resources uses blocks * Updates inline docs * Fixes some minor issues related to uses and existing resources * Fixes Agent flow * Fixes linter issues * Auto init project and environments when not available * add listresourcetypes * add instructions to regenerate grpc * redefine ComposedResourceType and generate grpc * replace hardcode resourcetype with new functions * address feedback * add test --------- Co-authored-by: Wallace Breza <[email protected]>
* WIP: Start of AI builder extension * Adds questions & resource selection prompts * Adds support for state between questions * Adds help and fixes * Adds support for model selection * wip: model selection * minor updates * WIP: Adding resources to composability * Adds workflow service and updates compose service * Fixes issues selected models that do not have default versions specified * Adds WIP files for scaffolded services * Adds copy check * Adds AI search vector store * Fixes lint issues * Updates code samples for extension * Adds ability to reuse existing composed resources * Adds language defaults for app types * Supports appending models to AI project resource * Fixes lint warnings * Adds dependent resources uses blocks * Updates inline docs * Fixes some minor issues related to uses and existing resources * Fixes Agent flow * Fixes linter issues * Auto init project and environments when not available * add listresourcetypes * add instructions to regenerate grpc * redefine ComposedResourceType and generate grpc * replace hardcode resourcetype with new functions * address feedback * add test --------- Co-authored-by: Wallace Breza <[email protected]>
fix #4897