-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[azure-developer-loadtesting] Updated SDK for API Version 2024-05-01-preview #38985
Merged
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
API change check APIView has identified API level changes in this PR and created following API reviews. |
3 tasks
sdk/loadtesting/azure-developer-loadtesting/apiview-properties.json
Outdated
Show resolved
Hide resolved
sdk/loadtesting/azure-developer-loadtesting/azure/developer/loadtesting/_operations/_patch.py
Show resolved
Hide resolved
sdk/loadtesting/azure-developer-loadtesting/azure/developer/loadtesting/_version.py
Outdated
Show resolved
Hide resolved
...oadtesting/azure-developer-loadtesting/azure/developer/loadtesting/aio/_operations/_patch.py
Outdated
Show resolved
Hide resolved
...oadtesting/azure-developer-loadtesting/azure/developer/loadtesting/aio/_operations/_patch.py
Outdated
Show resolved
Hide resolved
sdk/loadtesting/azure-developer-loadtesting/generated_tests/test_load_test_run_async.py
Outdated
Show resolved
Hide resolved
sdk/loadtesting/azure-developer-loadtesting/azure/developer/loadtesting/_operations/_patch.py
Outdated
Show resolved
Hide resolved
sdk/loadtesting/azure-developer-loadtesting/azure/developer/loadtesting/_operations/_patch.py
Outdated
Show resolved
Hide resolved
...oadtesting/azure-developer-loadtesting/azure/developer/loadtesting/aio/_operations/_patch.py
Outdated
Show resolved
Hide resolved
mitsha-microsoft
added a commit
to Azure/azure-sdk-for-js
that referenced
this pull request
Mar 21, 2025
…iew (#32352) ### Packages impacted by this PR azure-rest/load-testing ### Issues associated with this PR ### Describe the problem that is addressed by this PR **Generated SDK for the new API Version 2024-05-01-preview Typespec spec** ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? NA ### Are there test cases added in this PR? _(If not, why?)_ Will be added post SDK review ### Provide a list of related PRs _(if any)_ [API Version Spec Update](Azure/azure-rest-api-specs#29352) [Python SDK Same Update](Azure/azure-sdk-for-python#38985) ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [X] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [X] Added a changelog (if necessary)
Harshan01
reviewed
Mar 24, 2025
Updated to new samples and README Updated samples and cleaning them up Made the test admin operations tests working, more in progress Some work on the Async Test Cases Completed all admin operations tests Final tests completed with recordings Build issue fixes
…re-sdk-for-python into users/mitsha/ALTNewSDK
sdk/loadtesting/azure-developer-loadtesting/apiview-properties.json
Outdated
Show resolved
Hide resolved
Harshan01
approved these changes
Mar 27, 2025
catalinaperalta
approved these changes
Mar 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
iscai-msft
approved these changes
Mar 28, 2025
kristapratico
approved these changes
Mar 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving codeowners
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.
Description
SDK based off of API Version 2024-05-01-preview Typespec.
SDK is based on the Swagger Spec for new API Version 2024-05-01-preview, was completed in PR: 29352
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines