Skip to content

Conversation

@NirajC-Microsoft
Copy link
Contributor

@NirajC-Microsoft NirajC-Microsoft commented Jul 23, 2025

This pull request updates the logic for generating a unique identifier in the infra/main.bicep file to include the resource group's name as part of the input. This change ensures that the unique ID is more specific to the resource group.

Key change:

  • Improved unique ID generation:
    • The uniqueId variable now incorporates resourceGroup().name in addition to environmentName, subscription().id, and solutionLocation. This makes the identifier more robust and less prone to conflicts in environments with multiple resource groups. ([infra/main.bicepL77-R77](https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator/pull/619/files#diff-7ef659fc9cf6968e718894d300490b14ea7a52091e7d4bcffae3a5029ac721d4L77-R77))

Purpose

  • ...

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

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modifies the unique identifier generation logic in the Azure Bicep infrastructure template to improve uniqueness guarantees by incorporating the resource group name into the hash calculation.

  • Updated uniqueId variable to include resource group name in the uniqueString() function
  • Removed unnecessary blank line for cleaner formatting

@Roopan-Microsoft Roopan-Microsoft merged commit 857d048 into main Jul 24, 2025
15 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Roopan-Microsoft pushed a commit that referenced this pull request Aug 6, 2025
* fixed opent telemetry issue CustomDomainInUse, FlagMustBeSetForRestore (#618) (#619)

Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>

* directory update in dependabot template (#634)

---------

Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>
Roopan-Microsoft added a commit that referenced this pull request Aug 18, 2025
* 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 (#638)

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

Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>

* directory update in dependabot template (#634)

---------

Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>

* added for cross-subscription existing AI project resource ID

* update

* fix: agent cleanup (#639)

* Agent deletion handled successfully

* use get azure credentials

* remove unused import

---------

Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>

* 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 <175728472+Copilot@users.noreply.github.com>

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

Updated the finally block for function "get_SQL_Response"

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update infra/main.bicep

Removed Commented-out code

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

---------

Co-authored-by: Priyanka-Microsoft <v-prisinghal@microsoft.com>
Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com>
Co-authored-by: Rafi-Microsoft <v-rafmd@microsoft.com>
Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Kanchan Nagshetti (Persistent Systems Inc) <v-knagshetti@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>
Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com>
Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com>
Co-authored-by: UtkarshMishra-Microsoft <v-utkamishra@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Roopan-Microsoft added a commit that referenced this pull request Sep 1, 2025
* 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 (#638)

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

Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>

* directory update in dependabot template (#634)

---------

Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>

* added for cross-subscription existing AI project resource ID

* update

* fix: agent cleanup (#639)

* Agent deletion handled successfully

* use get azure credentials

* remove unused import

---------

Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>

* 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 <175728472+Copilot@users.noreply.github.com>

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

Updated the finally block for function "get_SQL_Response"

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update infra/main.bicep

Removed Commented-out code

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 (#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 <v-nirajcha@microsoft.com>

* added colon

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* extra space removed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* The command block is not properly closed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

---------

Co-authored-by: Priyanka-Microsoft <v-prisinghal@microsoft.com>
Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com>
Co-authored-by: Rafi-Microsoft <v-rafmd@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Kanchan Nagshetti (Persistent Systems Inc) <v-knagshetti@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>
Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com>
Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com>
Co-authored-by: UtkarshMishra-Microsoft <v-utkamishra@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Roopan P M <v-roopanpm@microsoft.com>
Co-authored-by: Prekshith-Microsoft <v-pdj@microsoft.com>
Roopan-Microsoft added a commit that referenced this pull request Sep 5, 2025
* 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 (#638)

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

Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>

* directory update in dependabot template (#634)

---------

Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>

* added for cross-subscription existing AI project resource ID

* update

* fix: agent cleanup (#639)

* Agent deletion handled successfully

* use get azure credentials

* remove unused import

---------

Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>

* 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 <175728472+Copilot@users.noreply.github.com>

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

Updated the finally block for function "get_SQL_Response"

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update infra/main.bicep

Removed Commented-out code

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 (#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 <v-nirajcha@microsoft.com>

* added colon

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* extra space removed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* The command block is not properly closed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

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

* Update docs/TroubleShootingSteps.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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. (#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 <v-prisinghal@microsoft.com>
Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com>
Co-authored-by: Rafi-Microsoft <v-rafmd@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Kanchan Nagshetti (Persistent Systems Inc) <v-knagshetti@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>
Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com>
Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com>
Co-authored-by: UtkarshMishra-Microsoft <v-utkamishra@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Roopan P M <v-roopanpm@microsoft.com>
Co-authored-by: Prekshith-Microsoft <v-pdj@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Roopan-Microsoft added a commit that referenced this pull request Sep 8, 2025
* 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 (#638)

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

Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>

* directory update in dependabot template (#634)

---------

Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>

* added for cross-subscription existing AI project resource ID

* update

* fix: agent cleanup (#639)

* Agent deletion handled successfully

* use get azure credentials

* remove unused import

---------

Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>

* 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 <175728472+Copilot@users.noreply.github.com>

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

Updated the finally block for function "get_SQL_Response"

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update infra/main.bicep

Removed Commented-out code

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 (#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 <v-nirajcha@microsoft.com>

* added colon

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* extra space removed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* The command block is not properly closed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

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

* Update docs/TroubleShootingSteps.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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. (#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 <v-prisinghal@microsoft.com>
Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com>
Co-authored-by: Rafi-Microsoft <v-rafmd@microsoft.com>
Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Kanchan Nagshetti (Persistent Systems Inc) <v-knagshetti@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>
Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com>
Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com>
Co-authored-by: UtkarshMishra-Microsoft <v-utkamishra@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Prekshith-Microsoft <v-pdj@microsoft.com>
Roopan-Microsoft added a commit that referenced this pull request Sep 17, 2025
* chore: Dev to Main changes merge (#657)

* 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 (#638)

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

Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>

* directory update in dependabot template (#634)

---------

Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>

* added for cross-subscription existing AI project resource ID

* update

* fix: agent cleanup (#639)

* Agent deletion handled successfully

* use get azure credentials

* remove unused import

---------

Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>

* 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 <175728472+Copilot@users.noreply.github.com>

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

Updated the finally block for function "get_SQL_Response"

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update infra/main.bicep

Removed Commented-out code

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 (#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 <v-nirajcha@microsoft.com>

* added colon

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* extra space removed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* The command block is not properly closed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

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

* Update docs/TroubleShootingSteps.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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. (#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 <v-prisinghal@microsoft.com>
Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com>
Co-authored-by: Rafi-Microsoft <v-rafmd@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Kanchan Nagshetti (Persistent Systems Inc) <v-knagshetti@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>
Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com>
Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com>
Co-authored-by: UtkarshMishra-Microsoft <v-utkamishra@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Roopan P M <v-roopanpm@microsoft.com>
Co-authored-by: Prekshith-Microsoft <v-pdj@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>

* fix: merging dev to main changes (#661)

* 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 (#638)

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

Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>

* directory update in dependabot template (#634)

---------

Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>

* added for cross-subscription existing AI project resource ID

* update

* fix: agent cleanup (#639)

* Agent deletion handled successfully

* use get azure credentials

* remove unused import

---------

Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>

* 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 <175728472+Copilot@users.noreply.github.com>

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

Updated the finally block for function "get_SQL_Response"

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update infra/main.bicep

Removed Commented-out code

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 (#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 <v-nirajcha@microsoft.com>

* added colon

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* extra space removed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* The command block is not properly closed

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

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

* Update docs/TroubleShootingSteps.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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. (#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 <v-prisinghal@microsoft.com>
Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com>
Co-authored-by: Rafi-Microsoft <v-rafmd@microsoft.com>
Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Kanchan Nagshetti (Persistent Systems Inc) <v-knagshetti@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>
Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com>
Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com>
Co-authored-by: UtkarshMishra-Microsoft <v-utkamishra@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Prekshith-Microsoft <v-pdj@microsoft.com>

* fixed vulnerabilities

* removed duplicate variable

---------

Co-authored-by: NirajC-Microsoft <v-nirajcha@microsoft.com>
Co-authored-by: Priyanka-Microsoft <v-prisinghal@microsoft.com>
Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com>
Co-authored-by: Rafi-Microsoft <v-rafmd@microsoft.com>
Co-authored-by: VishalS-Microsoft <v-vishshinde@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsoft.com>
Co-authored-by: Shreyas-Microsoft <v-swaikar@microsft.com>
Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com>
Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com>
Co-authored-by: UtkarshMishra-Microsoft <v-utkamishra@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Roopan P M <v-roopanpm@microsoft.com>
Co-authored-by: Prekshith-Microsoft <v-pdj@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants