-
Notifications
You must be signed in to change notification settings - Fork 78
chore: Merging from main branch #278
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
Conversation
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
fix: Merging the changes from dev to main
fix: merging dev to main
fix: merge from dev to main
Added a disclaimer regarding AI solutions and associated risks.
docs: Added disclaimer in README.md
Removed disclaimer about AI solutions and associated risks.
docs: update README by removing compliance disclaimer section
docs: add AI solution disclaimer
docs: Update README.md
docs: Change 'Disclaimer' to 'Note' in README.md
fix: merging dev changes to main
chore: Updated the code owners
Prajwal-Microsoft
approved these changes
Nov 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request introduces a new development environment for Azure AI Foundry templates in VS Code for the Web, along with improvements to documentation, code samples, and project configuration. The main focus is on making it easier for users to deploy, interact with, and understand the AI Foundry templates, including support for multiple authentication methods and endpoints.
New development environment and code samples:
Added the
infra/vscode_webdirectory, which includes sample code (codeSample.py,endpointCodeSample.py), environment configuration (.env), dependency files (requirements.txt,endpoint-requirements.txt), an installation script (install.sh), and supporting documentation (README.md,README-noazd.md). These provide users with ready-to-use examples and setup instructions for working with Azure AI Projects and Agents in Python. [1] [2] [3] [4] [5] [6] [7]Introduced an
index.jsonfile that organizes available code samples and supporting files by authentication method (connection string or endpoint) for easier discovery and use.Project configuration and compliance:
.gitignoreto the new environment to prevent unwanted files from being committed, supporting multiple languages and tools.Documentation improvements:
README.mdto include a note about responsible AI usage and links to transparency documentation for Agent Service and Agent Framework, improving compliance and user awareness.Ownership updates:
.github/CODEOWNERSfile to add two new default owners for the repository, ensuring proper code stewardship.## PurposeDoes this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information