chore: Dev to Main#2243
Open
AjitPadhi-Microsoft wants to merge 255 commits into
Open
Conversation
Co-authored-by: Roopan P M <v-roopanpm@microsoft.com>
Co-authored-by: Roopan P M <v-roopanpm@microsoft.com>
Co-authored-by: Ajit Padhi <v-padhiajit@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com> Co-authored-by: Ross Smith <ross-p-smith@users.noreply.github.com> Co-authored-by: gpickett <122489228+gpickett@users.noreply.github.com> Co-authored-by: Francia Riesco <friesco@microsoft.com> Co-authored-by: Francia Riesco <Fr4nc3@users.noreply.github.com> Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com>
…nd Update Conversation flow based on template selection (#1567) Co-authored-by: Pavan Kumar <v-kupavan.microsoft.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavan-Microsoft <v-kupavan@microsoft.com>
Roopan-Microsoft
approved these changes
Jun 3, 2026
Avijit-Microsoft
approved these changes
Jun 3, 2026
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
ENABLE_SCALABILITYparameter to deployment workflows (especially relevant when deploying with WAF), improved tagging and messaging for Azure resource groups, validation enhancements, and updates to frontend dependencies.Deployment Workflow Enhancements
Added a new
ENABLE_SCALABILITYinput parameter to deployment workflows (deploy-v2.yml,deploy-orchestrator.yml,job-deploy.yml,job-deploy-linux.yml,job-deploy-windows.yml). This parameter allows users to enable or disable scalability features, particularly when WAF is enabled. Input validation ensures the value is either'true'or'false'. [1] [2] [3] [4] [5]Workflow jobs now pass the
ENABLE_SCALABILITYparameter through to deployment steps and scripts, and update ARM template parameters accordingly usingjqfor both Linux and Windows deployments. [1] [2] [3] [4] [5] [6] [7] [8] [9]Improved validation logic for all relevant workflow inputs, including
ENABLE_SCALABILITY, ensuring only acceptable values are used and providing clear error messages.Azure Resource Group Tagging and Messaging
Ownertag (set to the GitHub actor) both when creating new resource groups and updating existing ones, with improved user-friendly logging and error handling. [1] [2]Frontend Dependency Updates
package.json, including@fluentui/react,@fluentui/react-icons,microsoft-cognitiveservices-speech-sdk,postcss,react,react-dom,react-router-dom, anduuidto their latest versions for improved performance and security.Other Improvements
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information