We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cd561 commit 5a073c0Copy full SHA for 5a073c0
src/aks-preview/azext_aks_preview/machine.py
@@ -1,3 +1,9 @@
1
+# pylint: disable=too-many-lines
2
+# --------------------------------------------------------------------------------------------
3
+# Copyright (c) Microsoft Corporation. All rights reserved.
4
+# Licensed under the MIT License. See License.txt in the project root for license information.
5
6
+
7
from azext_aks_preview._client_factory import CUSTOM_MGMT_AKS_PREVIEW
8
9
from azure.cli.core.azclierror import RequiredArgumentMissingError
0 commit comments