Skip to content

Commit 7bff624

Browse files
committed
remove post
1 parent 8878bcc commit 7bff624

4 files changed

Lines changed: 0 additions & 12 deletions

File tree

src/dependency-map/azext_dependency_map/aaz/latest/dependency_map/_export_dependency.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
from azure.cli.core.aaz import *
1212

1313

14-
@register_command(
15-
"dependency-map export-dependency",
16-
)
1714
class ExportDependency(AAZCommand):
1815
"""Export dependencies
1916

src/dependency-map/azext_dependency_map/aaz/latest/dependency_map/_get_connections_for_process_on_focused_machine.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
from azure.cli.core.aaz import *
1212

1313

14-
@register_command(
15-
"dependency-map get-connections-for-process-on-focused-machine",
16-
)
1714
class GetConnectionsForProcessOnFocusedMachine(AAZCommand):
1815
"""Get network connections of a process
1916

src/dependency-map/azext_dependency_map/aaz/latest/dependency_map/_get_connections_with_connected_machine_for_focused_machine.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
from azure.cli.core.aaz import *
1212

1313

14-
@register_command(
15-
"dependency-map get-connections-with-connected-machine-for-focused-machine",
16-
)
1714
class GetConnectionsWithConnectedMachineForFocusedMachine(AAZCommand):
1815
"""Get network connections between machines
1916

src/dependency-map/azext_dependency_map/aaz/latest/dependency_map/_get_dependency_view_for_focused_machine.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
from azure.cli.core.aaz import *
1212

1313

14-
@register_command(
15-
"dependency-map get-dependency-view-for-focused-machine",
16-
)
1714
class GetDependencyViewForFocusedMachine(AAZCommand):
1815
"""Get dependency map of single machine
1916

0 commit comments

Comments
 (0)