Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Conversation

ratkinsoncinz
Copy link
Collaborator

Purpose

Import all changes to upstream into PR for cherrypick integration into 0.7 build.

Does this introduce a breaking change?

When developers merge from main and run the server, azd up, or azd deploy, will this produce an error?
If you're not sure, try it out on an old environment.

[ ] Yes
[ ] No

Does this require changes to learn.microsoft.com docs?

This repository is referenced by this tutorial
which includes deployment, settings and usage instructions. If text or screenshot need to change in the tutorial,
check the box below and notify the tutorial author. A Microsoft employee can do this for you if you're an external contributor.

[ ] Yes
[ ] No

Type of change

[X] Bugfix
[X] Feature
[X] Code style update (formatting, local variables)
[X] Refactoring (no functional changes, no api changes)
[X] Documentation content changes
[ ] Other... Please describe:

Code quality checklist

See CONTRIBUTING.md for more details.

  • The current tests all pass (python -m pytest).
  • I added tests that prove my fix is effective or that my feature works
  • I ran python -m pytest --cov to verify 100% coverage of added lines
  • I ran python -m mypy to check for type errors
  • I either used the pre-commit hooks or ran ruff and black manually on my code.

pamelafox and others added 30 commits August 30, 2024 12:18
* WIP: Frontend multi-language support #1690

* WIP(2): Merge branch 'main' into multiLang

* WIP(4): Implement language switching for File Upload Feature

* Playwright fail fix

* Merge with main

* Merge fix

* Use fluent dropdown and add label to language picker

* Use string instead of String

* Pin mypy

* Reflecting changes based on review comments

* Reflecting changes based on review comments-2

* Make the language picker optional

* Fixes in docs/deploy_features.md

* Revert changes made to package-lock.json

* minor fix

* minor fix

* Playwright fail fix

* Use the language value in the API payload

* merge

---------

Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
#1856)

* Update README.md to include auth login fix for github codespaces users

* Update README.md

* Update README.md

---------

Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
* Better support for multitenant

* Update app/backend/app.py

Co-authored-by: Anthony Shaw <[email protected]>

* Better types

* Update the mock

* Fix Bicep workflow

* Add process timeout in both places

---------

Co-authored-by: Anthony Shaw <[email protected]>
* Modified create_or_get_group Function. Added the mailEnabled and mailNickname properties.

* Changed  the conditional check in the adlsgen2setup.sh script. The change from -n to -z ensures that the script correctly verifies whether the AZURE_ADLS_GEN2_STORAGE_ACCOUNT environment variable is set and non-empty before proceeding. This is the intended behavior to avoid running the script without the necessary configuration.

* Added a comment to inform the developer to resolve a potential AAD tenant issue in adlsgen2setup.py
* Update bicep for ACA

* First working version

* Support workload profile

* Add support for CORS and fix identity for openai

* Add aca-host

* Make acr unique

* Add doc for aca host

* Update ACA docs

* Remove unneeded bicep files

* Revert chanes to infra/main.parameters.json

* Fix markdown lint issues

* Run frontend build before building docker image

* remove symlinks and update scripts with paths relative to its own folder instead of cwd

* Merge with main.bicep

* output AZURE_CONTAINER_REGISTRY_ENDPOINT

* Fix deployment with app service

* Improve naming and README

* Fix identity name and cost esitmation for aca

* Share env vars in bicep and update docs

* Revert "remove symlinks and update scripts with paths relative to its own folder instead of cwd"

This reverts commit 40287f2.

* Add containerapps as a commented out host option

* Update app/backend/.dockerignore

* Apply suggestions from code review

* More steps for deployment guide

* Update azure.yaml

* Update comment

* cleanup bicep files and improve docs

* Update condition for running in production for credential

* Update ManagedIdentityCredential to use UAMI for containerapps

---------

Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v3.29.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update bicep for ACA

* First working version

* Support workload profile

* Add support for CORS and fix identity for openai

* Add aca-host

* Make acr unique

* Add doc for aca host

* Update ACA docs

* Remove unneeded bicep files

* Revert chanes to infra/main.parameters.json

* Fix markdown lint issues

* Run frontend build before building docker image

* remove symlinks and update scripts with paths relative to its own folder instead of cwd

* Merge with main.bicep

* output AZURE_CONTAINER_REGISTRY_ENDPOINT

* Fix deployment with app service

* Improve naming and README

* Fix identity name and cost esitmation for aca

* Share env vars in bicep and update docs

* Revert "remove symlinks and update scripts with paths relative to its own folder instead of cwd"

This reverts commit 40287f2.

* Add containerapps as a commented out host option

* Update app/backend/.dockerignore

* Apply suggestions from code review

* More steps for deployment guide

* Update azure.yaml

* Update comment

* cleanup bicep files and improve docs

* Update condition for running in production for credential

* Refactors to scripts

* Remove phi changes

* Make mypy happy

* Add dotenv requirement

* Env var tweaks

* Fix error handling

* Update manageacl.py commands

* Doc update

* Adding more tests for prepdocs

* Fix markdown copy

* Fix relative links

* Make prepdocs mypy happy

* Fix auth_update if check

---------

Co-authored-by: yefuwang <[email protected]>
Co-authored-by: Yefu Wang <[email protected]>
Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify). These dependencies needed to be updated together.

Updates `dompurify` from 3.0.6 to 3.1.6
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.0.6...3.1.6)

Updates `@types/dompurify` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/dompurify"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.0...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Changes for easier working with local models

* Markdown lint

* Ollama docs
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 5.4.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Create csvparser.py

I am adding the CSV parser python code.
it works with basic CSV files.

* Update prepdocs.py

updating the csv parser code and importing the CsvParser class

* Create test_csvparser.py

Added CSV Test file

* Update test_csvparser.py

Formatted the file

* Update csvparser.py

Formatted the file

* Update prepdocs.py

* Update prepdocs.py

* Update csvparser.py

* Update prepdocs.py

* Fix prepdocs and tests to match main

---------

Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 3.19.1 to 3.24.0.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v3.19.1...msal-browser-v3.24.0)

---
updated-dependencies:
- dependency-name: "@azure/msal-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add chat history feature

This commit adds the following new files:
- HistoryItem: A new component for displaying chat history items.
- HistoryPanel: A new component for displaying the chat history panel.
- HistoryButton: A new component for opening the chat history.
- HistoryProviders: A new module containing history provider classes.

These changes include functionality to support future enhancements to the chat history feature.

* Add translations for chat history in Spanish and French

* Update e2e test

* Refactor chat history configuration variables
Changed variable names to make their functions clearer.

* Refactor session state handling
Changed to generate session state on the server side.

* Add support for chat history feature to bicep

* Update workflows, docs, typing

* Apply suggestions from code review

Co-authored-by: Wassim Chegham <[email protected]>

* Revert e2e test change

---------

Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Wassim Chegham <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [i18next](https://github.com/i18next/i18next) from 23.14.0 to 23.15.2.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.14.0...v23.15.2)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.23.1 to 6.26.2.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.3 to 18.3.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.2/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…andard, Provisioned) (#2014)

* Update deploy_features.md

* Update azure-dev.yml

* Update azure.yaml

* Update main.parameters.json

* Update main.bicep

* Update azure-dev.yml

* Update azure.yaml

* Update main.parameters.json

* Update main.bicep

* Update deploy_features.md

* Update docs/deploy_features.md

Co-authored-by: Pamela Fox <[email protected]>

* Update docs/deploy_features.md

Co-authored-by: Pamela Fox <[email protected]>

* Update docs/deploy_features.md

Co-authored-by: Pamela Fox <[email protected]>

* Update infra/main.parameters.json

Co-authored-by: Pamela Fox <[email protected]>

* Update infra/main.parameters.json

Co-authored-by: Pamela Fox <[email protected]>

* Update infra/main.parameters.json

Co-authored-by: Pamela Fox <[email protected]>

* Update azure-dev.yml

* Update azure.yaml

* Update deploy_features.md

* Update main.bicep

* added params for gpt4v

* Update azure.yml and azure-dev.yml

* Update main.bicep

---------

Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Zed Haque <[email protected]>
* Initial integrated vectorization improvements

* Update integrated vectorization

* More updates to integrated vectorization, fixes type checks

* Add type check
…on to include the new language (#2052)

* feat: add Portuguese (pt-BR) translations and update i18n configuration to include the new language

* fix: update Portuguese language name to "Português Brasileiro" in i18n configuration
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.3 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.6.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 3.24.0 to 3.26.1.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v3.24.0...msal-browser-v3.26.1)

---
updated-dependencies:
- dependency-name: "@azure/msal-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pamelafox and others added 30 commits August 21, 2025 09:22
* frontend: Initialize MSAL before use, use stable instance, and guard async init (fixes uninitialized_public_client_application); show small loading state

* frontend: inline catch for checkLoggedIn during auth init; keep initialize() gated with try/finally

* Use different approach with MsalProvider in index
* Prepare change for multimodal, rm old vision approach stuff

* Add LLM-based media describer

* Prepdocs progress

* Fix media description with OpenAI

* More prepdocs improvements for image handling

* Store bbox as list of pixel floats, add storage container just for extracted images

* Getting image citations almost working

* More progress on multimodal approach

* Update more tests

* Fix up more app tests

* Add test for upload_document_image

* Add media describer and embeddings tests

* Fix tests for vision, work on vectorizer

* Add font, rename multimodal doc

* Update links to multimodal

* Fix import

* Doc fixes

* Fix f-string syntax

* Markdown lint issues

* mypy fixes and reasoning fixes

* Rename vision variables, fix mypy

* Mypy fixes

* Fix all mypy issues

* Fixes to sidebar so that it all fits

* Fixes to sidebar so that it all fits

* Integrated vectorization and user upload work

* Progress on user upload support

* changes needed for user upload

* Update tests

* Integrated vectorization progress

* Fix tests

* Use ImageEmbeddings client directly

* Change frontend for vector fields

* Use boolean parameters in the backend as well, for vector fields

* Updated translations

* Change frontend for LLM inputs

* Change from LLM inputs to booleans

* Working on tests

* Blob manager improvements/tests

* Change to a global client that we close in lifespan

* Add latest int vect changes

* Update the tests

* Add as_bytes option

* Mypy fixes

* Mypy fixes

* More mypy fixes

* More mypy fixes

* Address more TODOs

* Fix E2E tests

* Add more tests for blobmanger

* Markdown fix, more coverage

* Fix broken MD link

* Increase coverage

* Increase test coverage

* Add diff-cover step to python test

* Fix diff-cover action

* Fetch origin main for diff-cover

* Increase test coverage

* More tests, Windows check

* Better copilot instructions

* Updated merge

* Revert integrated vectorization changes, using a different strategy

* Remove unused identity in int vect

* Refactor get_sources_content to return DataPoints

* Fix multimodal bicep variable error

* Fix prepdocs to properly close async clients

* better CSS for image URLs and images in Thought Process and Supporting Content

* Revert logging level to WARNING as before

* Update text splitter chunking logic and add full test coverage

* Use single token char

* Fix mypy error

* Add some helper functions and modules to improve code clarity for textsplitter

* Update splitting algorithm with better overlap algorithm, rename SplitPage to Chunk

* markdown issues

* Revise multimodal doc to be clearer

* Rephrase fragment shift to be more grokkable

* Reword duplicate part of textsplitter doc
* Update coverage report generation command

- Fix command to generate HTML report for coverage using `diff-cover` 🛠️

* Add support for agentic reference hydration

- Introduce ENABLE_AGENTIC_REF_HYDRATION environment variable to control reference hydration behaviour 🌱
- Update Approach classes to accept hydrate_references parameter for managing reference hydration logic 🔧
- Modify document retrieval logic to hydrate references when enabled, improving data completeness 📄

* Enhance agentic retrieval with optional field hydration

- ✨ Add support for enabling extra field hydration in agentic retrieval
- 🔧 Update infrastructure to include new parameter for hydration
- 📝 Modify documentation to reflect changes in usage instructions

* Add tests for hydration support for agentic retrieval

- 🎉 Introduce ENABLE_AGENTIC_REF_HYDRATION environment variable for configuration
- 🧪 Implement mock search results for hydration testing in agentic retrieval
- 🔍 Create tests for agentic retrieval with and without hydration enabled
- 📜 Ensure hydrated results include additional fields from search results

* Ran ruff and black on new tests

* Ran black on changed files

* Update test snapshots

* Working on tests

* Refactor mock retrieval functions for improved flexibility

- 🎨 Introduce `create_mock_retrieve` to parameterise mock retrieval responses.
- 🔄 Remove redundant mock search functions to streamline code.
- 🧪 Update tests to use the new mock retrieval function for various scenarios.
- 🧹 Clean up unused mock functions to enhance maintainability.

* Rename env var to match API parameter

* Revert CONTRIBUTING.md TOC change as unneeded

---------

Co-authored-by: Taylor <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [tenacity](https://github.com/jd/tenacity) from 9.0.0 to 9.1.2.
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@9.0.0...9.1.2)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-version: 9.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.11.6 to 2025.7.34.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2024.11.6...2025.7.34)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 2025.7.34
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from 1.30.2 to 1.35.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-core_1.30.2...azure-core_1.35.0)

---
updated-dependencies:
- dependency-name: azure-core
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [h2](https://github.com/python-hyper/h2) from 4.1.0 to 4.3.0.
- [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst)
- [Commits](python-hyper/h2@v4.1.0...v4.3.0)

---
updated-dependencies:
- dependency-name: h2
  dependency-version: 4.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <[email protected]>
#2703)

* Initial plan

* Add azurechat comparison to other_samples.md documentation

* Add overview of azurechat to other samples page

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
#2709)

* Add multimodal JSONL ground truth

* Update prompts and evals for multimodal

* Add ask evaluation, update snapshots
… deployments (#2717)

* Fix frontend defaults and e2e test

* Add backend guards and tests

* Deault send_image_sources to self.multimodal_enabled
* Only set images field if multimodal is enabled

* Fix ingestion for non-multimodal case

* Update tests and snapshots
* Remove pipeline variables

* remove pipeline variables

* Update instructions
Bumps the github-actions group with 3 updates: [actions/setup-node](https://github.com/actions/setup-node), [actions/github-script](https://github.com/actions/github-script) and [actions/stale](https://github.com/actions/stale).


Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v5)

Updates `actions/github-script` from 7 to 8
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v8)

Updates `actions/stale` from 9 to 10
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v9...v10)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rich](https://github.com/Textualize/rich) from 13.9.4 to 14.1.0.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.4...v14.1.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…eval API (#2723)

* Move to new azure-search-documents package

* Remove max subqueries option, fix sort order

* Revert whitespace changes

* Remove whitespace changes

* Revert whitespace change

* Update tests

* Update docs and make mypy happy

* Update tests and docs

* Remove captions as they shouldnt be in agentic retrieval mocks

* Fix missing translations

* Apply i18n suggestions from code review

Co-authored-by: Gwen Peña-Siguenza <[email protected]>
Co-authored-by: Wassim Chegham <[email protected]>
Co-authored-by: Anthony Shaw <[email protected]>

* Update app/backend/approaches/approach.py

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

---------

Co-authored-by: Gwen Peña-Siguenza <[email protected]>
Co-authored-by: Wassim Chegham <[email protected]>
Co-authored-by: Anthony Shaw <[email protected]>
Co-authored-by: Copilot <[email protected]>
…r apps (#2724)

* Add missing RBAC role when using container apps

* Add comments with role names

* Update infra/main.bicep

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

---------

Co-authored-by: Copilot <[email protected]>
* Better support for coding agents

* Tweaks

* Update references to copilot-instructions.md
* added polish locales
changes in i18n config
modified the docs to reflect the chagnes

* adresses the missing (changed) keys in polish translation

---------

Co-authored-by: michuhu <[email protected]>
Bumps [jiter](https://github.com/pydantic/jiter) from 0.8.2 to 0.11.0.
- [Release notes](https://github.com/pydantic/jiter/releases)
- [Commits](pydantic/jiter@v0.8.2...v0.11.0)

---
updated-dependencies:
- dependency-name: jiter
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) from 1.30.0 to 1.33.0.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/dev/RELEASES.md)
- [Commits](AzureAD/microsoft-authentication-library-for-python@1.30.0...1.33.0)

---
updated-dependencies:
- dependency-name: msal
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rivate endpoints (#2740)

* Fix issue with BICEP, deployment template validation error

* Update private-endpoint.bicep

* Resolve issue with OpenAI missing A record due to duplicate inclusion

---------

Co-authored-by: Pamela Fox <[email protected]>
* Add tests for auth_init.py

* Remove type ignore in tests

* Move values into constants and remove unneeded code
Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.2.2 to 3.3.1.
- [Release notes](https://github.com/oauthlib/oauthlib/releases)
- [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst)
- [Commits](oauthlib/oauthlib@v3.2.2...v3.3.1)

---
updated-dependencies:
- dependency-name: oauthlib
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Sanitize image markdown and add test

* Address feedback
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

upstream sync Sync from upstream

Projects

None yet

Development

Successfully merging this pull request may close these issues.