Skip to content

Conversation

Roopan-Microsoft
Copy link
Collaborator

Purpose

  • This pull request updates the deployment workflow configuration to reflect a reorganization of the project directory structure. Specifically, deployment-related scripts and templates have been moved from the deploy directory to a new infra directory.

Directory structure updates in .github/workflows/deploy.yml:

  • Updated the path to the quota check script from deploy/scripts/checkquota.sh to infra/scripts/checkquota.sh in the jobs section. This includes changes to the script execution and error handling logic.
  • Updated the path to the deployment template file from deploy/macae.bicep to infra/macae.bicep in the jobs section. This ensures the workflow uses the updated file location for resource deployment.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit b922e81 into main May 5, 2025
10 of 13 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

blessing-msft pushed a commit that referenced this pull request Aug 1, 2025
ci: Merging dev to main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants