Skip to content

Commit

Permalink
remove enum
Browse files Browse the repository at this point in the history
  • Loading branch information
vilit1 committed Jan 21, 2025
1 parent 04a2cfc commit a1c8bc4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions azext_iot/iothub/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,6 @@ def list_valid_types(cls):
return list(filter(lambda d: d != RouteSourceType.Invalid.value, map(lambda c: c.value, cls)))


class CertificateAuthorityVersions(Enum):
"""
Certificate Authority Versions
"""
v2 = "v2"
v1 = "v1"


class IoTHubSDKVersion(Enum):
"""
Types to determine which object properties the hub supports for backwards compatibility with the
Expand Down

0 comments on commit a1c8bc4

Please sign in to comment.