fix: merging dev changes to main#210
Merged
Prajwal-Microsoft merged 6 commits intomainfrom Jul 9, 2025
Merged
Conversation
fix: set the environment variables to update/refresh the container app
Prajwal-Microsoft
approved these changes
Jul 9, 2025
|
🎉 This PR is included in version 1.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Workflow Automation Enhancements:
workflow_callsupport in.github/workflows/test-automation.ymlto enable dynamic inputs (CP_WEB_URL,CP_RG,CP_CONTAINERAPP_PREFIX) for reusable workflows. Updated environment variables to use these inputs.vars. [1] [2]urlinput and implemented a wait mechanism to ensure the application is ready before running tests.Infrastructure Updates:
SOLUTION_NAMEoutput ininfra/main.bicepand corresponding support ininfra/main.jsonto propagate solution-specific metadata. [1] [2]infra/scripts/docker-build.ps1andinfra/scripts/docker-build.shto include aREFRESH_TIMESTAMPenvironment variable for container app updates, ensuring image freshness. [1] [2]Schema Registration Improvements:
src/ContentProcessorAPI/samples/schemas/register_schema.shto include aSAFE_NAMEvariable for sanitized schema names and append schema IDs to a GitHub Actions output file for downstream use. [1] [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information