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

[AutoRelease] t2-workloadssapvirtualinstance-2024-02-20-43646(can only be merged by SDK owner) #34378

Merged

Conversation

azure-sdk
Copy link
Collaborator

https://github.com/Azure/sdk-release-request/issues/4844
Live test success
https://dev.azure.com/azure-sdk/internal/_build?definitionId=4807
BuildTargetingString
azure-mgmt-workloadssapvirtualinstance
Skip.CreateApiReview
true

@azure-sdk
Copy link
Collaborator Author

@msyyc
Copy link
Member

msyyc commented Mar 21, 2024

/check-enforcer override

@msyyc msyyc merged commit c5c596f into Azure:main Mar 21, 2024
4 checks passed
@azure-sdk azure-sdk deleted the t2-workloadssapvirtualinstance-2024-02-20-43646 branch March 24, 2024 09:32
@@ -467,7 +467,7 @@ def _classify(cls, response, objects):

if not isinstance(response, ET.Element):
rest_api_response_key = cls._get_rest_key_parts(subtype_key)[-1]
subtype_value = response.pop(rest_api_response_key, None) or response.pop(subtype_key, None)
subtype_value = response.get(rest_api_response_key, None) or response.get(subtype_key, None)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before Azure/autorest.python#2428 fixed, we will make the manual patch for now.


if polling is True:
polling_method: AsyncPollingMethod = cast(
AsyncPollingMethod, AsyncPatchArmPolling(lro_delay, lro_options={"final-state-via": "location", "api_version": api_version}, **kwargs)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

3 participants