-
Notifications
You must be signed in to change notification settings - Fork 416
fix: merging dev to main #639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
fix: updated post deployment script issue fix
fix: added the supress of opentelemetry Warning
fix: Add Deletion icon in team selector
chore: fixed dependabot security vulnerability
chore: removed main.json
chore: downgrade mcp version
Prajwal-Microsoft
previously approved these changes
Nov 17, 2025
feat: Merge
fix: removed condition to use the auth enable while authetication added
chore: upgrade package version
feat: Down merge from main to dev
docs: updated the deploymentguide.md
fix: added extra logs for debugging
feat: Add Log Analytics workspace deletion guide and update deployment notes
Prajwal-Microsoft
approved these changes
Nov 24, 2025
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 improvements for robustness and clarity in both infrastructure scripts and the frontend UI. The main changes are grouped into two themes: enhanced fallback logic for extracting Azure deployment outputs in both PowerShell and Bash scripts, and UI updates to better reflect the intended action for team deletion in the Team Selector component. Additionally, there are minor backend and dependency updates.
Infrastructure script improvements:
Get-DeploymentValuein PowerShell,extract_valuein Bash) to extract deployment outputs with fallback support, allowing scripts to handle alternate key names if the primary key is missing. (infra/scripts/Team-Config-And-Data.ps1,infra/scripts/team_config_and_data.sh) [1] [2]Get-ValuesFromAzDeployment(PowerShell) andget_values_from_az_deployment(Bash) to use the new helper functions, improving reliability when output key names vary. (infra/scripts/Team-Config-And-Data.ps1,infra/scripts/team_config_and_data.sh) [1] [2]Frontend UI updates:
src/frontend/src/components/common/TeamSelector.tsx,src/frontend/src/styles/TeamSelector.module.css) [1] [2] [3] [4]Backend and dependency updates:
opentelemetry.sdklogger toERRORto reduce noise in backend logs. (src/backend/app_kernel.py)fastmcpdependency version from2.11.3to2.13.0inpyproject.toml. (src/mcp_server/pyproject.toml)Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information