Skip to content

Conversation

Prajwal-Microsoft
Copy link
Contributor

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

UtkarshMishra-Microsoft and others added 30 commits June 26, 2025 10:33
feat: Added code changes related azd quota check
feat: Merge the Azd Quota check changes from dev to main
docs: process of choosing between sandbox and production configurations when deploying Azure infrastructure using the `azd up` command
feat: Update deployment configurations to set WAF architecture parameters
fix: Updated Planner prompt to remove EXCEPTION wording and align with LLM behavior
fix: enable the appinsights telemetry logs code
Added Reusing an Existing Log Analytics Workspace section
fix: added fix for not creating task for input like "x" or "abcd" or meani…
feat: Merging the changes from dev to main
Ravikirana-Microsoft and others added 19 commits July 30, 2025 15:21
fix: User story changes and bug fix
feat: replacing DefaultAzureCredential with ManagedIdentityCredential, RAI check, API upgrades
feat: down merge from main to dev
fix: rate limit error message change
docs: Removed outdated container publishing instructions
fix: updated the azure-ai-agents version to resolve the package issue
fix: Update azure-ai-agents dependency to >=1.2.0b1 to resolve compatibility issues with latest SDK features
…_docs

docs: Added Documentation for Reusing Azure AI Foundry Project
@github-advanced-security
Copy link

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.

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 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 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 304e401 into demo Aug 14, 2025
64 of 71 checks passed
@github-actions
Copy link

🎉 This PR is included in version 2.2.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.