Skip to content

Conversation

@Kanchan-Microsoft
Copy link
Contributor

Purpose

This pull request introduces several improvements across infrastructure, deployment workflows, documentation, and frontend dependencies. The main changes add better tracking of deployment authorship, update documentation for clarity, and upgrade a frontend dependency.

Infrastructure and Deployment:

  • Added a new createdBy parameter to the infra/main.bicep template, which records the deploying user's name (or leaves it blank if not available), and propagates this value to the CreatedBy tag in resource group tags. This enhances traceability of deployments.
  • Updated the deployment workflow in .github/workflows/CAdeploy.yml to pass a static createdBy="Pipeline" parameter to the Bicep deployment, ensuring deployments triggered by the pipeline are properly tagged.

Documentation:

  • Fixed a typo in the troubleshooting documentation by correcting the error code from ParentResourceNotfound to ParentResourceNotFound, and added a line break for improved readability.

Frontend Dependency:

  • Upgraded the react-router-dom dependency from version 7.1.5 to 7.5.2 in src/App/frontend/package.json to incorporate the latest features and fixes.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

NirajC-Microsoft and others added 3 commits September 5, 2025 18:23
* model deployment when reusing existing foundry

* change model deployment name

* removed system managed identity code

* seggregated the files

* fix: Updated file names

* chore: down merging main into dev (microsoft#638)

* fixed opent telemetry issue CustomDomainInUse, FlagMustBeSetForRestore (microsoft#618) (microsoft#619)

Co-authored-by: VishalS-Microsoft <[email protected]>

* directory update in dependabot template (microsoft#634)

---------

Co-authored-by: NirajC-Microsoft <[email protected]>
Co-authored-by: VishalS-Microsoft <[email protected]>
Co-authored-by: Prajwal-Microsoft <[email protected]>

* added for cross-subscription existing AI project resource ID

* update

* fix: agent cleanup (microsoft#639)

* Agent deletion handled successfully

* use get azure credentials

* remove unused import

---------

Co-authored-by: Shreyas-Microsoft <[email protected]>

* TS( 21657) Bicep Standard code changes

* Added required env variables for local debugging in .env generated by azd up

* Added "Required/Optional" and changed aiProjectName suffix.

* removed location tag

* foundry project documentation

* corrected name

* updated CAdeploy.yml

* update CAdeploy.yml

* changed pipeline variable

* updated main.json file

* updated yml file

* test

* test

* update

* update

* test

* update CAdeploy.yml

* CustomizingAzdparamMd

* deploymentMdUpdate

* Updated

* Update infra/main.bicep

Fixed typo error.

Co-authored-by: Copilot <[email protected]>

* Update src/App/backend/plugins/chat_with_data_plugin.py

Updated the finally block for function "get_SQL_Response"

Co-authored-by: Copilot <[email protected]>

* Update infra/main.bicep

Removed Commented-out code

Co-authored-by: Copilot <[email protected]>

* Revert Copilot suggestion: `and project_client` is unnecessary.
`project_client` is always initialized before thread creation, so `if thread:` is sufficient.

* docs: Added Troubleshoot.md files for BYOC-Client Advisor (microsoft#650)

* Added Troubleshoot.md files for BYOC-Client Advisor

* fixed Check Markdown Broken Links

* updated troubleshotingsteps file

* Changed MACAE Github issues link with BYOC issue link

---------

Co-authored-by: NirajC-Microsoft <[email protected]>

* added colon

Co-authored-by: Copilot <[email protected]>

* Replace 'u' with 'you' for proper grammarUpdate docs/TroubleShootingSteps.md

Co-authored-by: Copilot <[email protected]>

* extra space removed

Co-authored-by: Copilot <[email protected]>

* The command block is not properly closed

Co-authored-by: Copilot <[email protected]>

* The command should be wrapped in a proper code block with language identifier for better formatting and readability.

Co-authored-by: Copilot <[email protected]>

* The total asset value and current asset value are responding correctly, and the total value matches the asset value  displayed in the left panel. (microsoft#651)

* Bicep file changes to add CreatedBy tag (microsoft#655)

* Update docs/TroubleShootingSteps.md

Co-authored-by: Copilot <[email protected]>

* fix: Adding a hardcoded createdBy parameter to the CAdeploy.yml file to prevent validation pipeline failures caused by the deployer function in the Bicep file. (microsoft#659)

* Adding a hardcoded createdBy parameter to the CAdeploy.yml file to prevent validation pipeline failures caused by the deployer function in the Bicep file.

* Consolidate parameters in CAdeploy.yml

---------

Co-authored-by: Priyanka-Microsoft <[email protected]>
Co-authored-by: Prajwal D C <[email protected]>
Co-authored-by: Rafi-Microsoft <[email protected]>
Co-authored-by: VishalS-Microsoft <[email protected]>
Co-authored-by: Kanchan Nagshetti (Persistent Systems Inc) <[email protected]>
Co-authored-by: Shreyas-Microsoft <[email protected]>
Co-authored-by: Shreyas-Microsoft <[email protected]>
Co-authored-by: Bangarraju-Microsoft <[email protected]>
Co-authored-by: Prasanjeet-Microsoft <[email protected]>
Co-authored-by: UtkarshMishra-Microsoft <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Roopan P M <[email protected]>
Co-authored-by: Prekshith-Microsoft <[email protected]>
Co-authored-by: Roopan-Microsoft <[email protected]>
* model deployment when reusing existing foundry

* change model deployment name

* removed system managed identity code

* seggregated the files

* fix: Updated file names

* chore: down merging main into dev (microsoft#638)

* fixed opent telemetry issue CustomDomainInUse, FlagMustBeSetForRestore (microsoft#618) (microsoft#619)

Co-authored-by: VishalS-Microsoft <[email protected]>

* directory update in dependabot template (microsoft#634)

---------

Co-authored-by: NirajC-Microsoft <[email protected]>
Co-authored-by: VishalS-Microsoft <[email protected]>
Co-authored-by: Prajwal-Microsoft <[email protected]>

* added for cross-subscription existing AI project resource ID

* update

* fix: agent cleanup (microsoft#639)

* Agent deletion handled successfully

* use get azure credentials

* remove unused import

---------

Co-authored-by: Shreyas-Microsoft <[email protected]>

* TS( 21657) Bicep Standard code changes

* Added required env variables for local debugging in .env generated by azd up

* Added "Required/Optional" and changed aiProjectName suffix.

* removed location tag

* foundry project documentation

* corrected name

* updated CAdeploy.yml

* update CAdeploy.yml

* changed pipeline variable

* updated main.json file

* updated yml file

* test

* test

* update

* update

* test

* update CAdeploy.yml

* CustomizingAzdparamMd

* deploymentMdUpdate

* Updated

* Update infra/main.bicep

Fixed typo error.

Co-authored-by: Copilot <[email protected]>

* Update src/App/backend/plugins/chat_with_data_plugin.py

Updated the finally block for function "get_SQL_Response"

Co-authored-by: Copilot <[email protected]>

* Update infra/main.bicep

Removed Commented-out code

Co-authored-by: Copilot <[email protected]>

* Revert Copilot suggestion: `and project_client` is unnecessary.
`project_client` is always initialized before thread creation, so `if thread:` is sufficient.

* docs: Added Troubleshoot.md files for BYOC-Client Advisor (microsoft#650)

* Added Troubleshoot.md files for BYOC-Client Advisor

* fixed Check Markdown Broken Links

* updated troubleshotingsteps file

* Changed MACAE Github issues link with BYOC issue link

---------

Co-authored-by: NirajC-Microsoft <[email protected]>

* added colon

Co-authored-by: Copilot <[email protected]>

* Replace 'u' with 'you' for proper grammarUpdate docs/TroubleShootingSteps.md

Co-authored-by: Copilot <[email protected]>

* extra space removed

Co-authored-by: Copilot <[email protected]>

* The command block is not properly closed

Co-authored-by: Copilot <[email protected]>

* The command should be wrapped in a proper code block with language identifier for better formatting and readability.

Co-authored-by: Copilot <[email protected]>

* The total asset value and current asset value are responding correctly, and the total value matches the asset value  displayed in the left panel. (microsoft#651)

* Bicep file changes to add CreatedBy tag (microsoft#655)

* Update docs/TroubleShootingSteps.md

Co-authored-by: Copilot <[email protected]>

* fix: Adding a hardcoded createdBy parameter to the CAdeploy.yml file to prevent validation pipeline failures caused by the deployer function in the Bicep file. (microsoft#659)

* Adding a hardcoded createdBy parameter to the CAdeploy.yml file to prevent validation pipeline failures caused by the deployer function in the Bicep file.

* Consolidate parameters in CAdeploy.yml

---------

Co-authored-by: Priyanka-Microsoft <[email protected]>
Co-authored-by: Prajwal D C <[email protected]>
Co-authored-by: Rafi-Microsoft <[email protected]>
Co-authored-by: NirajC-Microsoft <[email protected]>
Co-authored-by: VishalS-Microsoft <[email protected]>
Co-authored-by: Kanchan Nagshetti (Persistent Systems Inc) <[email protected]>
Co-authored-by: Shreyas-Microsoft <[email protected]>
Co-authored-by: Shreyas-Microsoft <[email protected]>
Co-authored-by: Bangarraju-Microsoft <[email protected]>
Co-authored-by: Prasanjeet-Microsoft <[email protected]>
Co-authored-by: UtkarshMishra-Microsoft <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Prekshith-Microsoft <[email protected]>
@Roopan-Microsoft Roopan-Microsoft merged commit 4f16d56 into microsoft:dev Sep 17, 2025
4 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.9.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants