Skip to content

Commit

Permalink
remove useless snippets (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
necusjz authored Sep 2, 2023
1 parent 35d9eba commit 2c4c1de
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command_group(
"relay",
)
class __CMDGroup(AAZCommandGroup):
"""Manage Azure Relay Service namespaces, WCF relays, hybrid connections, and rules.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command_group(
"relay hyco",
)
class __CMDGroup(AAZCommandGroup):
"""Manage Azure Relay Service Hybrid Connection and Authorization Rule.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"relay hyco create",
)
class Create(AAZCommand):
"""Create the Relay Service Hybrid Connection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"relay hyco show",
)
class Show(AAZCommand):
"""Shows the Relay Service Hybrid Connection Details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command_group(
"relay hyco authorization-rule",
)
class __CMDGroup(AAZCommandGroup):
"""Manage Azure Relay Service Hybrid Connection Authorization Rule.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"relay hyco authorization-rule create",
)
class Create(AAZCommand):
"""Create Authorization Rule for given Relay Service Hybrid Connection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command_group(
"relay hyco authorization-rule keys",
)
class __CMDGroup(AAZCommandGroup):
"""Manage Azure Authorization Rule keys for Relay Service Hybrid Connection.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"relay hyco authorization-rule keys list",
)
class List(AAZCommand):
"""List the keys and connection strings of Authorization Rule for Relay Service Hybrid Connection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command_group(
"relay namespace",
)
class __CMDGroup(AAZCommandGroup):
"""Manage Azure Relay Service Namespace.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
from azure.cli.core.aaz import *


@register_command(
"relay namespace create",
)
class Create(AAZCommand):
"""Create a Relay Service Namespace.
Expand Down

0 comments on commit 2c4c1de

Please sign in to comment.