-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Replica Discovery - DO NOT MERGE #34691
Merged
mrm9084
merged 3,950 commits into
Azure:feature/appconfig-provider/geo-replication
from
mrm9084:ReplicaDiscovery
Mar 20, 2024
Merged
Replica Discovery - DO NOT MERGE #34691
mrm9084
merged 3,950 commits into
Azure:feature/appconfig-provider/geo-replication
from
mrm9084:ReplicaDiscovery
Mar 20, 2024
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
- Bumped minimum Python version - Removed reference to `allow_broker` kwarg we no longer use - Fixed variable in README code snippet Signed-off-by: Paul Van Eck <[email protected]>
* adjust healthcare test * rerecord
…ure#34110) * Set `use_rcts` in `build_index` helper used by local index build. Recursive Text Splitter is enabled by default for cloud index builds and effects how Markdown files are chunked. It preferences chunk length being close to the given `chunk_size` over splitting by heading sections. * Udpate changelog. * Move changelog to latest unreleased version.
Thank you @HimanshuBarak for your contribution!
* Increment package version after release of azure-ai-resources * Increment package version after release of azure-ai-generative
* typing fixes. * update
* jan sys events * avs events * update * fixes * changelog
* elevate kwargs for sync client, other small fixes * addressed most comments, missing computed properties * provisional marking for computed properties
- Add another check to see if the user is passing in a string - Include an example in the README about uploading JSON files/strings Signed-off-by: Paul Van Eck <[email protected]>
This adds a tests.yml file and a test-resources.bicep file which can be used in a soon to be setup live test pipeline. Signed-off-by: Paul Van Eck <[email protected]>
This reverts commit bb97437.
) * Added Cross partition query tests for sync and async APIs * Added license header for new files * Updated database and container creation * Updated python tests with setup and tear down * Fixed some tests cases * Fixed spelling * Added emulator CI * Removed python 3.7 emulator tests config * Removed collection crud tests from emulator * Updated some collection heavy tests to skip for emulator * Fixing python 3.10 * Marking test_computed_properties async test to run only in live tests * Fixed emulator tests with pytest fixtures * Fixed more emulator tests with pytest fixtures * Fixed more emulator tests with pytest fixtures * Fixed more emulator tests with pytest fixtures and updated azure core min version * Fixed flaky tests * Updated stored procedure create calls * Fixing sproc test * Fixing trigger test * Fixing flaky live ci tests * Fixing max parallel and removed python 3.11 for cosmos emulator windows as there is a python open issue * Added MIT license header * Update sdk/cosmos/azure-cosmos/test/test_partition_split_query.py --------- Co-authored-by: Simon Moreno <[email protected]>
* remove experimental flags from batch inferencing entities and schemas for ga * remove unused import
Per feedback from arch board review, use a dedicated "analyze_from_url" instead of overloading "analyze" to support both analysis from image URL and image buffer. This change is done in the customized code (_patch.py files), not in the auto-generated code. This is documented as a breaking change. The SDK was re-emitted with latest tools, so there are other changes, but they do not affect the functionality and public API surface.
- Renamed the client to `MetricsClient`. - Renamed `query_batch` to `query_resources` - Made `query_resources` positional arguments keyword only Signed-off-by: Paul Van Eck <[email protected]>
Co-authored-by: James Suplizio <[email protected]>
* py version improvement * conflict * conflict 2 * add py-version to pylintrc --------- Co-authored-by: Krista Pratico <[email protected]>
* Increment package version after release of azure-ai-resources * Increment package version after release of azure-ai-generative
…ceType set (Azure#34267) Co-authored-by: Ben Broderick Phillips <[email protected]>
ccb343a
into
Azure:feature/appconfig-provider/geo-replication
14 of 17 checks passed
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.
No description provided.