fix: Down merge from main#365
Merged
Merged
Conversation
…apacities, even if not all models are available
…and_download_cli fix: updated quota check script
…-in-script fix: improvement to error handling in the script
…cript feat: add permission for script in dev container
feat: create release pipeline added
fix: Minor fix in create release
docs: add PowerShell setup guide for Windows users
fix: remove parameters and the deployment section in azure.yaml
…pdates fix: Improve Deployment Process with Documentation and Hosting Plan Updates
…alstandard fix: replace standard with globalstandard and updated quota check document
chore: Update Dependabot directory paths for pip and npm ecosystems
…ledge-Mining-Solution-Accelerator into psl-pk-downmergedevfrommain
Avijit-Microsoft
approved these changes
Apr 16, 2025
Contributor
|
🎉 This PR is included in version 3.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
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.
Purpose
This pull request includes several important updates to configuration files, documentation, and scripts. The changes aim to improve the setup process, enhance automation, and provide clearer instructions for users.
Configuration Updates:
.devcontainer/devcontainer.json: Added installation of Azure CLI and made thequota_check_params.shscript executable in thepostStartCommand..github/dependabot.yml: Changed the directory paths forpipandnpmpackage ecosystems to/src/apiand/src/App, respectively. [1] [2]Automation Enhancements:
.github/workflows/create-release.yml: Added a new GitHub Actions workflow to automate the release creation process usingsemantic-release.Documentation Improvements:
README.md: Added a requirement for PowerShell for Windows users and provided a link to setup instructions.docs/PowershellSetup.md: Created a new guide to help Windows users add PowerShell 7 to their system PATH.docs/quota_check.md: Expanded instructions for checking quota availability, including usage scenarios and sample outputs.Script Updates:
infra/scripts/checkquota_km.sh: Updated model identifiers to use theGlobalStandardprefix.infra/scripts/quota_check_params.sh: Refactored to support new command-line options for models, regions, and verbose logging.infra/scripts/quota_check_all_regions.shas it is no longer needed.These changes collectively enhance the project's configuration, automation, and user guidance, making it easier to set up and maintain.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation