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

[AutoPR track2_azure-mgmt-eventhub] EventHub 2024-05-01-preview #6707

Closed
wants to merge 137 commits into from

Conversation

azure-sdk
Copy link
Owner

Create to sync Azure/azure-rest-api-specs#28450

You can install the use using pip install of the artifacts.

azure-sdk and others added 30 commits March 8, 2024 13:12
Co-authored-by: Anne Thompson <annelo@microsoft.com>
* add async iterator random stream for async httpx

* update perf tests with same args for easier comparison of perf

* pauls comments

* update asynciterator comment to iterable
…ure#34709)

* Create a separate job for events requiring Az CLI

* Update .github/workflows/event-processor.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
…#34708)

In the case there is exactly one previous release PS will return the single object and thus the Count property will not exist. Instead this change ensures that we always have a list.

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* remove upper bound in setup.py

* update

* update

* update

* revert change for monitor

* update
* add myself to tools/ directory

* add mccoy
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
* Add release date

* Change to next Monday as the team won't release SDK at Friday
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
- Updates for next-pylint.
- Added changelog entry for a previous release that was released from
  another branch.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
…_container_if_not_exists` (Azure#34286)

* fixes

* Update CHANGELOG.md

* fixed missing kwargs

* using PR to remove these wrongly-marked limitations
* Remove experimental annotation from provision network

* remove unused import
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
…re#34727)

* ensure that image.yml is populated everywhere
* update ci.yml to also use the variables as provided by image.yml
* update gitignore so that our updates don't break anyone's analyze
* ensure analyze weekly runs on the correct job
The swagger file are updated and the code is regenerated.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
* api events

* api center

* update version

* Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md
…e#34473)

* update batch error description

* Revert "update batch error description"

This reverts commit 9fbe949.

* linked sample, updated ivar

* Update exceptions.py

* Update exceptions.py

* Update exceptions.py

* Update exceptions.py
* Remove Optional type annotation from get() methods

* Remove duplicate overloads

* Fix sphinx errors

* Fix indentation

* Turn on strict sphinx check

* Implicitly expose search_space and _credentials classes to avoid duplicate object exposures

* Add deprecation warning message for imports and update CHANGELOG

* Update formatting

* Ignore mypy error
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
* Reverting models to make sure calls to the simulator work

* quotes

* Spellcheck fixes

* ignore the models for doc generation

* Fixed the quotes on f strings

* pylint skip file

* Support for summarization

* Adding a limit of 2 conversation turns for all but conversation simulators

* exclude synthetic from mypy

* Another lint fix

* Skip the file causing linting issues
Turning on GitHub Action to enforce the max life of issues. "Close stale issues"
* Update FastAPI sample with instrumentation

* uvicorn spelling
…Azure#34748)

Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
* messaging python SDK

* reverting kind change

* add new rest api commimt changes

* adding samples

* adding samples

* latest rest api changes merge

* review comments

* build failures

* build failures

* build failures

* Adding AAD auth

* adding asset.json

* readme update

* plint issues fix

* changelog update

* plint issues fix

* buildfix

* test fix

* revert job router change

* test fix.

* testfix

* test fix

* test fix

* review comments

* samples for Image messages

* adding to code owners

* review comments

* adding iteratable bytes to download media

* lint issues

* lint issues

* review comments

* tsp commit update

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* review comments

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/README.md

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* review comments

* review comments

* adding Token credential Sample

* samples improvement

* Iterable bytes changes

* removing job router references.

---------

Co-authored-by: Anna Tisch <antisch@microsoft.com>
azure-sdk and others added 17 commits March 22, 2024 06:50
* Fix Sphinx error

* Enforce strict checking during the Sphinx documentation build process
* update create azure acct link

* update link
* [Text Translation] Add support for AAD authentication

* Fixing build

* Fixing PR comments

* Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py

Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>

* Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py

Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>

* Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py

Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>

* Fix PR comments

* Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py

Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>

* Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/aio/_patch.py

Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>

* fix types

* Update sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py

Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>

* Fix build

---------

Co-authored-by: Michal Materna <mimat@microsoft.com>
Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>
* add pipeline info to properties

* unit tests

* pylint
* release fix

* release fix

* review comments
* adding max_simulation_results for sync call

* # pylint: skip-file

* # pylint: disable=E0611

* # pylint: disable=E0611
…ner) (Azure#34930)

* code and test

* Update CHANGELOG.md

* Update assets.json

* Update dev_requirements.txt

---------

Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
* modify built-in qa evaluation flow

* move groundedness evaluation to groundedness evaluation service
* change content harm level "Safe" to "Very low"

* add default groundedness results to qa eval flow

* modify built-in qa evaluation flow:

* add logic to check service availability in a region
* change hate_fairness to hate_unfairness

* add gpt_groundedness to qa node list

* update built-in qa evaluation flow

* add flight control to flow input
* code flake8 cleaning

* round f1_score in built_in qa eval flow

* metric name update

* update e2e test of qa built-in evaluation flow

* update built-in qa evaluation flow

* fix fallback check logic in validate_groundedness_service
* add e2e test of fallback groundedness
* update built-in chat eval flow

* move groundedness to groundedness service
* add fallback logic when groundedness service is not available in the
region
* change reason column name to <metric>_reason
* add flight control to flow input

* update _metric_handler.py for built-in chat flow

* add fallback_groundedness_evaluation node to chat node list
* keep evaluation_per_turn column in output

* update e2e tests of chat evaluation flow

* update built-in qa evaluation flow

* fix fallback logic check in valida_service
* add e2e test of fallingback groundednes
@azure-sdk azure-sdk force-pushed the sdkAuto/28450/track2_azure-mgmt-eventhub branch 3 times, most recently from 302c1c0 to f73bd54 Compare March 26, 2024 09:08
Merge 64a701f9a24dcafe26691368eef5f1d69c2e02a9 into ead20be2d8d680dfee3605e6f18148e65cbb79e4
@azure-sdk azure-sdk force-pushed the sdkAuto/28450/track2_azure-mgmt-eventhub branch from f73bd54 to 23563ae Compare March 26, 2024 09:17
@azure-sdk azure-sdk force-pushed the main branch 3 times, most recently from 6680ffc to 5652869 Compare April 3, 2024 03:33
@azure-sdk azure-sdk closed this Apr 14, 2024
@azure-sdk azure-sdk deleted the sdkAuto/28450/track2_azure-mgmt-eventhub branch April 14, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.