Skip to content
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

Conversation

mrm9084
Copy link
Member

@mrm9084 mrm9084 commented Mar 7, 2024

No description provided.

simorenoh and others added 30 commits February 6, 2024 16:43
- 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 <paulvaneck@microsoft.com>
* 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.
* 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 <paulvaneck@microsoft.com>
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 <paulvaneck@microsoft.com>
)

* 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 <30335873+simorenoh@users.noreply.github.com>
* 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 <paulvaneck@microsoft.com>
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
* py version improvement

* conflict

* conflict 2

* add py-version to pylintrc

---------

Co-authored-by: Krista Pratico <krpratic@microsoft.com>
* 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 <bebroder@microsoft.com>
@mrm9084 mrm9084 changed the base branch from main to feature/appconfig-provider/geo-replication March 20, 2024 18:02
@mrm9084 mrm9084 merged commit ccb343a into Azure:feature/appconfig-provider/geo-replication Mar 20, 2024
14 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet