chore: main to dev downmerge - #73
Merged
Merged
Conversation
…and relationship types in Retail Supply Chain Ontology Model
…cross documentation and scripts
fix: Update OpenAI model references from gpt-4.1-mini to gpt-5-mini
Saswato-Microsoft
marked this pull request as ready for review
July 9, 2026 08:50
Saswato-Microsoft
requested review from
Avijit-Microsoft,
Roopan-Microsoft and
Anish Arora (aniaroramsft)
as code owners
July 9, 2026 08:50
Contributor
There was a problem hiding this comment.
Pull request overview
This PR downmerges main into dev, bringing along recent infrastructure, deployment-script, and documentation updates—most notably shifting the default Foundry chat model deployment from gpt-4.1-mini to gpt-5-mini and replacing hard-coded Fabric ontology source GUIDs with placeholders intended for runtime substitution.
Changes:
- Updated default GPT deployment model/version in Bicep + parameters, and reflected the new default model in docs/workflow summaries.
- Replaced Fabric ontology lakehouse
itemIdGUID references withPLACEHOLDER-LAKEHOUSE-IDand aligned the installer notebook’s replacement constants. - Minor documentation/script tidy-ups (FAQ model name, PowerShell script trailing comment).
Reviewed changes
Copilot reviewed 39 out of 39 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| TRANSPARENCY_FAQ.md | Updates stated default Foundry IQ chat model to GPT-5-mini. |
| src/fabric/fabric_workspace/ontology/**.json | Replaces hard-coded lakehouse GUIDs with placeholder IDs for deployment-time replacement. |
| infra/scripts/utils/Get-FabricOntologyDefinition.ps1 | Adds a trailing comment at script end. |
| infra/scripts/install_microsoft_iq_solution.py | Updates default chat/agent model strings to gpt-5-mini. |
| infra/main.parameters.json | Updates GPT model defaults (name/version) and removes default AI deployments location. |
| infra/main.bicep | Updates GPT defaults and metadata usage hints to gpt-5-mini and new version date. |
| infra/fabric/deploy/fabric_solution_installer.ipynb | Replaces hard-coded source workspace/lakehouse GUID constants with placeholders used for string replacement. |
| infra/deploy_foundry_role_assignment.bicep | Adds optional model.version wiring for deployments. |
| infra/deploy_ai_foundry.bicep | Adds optional model.version wiring for deployments. |
| docs/foundry/DeploymentGuideFoundry.md | Updates Foundry guide to the new default model. |
| docs/DeploymentGuide.md | Updates top-level deployment guide to the new default model (but needs version sync). |
| .github/workflows/azure-dev.yml | Updates workflow summary text to the new default model. |
Roopan-Microsoft
approved these changes
Jul 10, 2026
Avijit-Microsoft
approved these changes
Jul 10, 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
Updating dev branch with main to dev downmerge.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information