fix: merging from dev to main#383
Merged
Merged
Conversation
…ne aiFoundryPrivateEndpoint module
refactor: Refactor AI Services module to handle private networking via standalone aiFoundryPrivateEndpoint module
…, and update flatted, minimatch, js-yaml versions
fix: Explicit returns mixed with implicit (fall through) returns
fix: dependabot vulnerabilities
fix: downmerge from main to dev
Priyanka-Microsoft
requested review from
Avijit-Microsoft,
Prajwal-Microsoft,
Roopan-Microsoft,
Vinay-Microsoft,
aniaroramsft,
dgp10801,
marktayl1,
nchandhi and
toherman-msft
as code owners
March 26, 2026 08:44
Priyanka-Microsoft
temporarily deployed
to
production
March 26, 2026 08:44 — with
GitHub Actions
Inactive
Priyanka-Microsoft
temporarily deployed
to
production
March 26, 2026 08:44 — with
GitHub Actions
Inactive
fix: Updated azure.yaml file to exclude the 1.23.9 azd version
Prajwal-Microsoft
temporarily deployed
to
production
March 26, 2026 12:00 — with
GitHub Actions
Inactive
Prajwal-Microsoft
temporarily deployed
to
production
March 26, 2026 12:00 — with
GitHub Actions
Inactive
Prajwal-Microsoft
temporarily deployed
to
production
March 26, 2026 12:01 — with
GitHub Actions
Inactive
Prajwal-Microsoft
temporarily deployed
to
production
March 26, 2026 12:01 — with
GitHub Actions
Inactive
Roopan-Microsoft
approved these changes
Mar 30, 2026
|
🎉 This PR is included in version 1.6.1 🎉 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 introduces several infrastructure and dependency updates across the backend, frontend, and deployment scripts. The main focus is on refactoring how private networking is handled for the AI Foundry services, as well as updating key dependencies for both backend and frontend components.
Infrastructure and Deployment Changes:
Refactoring Private Networking for AI Foundry:
privateNetworkingparameter is now always set tonull, delegating all private endpoint management to a new dedicatedaiFoundryPrivateEndpointmodule. This simplifies the main module and separates concerns for private networking configuration. (infra/main.bicep,infra/main_custom.bicep) [1] [2]aiFoundryPrivateEndpointmodule instantiation, which is conditionally created only if private networking is enabled and no existing AI project is being used. This module is responsible for creating the private endpoint and configuring all necessary DNS zone links for AI services, Cognitive Services, and OpenAI. (infra/main.bicep,infra/main_custom.bicep) [1] [2]Dependency Updates:
Backend:
semantic-kernel[azure]Python package from version 1.39.2 to 1.39.4 for improved features and bug fixes. (src/backend/requirements.txt)Frontend:
rollupJavaScript bundler and all related platform-specific packages from version 4.57.1 to 4.60.0 for better performance and compatibility. (src/frontend/package-lock.json) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18]Backend Logic Fix:
Agent Selection Helper:
select_agentby ensuring thatNoneis explicitly returned if no matching agent is found, making the function's behavior more predictable. (src/backend/sql_agents/helpers/comms_manager.py)Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information