Skip to content

Conversation

@msyyc
Copy link
Member

@msyyc msyyc commented Dec 9, 2024

Bug Fixes

  • #2959 Filter out credential that python does not support for now
  • #2959 Ignore models only used as LRO envelope results because we don't do anything with them

Features

  • #2959 Refine exception handling logic and support exception with ranged status code

@msyyc msyyc changed the title Auto PR for https://github.com/microsoft/typespec/pull/5300 bump http-client-python 0.4.1 and release new version Dec 9, 2024
@msyyc msyyc marked this pull request as ready for review December 9, 2024 06:22
Comment on lines 41 to 49
class ResourceProvisioningState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
"""The provisioning state of a resource type."""

SUCCEEDED = "Succeeded"
"""Resource has been created."""
FAILED = "Failed"
"""Resource creation failed."""
CANCELED = "Canceled"
"""Resource creation was canceled."""
Copy link
Member

Choose a reason for hiding this comment

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

@msyyc msyyc enabled auto-merge (squash) December 9, 2024 09:40
@msyyc msyyc changed the title bump http-client-python 0.4.1 and release new version bump http-client-python 0.4.2 and release new version Dec 9, 2024
@msyyc msyyc merged commit 97fbf72 into main Dec 9, 2024
14 of 15 checks passed
@msyyc msyyc deleted the auto-python/lroFinalEnvelope-test branch December 9, 2024 10:15
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