Skip to content

Commit 5a073c0

Browse files
author
Jianping Zeng
committed
add license header in machine.py
1 parent 01cd561 commit 5a073c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/aks-preview/azext_aks_preview/machine.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
from azext_aks_preview._client_factory import CUSTOM_MGMT_AKS_PREVIEW
28

39
from azure.cli.core.azclierror import RequiredArgumentMissingError

0 commit comments

Comments
 (0)