forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 7
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-machinelearningservices] [ML] Update deployment API status code from 202 to 201 #6724
Closed
azure-sdk
wants to merge
166
commits into
main
from
sdkAuto/28495/track2_azure-mgmt-machinelearningservices
Closed
[AutoPR track2_azure-mgmt-machinelearningservices] [ML] Update deployment API status code from 202 to 201 #6724
azure-sdk
wants to merge
166
commits into
main
from
sdkAuto/28495/track2_azure-mgmt-machinelearningservices
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
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
* 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>
…#34943) Co-authored-by: James Suplizio <jasupliz@microsoft.com>
* Adjust docstring
* Number lookup ga (Azure#33203) GA implementation of the number lookup feature, releasing as a private preview first. This commit should cover the vast majority of the work needed, and is updated to incorporate feedback from the stewardship board. ---------- * Add number lookup to communication phonenumbers (Azure#31053) * update swagger and regenerate using autorest * update internal operation tests * regenerate autorest, add and record tests * Update changelog * update tests to account for phone number sanitization, update test recordings * update autorest generation * updates based on review comments * udpate tests/recordings * fix linting error * fix lint errors and test for async * update test recordings * update changelog, minor fixes to tests, and update to the recordings * update version in changelog to beta version * update version * update changelog * update changelog * update generated files * update to GA verison for review * updated based on SDK review feedback * update to preview version, regenerate files with autorest * update test recordings * fix build issues * fix pylint errors, update tests * try fixing up tests * comment out failing call-automation test * fix pylint issues * update test files * Update setup.py upgrade the azure.core package --------- Co-authored-by: guoqing2023 <124081795+guoqing2023@users.noreply.github.com>
…ed by SDK owner) (Azure#34683) * code and test * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
* add dependency * update for auto_release * update * update
* Pipeline template to validate package and update package work item * Changes to restructure validations * Additional fixes as per comments * Remove explicit exit code * Set erroractionpreference for change log check --------- Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
* Switch to mypy = false, revert after and fix issues * Update
* dont hardcode api_version on request * pylint fixes * revert * api version * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_publisher_client_async.py * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_publisher_client_async.py
Update docstrings in `MetricsClient`
* sync pyamqp * update credential used for tests * apply cr changes * change reconnect test back * copy over sb changes
* update built-in chat flow: * add more logging in validate_service * fix parsing error in parse_groundedness_responses.py * update built-in qa flow * update qa groundedness input validation logic * add logging in validate_groundedness_service
Merge aab622b97dee1655e5a8d4a4eb8c7a34a5f4e069 into 4141b7945b7e0b778c55b91db4f65b35a30fb655
azure-sdk
force-pushed
the
sdkAuto/28495/track2_azure-mgmt-machinelearningservices
branch
from
March 28, 2024 03:46
b79fdcb
to
1d1dbc9
Compare
7 tasks
azure-sdk
deleted the
sdkAuto/28495/track2_azure-mgmt-machinelearningservices
branch
March 31, 2024 09:31
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#28495
You can install the use using pip install of the artifacts.