Skip to content

1.7.0

Choose a tag to compare

@ronaldbosma ronaldbosma released this 18 Oct 16:25
· 68 commits to main since this release
c6e75a9

Changes

  • Added GitHub Actions Workflow: Implemented CI/CD pipeline for automated build, deployment, testing and cleanup. The workflow includes jobs for building and verifying infrastructure, deploying to Azure, executing integration tests and cleaning up resources.
  • Added Security Control Tag: Added SecurityControl: 'Ignore' tag to Trainer Demo Deploy Resources for MTT Managed Subscriptions compliance (PR #11).
  • Improved Resource Cleanup: Modified predown hook to remove all Log Analytics Workspaces from resource group automatically, eliminating the need to pass workspace names to the pipeline and providing more robust cleanup.
  • Added Integration Tests: Included integration test that validates the complete message flow through deployed Azure services, automatically testing the sample application workflow end-to-end (PR #13).