-
Notifications
You must be signed in to change notification settings - Fork 205
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
[WIP] SJAD private preview #4586
base: main
Are you sure you want to change the base?
Conversation
Support adding MySQL when run `azd init`
Fix typo by changing "DbMysql" to "DbMySql"
…or like this: "argetTypeNotSupported: Target resource type MICROSOFT.DBFORMYSQL/FLEXIBLESERVERS is not supported.".
2. Delete '1>&2' used for debug. 3. Add 'az tag create' to fix the problem about tag been deleted when creating service connector.
Use managed-identity instead of username and password
2. Update log about "failed to read spring application properties". 3. Fix bug about can not find frontend app and backend app at the same time. 4. Add service connector from aca to postgresql.
Use passwordless to connect to PostgreSQL in Azure Container Apps
…ing boot version (#28) * for Kafka, inject AzureEventHubsKafkaAutoConfiguration package path based on spring boot version * parse properties to fill possible spring boot version * update UT * update detect spring boot version logic * small fix --------- Co-authored-by: haozhang <[email protected]>
* 1. Fix error: Missing information in ServiceSpec. Like messaging service. 2. Use DatabaseMysql to replace DatabaseReference to make code simplifier. Same to all other db type. 3. Simplify the code of handleContainerAppProps. 4. Simplify the code of Frontend and Backend fulfill in ServiceSpec * Fix test error. * 1. Print hints about uses relationships. 2. Add frontend BASE_URL in backend service. * Delete "todo" because it's already done. * Use printf for each line of log to make it look better. * Use console.Message instead of log.Printf. Because log.Printf will print nothing when there is no "--debug" added when run azd. * Fix compile error in test files. * Update the description in hints. * 1. Split "mapUses" function into to functions: "mapUses" and "printHintsAboutUses". 2. Add missing hint for AI module.
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Co-authored-by: haozhang <[email protected]>
* Fix errors reported by golangci-lint. * Enable cli-ci in our branch: feature/sjad * Enable cli-ci both main and feature/sjad branches. * Fix errors reported by cspell lint. * Fix errors reported by golangci-lint. * Fix errors reported by golangci-lint. * Enable misc cspell in feature/sjad, and resolve failure. * Add go test for sjad branch. * Update go version. * Skip 2 tests * Fix path error. * Update go version. * Run tests in all sub folders. * Only skip one test: Test_CLI_Aspire_DetectGen * Update Skip this test: Test_CLI_Aspire_DetectGen * Update this test: TestUserAgentStringScenarios * Update github action: delete aspire.to, then run test. * Delete another file to fix test failure. * When run test, skip functional folder, and output coverage.
VSCode Extension Installation Instructions
|
This PR is for building the artifacts of SJAD for private preview, to avoid rapid changes of the source branch, feature/sjad