Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{virtual-network-tap} Migrate to AAZ Codegen #8203

Merged
merged 7 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix style
  • Loading branch information
cxznmhdcxz committed Nov 5, 2024
commit f13f6bb33b05d6ec695a197b5586c2d6ca987fa5
1 change: 0 additions & 1 deletion src/virtual-network-tap/azext_vnettap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# --------------------------------------------------------------------------------------------

from azure.cli.core import AzCommandsLoader
from azure.cli.core.profiles import register_resource_type

import azext_vnettap._help # pylint: disable=unused-import

Expand Down
1 change: 0 additions & 1 deletion src/virtual-network-tap/azext_vnettap/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# --------------------------------------------------------------------------------------------

# pylint: disable=line-too-long
from azure.cli.core.commands import CliCommandType


# pylint: disable=too-many-locals, too-many-statements
Expand Down
2 changes: 2 additions & 0 deletions src/virtual-network-tap/azext_vnettap/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

# pylint: disable=protected-access

from .aaz.latest.network.vnet.tap import Create as _CreateVnetTap
from .aaz.latest.network.nic.vtap_config import Create as _CreateVtapConfig
from azure.cli.core.util import parse_proxy_resource_id
Expand Down
Loading