-
Notifications
You must be signed in to change notification settings - Fork 166
fix: merging dev to main #747
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
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
4f36121
Remove OpenAI API call from app.py
NirajC-Microsoft 89b7912
resolve pylint issues in app.py
NirajC-Microsoft f033e81
update test_app.py file for init_openai method
NirajC-Microsoft 6887b78
update app.py to pass test file
NirajC-Microsoft 6189680
Fix for test file
NirajC-Microsoft c1325e8
disable soft delete
NirajC-Microsoft 20b125b
fetch upload/download data from block storage instead of data lake
NirajC-Microsoft ea2c82a
remove unnecessary flags
NirajC-Microsoft d2e4731
Remove OpenAI API call reference from chat_with_data_plugin.py file
NirajC-Microsoft e1176ce
Remove unuse imports
NirajC-Microsoft 5a71a5f
Update SampleQuestions.md with response time note (#736)
Thanusree-Microsoft 7910fed
remove openai from requirements.txt
NirajC-Microsoft 32d2ce4
updated test file
NirajC-Microsoft 797ea8b
fix: update API version to 2025-04-01 and adjust skuCapacity in main.…
Pavan-Microsoft 52e6cd6
fix: rename deploymentType parameter to gptModelDeploymentType for cl…
Pavan-Microsoft 3cddee5
fix: Re-query data after updating sample data to refresh rows (#739)
UtkarshMishra-Microsoft e38bdff
fix: clarify skuCapacity comment in main.bicep for WAF deployment
Pavan-Microsoft f09167f
fix: update skuCapacity configuration for WAF deployment to ensure co…
Pavan-Microsoft 9bd4885
Merge pull request #738 from microsoft/psl-pk-scaleinstance
Prajwal-Microsoft 4e14e12
Infra changes for OpenAI API call replacement
NirajC-Microsoft 185aa7b
refactor: Replace OpenAI API call with Foundry SDK
Avijit-Microsoft 5667d76
revert changes
NirajC-Microsoft bfe8a21
revert changes - 1
NirajC-Microsoft fc45156
add logic for both avm and bicep deployment
NirajC-Microsoft d7d7f6c
Merge pull request #734 from microsoft/psl-bug-25896
Prajwal-Microsoft 63d756d
feat: Enhance Developer Experience Support in Client Advisor (#735)
Kanchan-Microsoft 8c73dac
Add azure-ai-projects and azure-ai-inference to requirement.txt fine …
NirajC-Microsoft c10f3ba
Add azure-ai-projects and azure-ai-inference to requirement.txt fine …
NirajC-Microsoft ea5a2e5
fix: Add azure-ai-projects and azure-ai-inference to requirement.txt …
Avijit-Microsoft 5023139
Enable Key Vault while running post deployment script
NirajC-Microsoft 8d4298e
Merge pull request #749 from microsoft/psl-fixpostdeployment-script1
Prajwal-Microsoft 331bd04
fix: display previous meeting dates when asked “Provide details of la…
Rafi-Microsoft cb66abc
feat: Centralize SQL role assignment in run_create_index_scripts.sh a…
Abdul-Microsoft eabb739
Removed pre-requisite sqlcmd installation from Deployment Guide
Abdul-Microsoft 059dfa7
Merge pull request #753 from microsoft/psl-fdpobugfix
Prajwal-Microsoft ff09a28
feat: Add support for developer experience (#762)
Kanchan-Microsoft 040483c
resolved conflicts (#763)
Kanchan-Microsoft 6a0a6bb
Merge branch 'main' into dev
Kanchan-Microsoft f30300b
Merge branch 'dev' of https://github.com/microsoft/Build-your-own-cop…
Kanchan-Microsoft b0e4265
regenerated main.json
Kanchan-Microsoft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json | ||
|
|
||
| name: build-your-own-copilot-solution-accelerator | ||
|
|
||
| requiredVersions: | ||
| azd: ">= 1.18.0" | ||
|
|
||
| metadata: | ||
| template: [email protected] | ||
| name: [email protected] | ||
|
|
||
| # Infrastructure configuration | ||
| infra: | ||
| path: ./infra | ||
| module: main | ||
| parameters: | ||
| solutionName: bs-azdtest | ||
| cosmosLocation: eastus2 | ||
| baseUrl: 'https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator' | ||
|
|
||
| services: | ||
| webapp: | ||
| project: ./src/App | ||
| language: py | ||
| host: appservice | ||
| dist: ./dist | ||
| hooks: | ||
| prepackage: | ||
| windows: | ||
| shell: pwsh | ||
| run: ../../infra/scripts/package_webapp.ps1 | ||
| interactive: true | ||
| continueOnError: false | ||
| posix: | ||
| shell: sh | ||
| run: bash ../../infra/scripts/package_webapp.sh | ||
| interactive: true | ||
| continueOnError: false |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.