Skip to content

Commit ea7b3fe

Browse files
committed
style
1 parent c309fcd commit ea7b3fe

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/netappfiles

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/netappfiles/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from azure.cli.core.aaz import has_value, AAZJsonSelector
1313
from azure.mgmt.core.tools import is_valid_resource_id, parse_resource_id
1414
from .aaz.latest.netappfiles import UpdateNetworkSiblingSet as _UpdateNetworkSiblingSet
15-
#from .aaz.latest.netappfiles.account import Create as _AccountCreate, Update as _AccountUpdate
15+
# from .aaz.latest.netappfiles.account import Create as _AccountCreate, Update as _AccountUpdate
1616
from .aaz.latest.netappfiles.account.ad import Add as _ActiveDirectoryAdd, List as _ActiveDirectoryList, Update as _ActiveDirectoryUpdate
1717
from .aaz.latest.netappfiles.volume import Create as _VolumeCreate, Update as _VolumeUpdate, BreakFileLocks as _BreakFileLocks
1818
from .aaz.latest.netappfiles.volume_group import Create as _VolumeGroupCreate

0 commit comments

Comments
 (0)