-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feat/cog serv endpoint #241
Merged
Merged
Conversation
This file contains 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
Add missing env vars
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Updated to work with managed identities. * Updated to work with both api keys and managed identity. * Updated to pass storage_account_name config parameter. * Updated to take optional cognitive services endpoint config parameter * make api_key optional * fix formatting * Bug fixes. * set storage_account_name to None by default * ruff formatting fixes * fix issue with using connection strings * Switched from storage account name to storage account blob url. * code cleanup and cleaner logic * revert formatting changes * Updated so that query works with AAD. * code cleanup * ruff formatting * ruff lint fixes * more ruff lint fixes * spellcheck * add documentation of new storage_account_blob_url variable * add documentation of new storage_account_blob_url variable * add semversioner doc * typecheck updates * minor doc update * Fix env-var names, update docs, fix tests --------- Co-authored-by: Josh Bradley <[email protected]> Co-authored-by: Chris Trevino <[email protected]> Co-authored-by: Chris Trevino <[email protected]> Co-authored-by: Alonso Guevara <[email protected]>
--- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* upgrade pyright * add fetch-depth, fetch-tags * update prerelease format for pypi compliance
…g into feat/cog-serv-endpoint
AlonsoGuevara
approved these changes
May 29, 2024
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.
Description
Added ability to set the cognitive_services_endpoint url in the environment so that the package will run in other clouds.
Checklist