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

bump http-client-python 0.4.2 and release new version #2959

Merged
merged 10 commits into from
Dec 9, 2024

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.

2 participants