Skip to content

Commit 947328b

Browse files
authored
Merge pull request #55 from Microsoft/users/tedchamb/regen
fix issue where BaseSecuredObject was incorrectly set as base class for some models.
2 parents 5484be2 + bdb3f73 commit 947328b

12 files changed

+24
-12
lines changed

vsts/vsts/release/v4_1/models/authorization_header.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class AuthorizationHeader(BaseSecuredObject):
12+
class AuthorizationHeader(Model):
1213
"""AuthorizationHeader.
1314
1415
:param name:

vsts/vsts/release/v4_1/models/data_source_binding_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class DataSourceBindingBase(BaseSecuredObject):
12+
class DataSourceBindingBase(Model):
1213
"""DataSourceBindingBase.
1314
1415
:param data_source_name: Gets or sets the name of the data source.

vsts/vsts/release/v4_1/models/process_parameters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class ProcessParameters(BaseSecuredObject):
12+
class ProcessParameters(Model):
1213
"""ProcessParameters.
1314
1415
:param data_source_bindings:

vsts/vsts/release/v4_1/models/task_input_definition_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class TaskInputDefinitionBase(BaseSecuredObject):
12+
class TaskInputDefinitionBase(Model):
1213
"""TaskInputDefinitionBase.
1314
1415
:param aliases:

vsts/vsts/release/v4_1/models/task_input_validation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class TaskInputValidation(BaseSecuredObject):
12+
class TaskInputValidation(Model):
1213
"""TaskInputValidation.
1314
1415
:param expression: Conditional expression

vsts/vsts/release/v4_1/models/task_source_definition_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class TaskSourceDefinitionBase(BaseSecuredObject):
12+
class TaskSourceDefinitionBase(Model):
1213
"""TaskSourceDefinitionBase.
1314
1415
:param auth_key:

vsts/vsts/task_agent/v4_1/models/data_source_binding_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class DataSourceBindingBase(BaseSecuredObject):
12+
class DataSourceBindingBase(Model):
1213
"""DataSourceBindingBase.
1314
1415
:param data_source_name: Gets or sets the name of the data source.

vsts/vsts/task_agent/v4_1/models/task_input_definition_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class TaskInputDefinitionBase(BaseSecuredObject):
12+
class TaskInputDefinitionBase(Model):
1213
"""TaskInputDefinitionBase.
1314
1415
:param aliases:

vsts/vsts/task_agent/v4_1/models/task_input_validation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class TaskInputValidation(BaseSecuredObject):
12+
class TaskInputValidation(Model):
1213
"""TaskInputValidation.
1314
1415
:param expression: Conditional expression

vsts/vsts/task_agent/v4_1/models/task_source_definition_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class TaskSourceDefinitionBase(BaseSecuredObject):
12+
class TaskSourceDefinitionBase(Model):
1213
"""TaskSourceDefinitionBase.
1314
1415
:param auth_key:

vsts/vsts/work/v4_1/models/work_item_field_reference.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class WorkItemFieldReference(BaseSecuredObject):
12+
class WorkItemFieldReference(Model):
1213
"""WorkItemFieldReference.
1314
1415
:param name: The name of the field.

vsts/vsts/work/v4_1/models/work_item_tracking_resource_reference.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------------------------
88

9+
from msrest.serialization import Model
910

1011

11-
class WorkItemTrackingResourceReference(BaseSecuredObject):
12+
class WorkItemTrackingResourceReference(Model):
1213
"""WorkItemTrackingResourceReference.
1314
1415
:param url:

0 commit comments

Comments
 (0)