Skip to content

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
@azure-sdk azure-sdk deleted the t2-workloadssapvirtualinstance-2024-02-20-43646 branch March 24, 2024 09:32
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