-
Notifications
You must be signed in to change notification settings - Fork 18
chore: Merging from main branch #62
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
Conversation
fix: merging dev to main
chore: Updated the code owners
|
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
| from azure.identity import DefaultAzureCredential | ||
|
|
||
| project = AIProjectClient( | ||
| credential=DefaultAzureCredential(), |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application Error
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This pull request introduces a new development environment for deploying Azure AI Foundry templates via Visual Studio Code Web, along with supporting documentation and sample code. It adds all necessary files for the VS Code Web experience, including environment configuration, code samples, dependency management, and instructions. Additionally, the deployment documentation is updated to include this new option, and code ownership is updated to reflect new contributors.
VS Code Web Environment Setup
infra/vscode_web/to support deploying Azure AI Foundry templates in Visual Studio Code Web, including environment variables (.env), sample code (codeSample.py,endpointCodeSample.py), dependency files (requirements.txt,endpoint-requirements.txt), install script (install.sh), documentation (README.md,README-noazd.md), license, and configuration/index files (index.json). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Documentation Updates
docs/DeploymentGuide.mdto add "Option C: Visual Studio Code Web" as a new deployment method, including step-by-step instructions and a badge for quick launch, and moved the previous local environment instructions to "Option D".Project Ownership
.github/CODEOWNERSto add@toherman-msftand@nchandhias default code owners for the repository.## PurposeDoes this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information