Skip to content

feat: Merge latest changes to demo#373

Merged
Prajwal-Microsoft merged 588 commits into
demofrom
main
Dec 26, 2025
Merged

feat: Merge latest changes to demo#373
Prajwal-Microsoft merged 588 commits into
demofrom
main

Conversation

@Prajwal-Microsoft

Copy link
Copy Markdown
Contributor

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

Prekshith-Microsoft and others added 30 commits September 17, 2025 16:13
fix: Fix for Deployment Lifecycle Automation pipeline failure
chore: fixed security vulnerabilities
fix: package upgraded for h11 and httpcore
chore: raising the PR for all the updates from dev
docs: Additional troubleshoting steps and updated deploy.yml pipeline
docs: Updated README, azure.yml for minimum azd version 1.18.0
Bumps the all-uv-deps group in /src/ContentProcessor with 1 update: [openai](https://github.com/openai/openai-python).


Updates `openai` from 1.102.0 to 2.0.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.102.0...v2.0.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-uv-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Avijit-Microsoft and others added 23 commits December 8, 2025 11:07
chore: Down merge from main to dev
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
chore: fixed security vulnerability
chore: merge dev into main
Removed known issues section regarding environment variables and container configuration in Azure Container Apps.
docs: Remove known issues about Azure Container Apps
@github-advanced-security

Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

from azure.identity import DefaultAzureCredential

project_client = AIProjectClient.from_connection_string(
credential=DefaultAzureCredential(),

Check failure

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application Error

Please use other types of Token Credential for your application if not for development testing purposes.
from azure.ai.agents.models import ListSortOrder

project = AIProjectClient(
credential=DefaultAzureCredential(),

Check failure

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application Error

Please use other types of Token Credential for your application if not for development testing purposes.
Credential object: Either DefaultAzureCredential or ManagedIdentityCredential.
"""
if os.getenv("APP_ENV", "prod").lower() == 'dev':
return DefaultAzureCredential() # CodeQL [SM05139] Okay use of DefaultAzureCredential as it is only used in development

Check failure

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application Error

Please use other types of Token Credential for your application if not for development testing purposes.
Credential object: Either DefaultAzureCredential or ManagedIdentityCredential.
"""
if os.getenv("APP_ENV", "prod").lower() == 'dev':
return DefaultAzureCredential() # CodeQL [SM05139] Okay use of DefaultAzureCredential as it is only used in development

Check failure

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application Error

Please use other types of Token Credential for your application if not for development testing purposes.
Credential object: Either AioDefaultAzureCredential or AioManagedIdentityCredential.
"""
if os.getenv("APP_ENV", "prod").lower() == 'dev':
return AioDefaultAzureCredential() # CodeQL [SM05139] Okay use of DefaultAzureCredential as it is only used in development

Check notice

Code scanning / CodeQL

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development. Note

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development.
Credential object: Either DefaultAzureCredential or ManagedIdentityCredential.
"""
if os.getenv("APP_ENV", "prod").lower() == 'dev':
return DefaultAzureCredential() # CodeQL [SM05139] Okay use of DefaultAzureCredential as it is only used in development

Check notice

Code scanning / CodeQL

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development. Note

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development.
Credential object: Either AioDefaultAzureCredential or AioManagedIdentityCredential.
"""
if os.getenv("APP_ENV", "prod").lower() == 'dev':
return AioDefaultAzureCredential() # CodeQL [SM05139] Okay use of DefaultAzureCredential as it is only used in development

Check notice

Code scanning / CodeQL

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development. Note

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development.
Credential object: Either DefaultAzureCredential or ManagedIdentityCredential.
"""
if os.getenv("APP_ENV", "prod").lower() == 'dev':
return DefaultAzureCredential() # CodeQL [SM05139] Okay use of DefaultAzureCredential as it is only used in development

Check notice

Code scanning / CodeQL

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development. Note

Suppression of type m365. Expiration date: none, Suppression Code: SM05139. Justification: Okay use of DefaultAzureCredential as it is only used in development.
@Prajwal-Microsoft Prajwal-Microsoft merged commit 2e8acdc into demo Dec 26, 2025
160 of 165 checks passed
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.