forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 17
[AutoPR track2_azure-mgmt-signalr] Azure SignalR - Adding new api-version 2024-01-01-preview #6530
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
Closed
Conversation
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
Co-authored-by: Anne Thompson <[email protected]>
* 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 <[email protected]> --------- Co-authored-by: James Suplizio <[email protected]> Co-authored-by: Wes Haggard <[email protected]>
…#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 <[email protected]>
* 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 <[email protected]>
* Add release date * Change to next Monday as the team won't release SDK at Friday
Co-authored-by: James Suplizio <[email protected]>
- Updates for next-pylint. - Added changelog entry for a previous release that was released from another branch. Signed-off-by: Paul Van Eck <[email protected]>
…_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 <[email protected]>
…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 <[email protected]>
* api events * api center * update version * Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py Co-authored-by: Anna Tisch <[email protected]> * review comments * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/README.md Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages_async.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages_async.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages_async.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py Co-authored-by: Anna Tisch <[email protected]> * Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages_async.py Co-authored-by: Anna Tisch <[email protected]> * review comments * review comments * adding Token credential Sample * samples improvement * Iterable bytes changes * removing job router references. --------- Co-authored-by: Anna Tisch <[email protected]>
…zure#34799) Co-authored-by: Praveen Kuttappan <[email protected]>
* Adding tests to capture groundedness with expected values * Changes to make model config optional * Adding test for missing model config * Fixing tests * Fixing pylint error
…ection (Azure#34786) * update ValueError to AMQPConnectionError for closed connection * revert socket closed message
Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
* fix role assignment location * add tests
* fix: Expose DataAsset class publicly * doc: Fix DataAsset docstring * refactor: Make DataAsset params keyword only * refactor: Remove kwargs from model * refactor: Remove unused pylint directive * docs: Update typing in docstring
… SDK owner) (Azure#34827) * code and test * Update CHANGELOG.md * Update CHANGELOG.md * Update _version.py --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
… SDK owner) (Azure#34685) * code and test * update-testcase * Update assets.json * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]>
* 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 * Bugfix on output to json_qa_lines and empty response from callbacks * Skip pylint * Add if/else on message to eval json util * Remove the verbose logs, add a progress bar and display a message when requested responses > rai service responses * Added back missing param * Spellcheck fix for pbar * Adding parameter to the spellcheck * Simulator logging initialized on the top of the page and reused * Clean up the warning log message * Removing logs from AsyncHttpClientWithRetry * Using the right param
* fix attestation tests * create an isolated 1es entrypoint for python-analyze-weekly * swap standalone tests.ymls calls to isolated 1es entrypoint for python-analyze-weekly
…zure#34796) Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
* modify built-in chat eval flow: * modify rai service request format * fix aggregation logic * add input validation for rai service * fix bug in validate_conversation of chat eval flow
…re#34630) * use optional env for azure openai tests and remove v0 tests * update param ToxTestEnv in live test template * enable optional * debug * fix config options * fixes to path for audio file and install aiohttp dev req * remove debug logging line * debugging test failure * more debug * undo debug testing, use pathlib for paths, target sys.executable for cli tests * setting up testing for both preview and GA versions for AOAI * remove unused code * update the rest of the test files to test against GA/preview API versions if indicated * update conftest * update model version * don't test openai for content filter tests * update for latest ga/preview api versions * fixes for api versions
This removes the audience docstring for now until support for other clouds is in-place and validated. Signed-off-by: Paul Van Eck <[email protected]>
…ure#34833) * rename use_operating_system_account to use_default_broker_account * Update sdk/identity/azure-identity-broker/README.md Co-authored-by: Paul Van Eck <[email protected]> --------- Co-authored-by: Paul Van Eck <[email protected]>
Merge bca9ac1e9d40cafbd1d878b70d88bc05692f00d3 into 8d6f30424e2667112c888118ac6facc2f639370e
887ac97
to
dd3d1f7
Compare
4b0a56d
to
5652869
Compare
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.
Create to sync Azure/azure-rest-api-specs#28259
You can install the use using pip install of the artifacts.