-
Notifications
You must be signed in to change notification settings - Fork 206
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
* 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.
Co-authored-by: haozhang <[email protected]>
* Change auth type string to camel case. * Fix test failure. * Update auth type string value in resources.bicept. * Update auth type string value in azure.yaml.json.
Co-authored-by: haozhang <[email protected]>
* fix the logic for maven build hook for a multi-module project * fix the frontend of spring react
…fig server as `detectMetadata` (#63)
…se the configured password will be ignored without and error. (#65)
#66) Co-authored-by: haozhang <[email protected]>
Co-authored-by: haozhang <[email protected]>
…manually set the password as empty. Otherwise, if source code set password, Jdbc will use password auth instead of MI auth. (#74) Co-authored-by: haozhang <[email protected]>
…tains "\", it won't be identified by pack build, we need to convert the file path to linux format, not windows format. (#77) Co-authored-by: haozhang <[email protected]>
VSCode Extension Installation Instructions
|
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
This PR is for building the artifacts of SJAD for private preview, to avoid rapid changes of the source branch, feature/sjad