Skip to content

Commit be1b5ef

Browse files
committed
Update to include msrest
1 parent 999706c commit be1b5ef

113 files changed

Lines changed: 20009 additions & 4414 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from msrest.serialization import Model
6+
from ....msrest.serialization import Model
77

88

99
class ApplicationTemplate(Model):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --------------------------------------------------------------------------------------------
55

66
import os
7-
from msrest.serialization import Model
7+
from ....msrest.serialization import Model
88

99

1010
class ApplicationTemplateInfo(Model):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --------------------------------------------------------------------------------------------
55

66
import os
7-
from msrest.serialization import Model
7+
from ....msrest.serialization import Model
88

99

1010
class ApplicationTemplateInfo(Model):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from msrest.serialization import Model
6+
from ....msrest.serialization import Model
77

88

99
class ApplicationTemplate(Model):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from msrest.serialization import Model
6+
from ....msrest.serialization import Model
77

88

99
class AutoPoolSpecification(Model):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from msrest.serialization import Model
6+
from ....msrest.serialization import Model
77

88

99
class AutoPoolSpecification(Model):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from msrest.serialization import Model
6+
from ....msrest.serialization import Model
77

88

99
class ExtendedOutputFileDestination(Model):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from msrest.serialization import Model
6+
from ....msrest.serialization import Model
77

88

99
class ExtendedOutputFileDestination(Model):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from msrest.serialization import Model
6+
from ....msrest.serialization import Model
77

88

99
class FileSource(Model):

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from msrest.serialization import Model
6+
from ....msrest.serialization import Model
77

88

99
class FileSource(Model):

0 commit comments

Comments
 (0)