Merged
Conversation
…d main.waf.parameters.json
… Project for clarity
…oject resource ID in deployment workflows
…ting log analytics workspace resource ID across workflows
chore: update vite and picomatch versions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fix: add bicep version requirement (>= 0.33.0) to azure.yaml
fix: gp bug and Managed identity changes
| FileResult.ERROR, | ||
| ), | ||
| ) | ||
| is_complete = True |
| const [fileId, setFileId] = React.useState<string>(""); | ||
| const [expandedSections, setExpandedSections] = React.useState<string[]>([]); | ||
| const [allFilesCompleted, setAllFilesCompleted] = useState(false); | ||
| const [progressPercentage, setProgressPercentage] = useState(0); |
…esource ID in workflows and scripts
…in.waf.parameters.json
… and AI project resource ID in deployment workflows
chore: Remove unused parameters and definitions from main.parameters.json and main.waf.parameters.json
fix: Filter the paths for pipeline run
docs: Added content in Readme and deploymentguide for SFI issue
Roopan-Microsoft
approved these changes
Apr 13, 2026
Avijit-Microsoft
approved these changes
Apr 13, 2026
|
🎉 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
This pull request updates frontend dependencies to address minor version bumps and ensure compatibility and security. The most important changes are the upgrades to
viteandpicomatchpackages in bothpackage.jsonandpackage-lock.json.Dependency updates:
vitefrom version7.3.1to7.3.2in bothpackage.jsonandpackage-lock.jsonto incorporate the latest bug fixes and improvements. [1] [2] [3]picomatchfrom version4.0.3to4.0.4in bothpackage-lock.jsonand added an override inpackage.jsonto ensure the latest version is used. [1] [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information