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-scvmm] Microsoft.ScVmm TypeSpec onboarding #5854
Closed
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
7 tasks
azure-sdk
force-pushed
the
sdkAuto/26644/track2_azure-mgmt-scvmm
branch
from
February 1, 2024 21:18
91f0cec
to
8915590
Compare
azure-sdk
force-pushed
the
sdkAuto/26644/track2_azure-mgmt-scvmm
branch
3 times, most recently
from
February 13, 2024 06:00
a502d63
to
14ea831
Compare
azure-sdk
changed the title
[AutoPR track2_azure-mgmt-scvmm] Init tsp for Microsoft.ScVmm
[AutoPR track2_azure-mgmt-scvmm] Microsoft.ScVmm TypeSpec onboarding
Feb 13, 2024
azure-sdk
force-pushed
the
sdkAuto/26644/track2_azure-mgmt-scvmm
branch
from
February 13, 2024 06:10
14ea831
to
df939d9
Compare
azure-sdk
force-pushed
the
sdkAuto/26644/track2_azure-mgmt-scvmm
branch
2 times, most recently
from
February 23, 2024 10:21
b149870
to
f0037cd
Compare
azure-sdk
force-pushed
the
sdkAuto/26644/track2_azure-mgmt-scvmm
branch
2 times, most recently
from
March 7, 2024 09:48
f582cc3
to
0aaa39a
Compare
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>
azure-sdk
force-pushed
the
sdkAuto/26644/track2_azure-mgmt-scvmm
branch
from
March 12, 2024 07:40
0aaa39a
to
835f7fe
Compare
* release fix * release fix * review comments
* adding max_simulation_results for sync call * # pylint: skip-file * # pylint: disable=E0611 * # pylint: disable=E0611
azure-sdk
force-pushed
the
sdkAuto/26644/track2_azure-mgmt-scvmm
branch
from
March 26, 2024 05:17
128fc17
to
a18fd06
Compare
…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
* Ran autorest for 2024-02-01 updates * Add autoosupgrade tests - Remove application package test - add sleep for timeout error * Update changelog
* update codeowner for search * update
…#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
Merge 06dc1db8a1a676c6107841e411758bf94d1be61c into 8429152fd329f40b2b77e51d6c74921dd12af122
azure-sdk
force-pushed
the
sdkAuto/26644/track2_azure-mgmt-scvmm
branch
from
March 27, 2024 10:47
a18fd06
to
4d603b9
Compare
azure-sdk
force-pushed
the
main
branch
3 times, most recently
from
April 3, 2024 03:33
6680ffc
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#26644
You can install the use using pip install of the artifacts.