Skip to content
Open
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 @@ -87,10 +87,6 @@ def cf_proximity_placement_groups(cli_ctx, _):
return _compute_client_factory(cli_ctx).proximity_placement_groups


def cf_dedicated_hosts(cli_ctx, _):
return _compute_client_factory(cli_ctx).dedicated_hosts


def cf_dedicated_host_groups(cli_ctx, _):
return _compute_client_factory(cli_ctx).dedicated_host_groups

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
# flake8: noqa

from .__cmd_group import *
from ._create import *
from ._delete import *
from ._list import *
from ._list_resize_options import *
from ._redeploy import *
from ._resize import *
from ._restart import *
from ._show import *
from ._update import *
from ._wait import *
Loading