Add the deploy_synapse_workspace job into the release pipeline which takes the artifacts in the workspace_publish branch, and deploys to the STG and PROD.
Minor refactor of the synapse/workspace folder to align with what actually gets sync when git integration is enabled on the workspace. (ei, changing triggers -> trigger).
Add installation of makepasswd to devcontainer, add it as a check in the verify_prerequisites.sh
Bug fix of the SQL Dedicated Pool password not getting set correctly in the depoy script
Does this introduce a breaking change? If yes, details on what can break
Author pre-publish checklist
[ ] Added test to prove my fix is effective or new feature works
[X] No PII in logs
[ ] Made corresponding changes to the documentation
Type of PR
Purpose
deploy_synapse_workspace
job into the release pipeline which takes the artifacts in theworkspace_publish
branch, and deploys to the STG and PROD.synapse/workspace
folder to align with what actually gets sync when git integration is enabled on the workspace. (ei, changing triggers -> trigger).verify_prerequisites.sh
Does this introduce a breaking change? If yes, details on what can break
Author pre-publish checklist
Validation steps
Issues Closed or Referenced