Open
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
feat(template): validate schedule task
fix: clean up code structure and remove unused code blocks
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fix: add bicep version requirement (>= 0.33.0) to azure.yaml
….waf.parameters.json
ci: Add Bicep parameter validation workflow and script
Added notes on security restrictions and Azure OpenAI model availability.
Added note about potential security restrictions impacting deployment.
fix: Filter the paths to run the pipeline
docs: Added content in Readme and deploymentguide for SFI issue
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
This pull request introduces several improvements and updates across CI workflows, infrastructure configuration, and dependency management. The main highlights include the addition of a new workflow for Bicep parameter validation, enhancements to existing GitHub Actions for more robust environment handling, updates to required tool versions, and dependency upgrades for both Python and Node.js projects.
CI Workflow Enhancements:
.github/workflows/validate-bicep-params.ymlworkflow to validate Bicep parameter files on a schedule and on pull requests, including automated notifications for failures or successes..github/workflows/azd-template-validation.ymland.github/workflows/azure-dev.ymlby dynamically generatingAZURE_ENV_NAMEwith a timestamp to ensure unique environment names for each run. [1] [2] [3]Dependency and Tooling Updates:
src/backend-api/pyproject.tomlandsrc/processor/pyproject.toml, including upgrades toazure-core,urllib3,black,cryptography,pyjwt,pyopenssl, and pinningauthlibto a specific version. Also upgradedfastmcpto3.2.0in the processor. [1] [2] [3]picomatchNode.js package to4.0.4and added it explicitly tosrc/frontend/package.jsonandpackage-lock.jsonto address compatibility and engine requirements. [1] [2] [3]Infrastructure and Configuration Changes:
bicep(>= 0.33.0) inazure.yamlto ensure compatibility with infrastructure deployments.secondaryLocationparameter frominfra/main.parameters.jsonandinfra/main.waf.parameters.jsonto simplify configuration. [1] [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information