Skip to content

Commit afb6609

Browse files
committed
attempt to fix 27 CI
1 parent c4abbb2 commit afb6609

File tree

7 files changed

+58
-12
lines changed

7 files changed

+58
-12
lines changed

azext/batch/_vendor/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# coding=utf-8
2+
# --------------------------------------------------------------------------
3+
# Copyright (c) Microsoft Corporation. All rights reserved.
4+
# Licensed under the MIT License. See License.txt in the project root for
5+
# license information.
6+
#
7+
# Code generated by Microsoft (R) AutoRest Code Generator.
8+
# Changes may cause incorrect behavior and will be lost if the code is
9+
# regenerated.
10+
# --------------------------------------------------------------------------

azext/batch/_vendor/v4/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# coding=utf-8
2+
# --------------------------------------------------------------------------
3+
# Copyright (c) Microsoft Corporation. All rights reserved.
4+
# Licensed under the MIT License. See License.txt in the project root for
5+
# license information.
6+
#
7+
# Code generated by Microsoft (R) AutoRest Code Generator.
8+
# Changes may cause incorrect behavior and will be lost if the code is
9+
# regenerated.
10+
# --------------------------------------------------------------------------
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# coding=utf-8
2+
# --------------------------------------------------------------------------
3+
# Copyright (c) Microsoft Corporation. All rights reserved.
4+
# Licensed under the MIT License. See License.txt in the project root for
5+
# license information.
6+
#
7+
# Code generated by Microsoft (R) AutoRest Code Generator.
8+
# Changes may cause incorrect behavior and will be lost if the code is
9+
# regenerated.
10+
# --------------------------------------------------------------------------
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# --------------------------------------------------------------------------------------------
1+
# coding=utf-8
2+
# --------------------------------------------------------------------------
23
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See License.txt in the project root for license information.
4-
# --------------------------------------------------------------------------------------------
4+
# Licensed under the MIT License. See License.txt in the project root for
5+
# license information.
6+
#
7+
# Code generated by Microsoft (R) AutoRest Code Generator.
8+
# Changes may cause incorrect behavior and will be lost if the code is
9+
# regenerated.
10+
# --------------------------------------------------------------------------

azext/batch/_vendor/v4/azext/batch/models/__init__.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
5-
65
# pylint: disable=wildcard-import,unused-import,unused-wildcard-import
7-
86
# Not ideal syntax - but savaes us having to check and repopulate this
97
# list every time the SDK is regenerated.
10-
from ....azure.batch.models import *
8+
from azext.batch._vendor.v4.azure.batch.models import *
119

1210
try:
1311
from .extended_task_parameter_py3 import ExtendedTaskParameter
@@ -16,8 +14,10 @@
1614
from .extended_pool_specification_py3 import ExtendedPoolSpecification
1715
from .auto_pool_specification_py3 import AutoPoolSpecification
1816
from .output_file_py3 import OutputFile
19-
from .extended_output_file_destination_py3 import ExtendedOutputFileDestination
20-
from .output_file_auto_storage_destination_py3 import OutputFileAutoStorageDestination
17+
from .extended_output_file_destination_py3 import \
18+
ExtendedOutputFileDestination
19+
from .output_file_auto_storage_destination_py3 import \
20+
OutputFileAutoStorageDestination
2121
from .extended_resource_file_py3 import ExtendedResourceFile
2222
from .multi_instance_settings_py3 import MultiInstanceSettings
2323
from .file_source_py3 import FileSource
@@ -48,7 +48,8 @@
4848
from .auto_pool_specification import AutoPoolSpecification
4949
from .output_file import OutputFile
5050
from .extended_output_file_destination import ExtendedOutputFileDestination
51-
from .output_file_auto_storage_destination import OutputFileAutoStorageDestination
51+
from .output_file_auto_storage_destination import \
52+
OutputFileAutoStorageDestination
5253
from .extended_resource_file import ExtendedResourceFile
5354
from .multi_instance_settings import MultiInstanceSettings
5455
from .file_source import FileSource
@@ -71,11 +72,9 @@
7172
from .application_template import ApplicationTemplate
7273
from .job_template import JobTemplate
7374
from .pool_template import PoolTemplate
74-
7575
from .constants import (
7676
PROPS_RESERVED_FOR_JOBS,
7777
PROPS_PERMITTED_ON_TEMPLATES)
78-
7978
__all__ = [
8079
'ExtendedTaskParameter',
8180
'ExtendedJobParameter',
@@ -107,4 +106,4 @@
107106
'ApplicationTemplate',
108107
'JobTemplate',
109108
'PoolTemplate',
110-
]
109+
]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# coding=utf-8
2+
# --------------------------------------------------------------------------
3+
# Copyright (c) Microsoft Corporation. All rights reserved.
4+
# Licensed under the MIT License. See License.txt in the project root for
5+
# license information.
6+
#
7+
# Code generated by Microsoft (R) AutoRest Code Generator.
8+
# Changes may cause incorrect behavior and will be lost if the code is
9+
# regenerated.
10+
# --------------------------------------------------------------------------

pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[MASTER]
22
ignore-patterns=test_*,.*?_py3.py
3+
ignore=_vendor
34
reports=no
45

56
[MESSAGES CONTROL]

0 commit comments

Comments
 (0)