Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
from .messaging_regions_properties_py3 import MessagingRegionsProperties
from .messaging_regions_py3 import MessagingRegions
from .messaging_plan_py3 import MessagingPlan
from .subnet_py3 import Subnet
from .nw_rule_set_ip_rules_py3 import NWRuleSetIpRules
from .nw_rule_set_virtual_network_rules_py3 import NWRuleSetVirtualNetworkRules
from .network_rule_set_py3 import NetworkRuleSet
except (SyntaxError, ImportError):
from .tracked_resource import TrackedResource
from .resource import Resource
Expand All @@ -55,10 +51,6 @@
from .messaging_regions_properties import MessagingRegionsProperties
from .messaging_regions import MessagingRegions
from .messaging_plan import MessagingPlan
from .subnet import Subnet
from .nw_rule_set_ip_rules import NWRuleSetIpRules
from .nw_rule_set_virtual_network_rules import NWRuleSetVirtualNetworkRules
from .network_rule_set import NetworkRuleSet
from .operation_paged import OperationPaged
from .eh_namespace_paged import EHNamespacePaged
from .authorization_rule_paged import AuthorizationRulePaged
Expand All @@ -76,8 +68,6 @@
UnavailableReason,
ProvisioningStateDR,
RoleDisasterRecovery,
NetworkRuleIPAction,
DefaultAction,
)

__all__ = [
Expand All @@ -101,10 +91,6 @@
'MessagingRegionsProperties',
'MessagingRegions',
'MessagingPlan',
'Subnet',
'NWRuleSetIpRules',
'NWRuleSetVirtualNetworkRules',
'NetworkRuleSet',
'OperationPaged',
'EHNamespacePaged',
'AuthorizationRulePaged',
Expand All @@ -121,6 +107,4 @@
'UnavailableReason',
'ProvisioningStateDR',
'RoleDisasterRecovery',
'NetworkRuleIPAction',
'DefaultAction',
]
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,3 @@ class RoleDisasterRecovery(str, Enum):
primary = "Primary"
primary_not_replicating = "PrimaryNotReplicating"
secondary = "Secondary"


class NetworkRuleIPAction(str, Enum):

allow = "Allow"


class DefaultAction(str, Enum):

allow = "Allow"
deny = "Deny"

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading