File tree Expand file tree Collapse file tree 12 files changed +24
-12
lines changed Expand file tree Collapse file tree 12 files changed +24
-12
lines changed Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class AuthorizationHeader (BaseSecuredObject ):
12
+ class AuthorizationHeader (Model ):
12
13
"""AuthorizationHeader.
13
14
14
15
:param name:
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class DataSourceBindingBase (BaseSecuredObject ):
12
+ class DataSourceBindingBase (Model ):
12
13
"""DataSourceBindingBase.
13
14
14
15
:param data_source_name: Gets or sets the name of the data source.
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class ProcessParameters (BaseSecuredObject ):
12
+ class ProcessParameters (Model ):
12
13
"""ProcessParameters.
13
14
14
15
:param data_source_bindings:
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class TaskInputDefinitionBase (BaseSecuredObject ):
12
+ class TaskInputDefinitionBase (Model ):
12
13
"""TaskInputDefinitionBase.
13
14
14
15
:param aliases:
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class TaskInputValidation (BaseSecuredObject ):
12
+ class TaskInputValidation (Model ):
12
13
"""TaskInputValidation.
13
14
14
15
:param expression: Conditional expression
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class TaskSourceDefinitionBase (BaseSecuredObject ):
12
+ class TaskSourceDefinitionBase (Model ):
12
13
"""TaskSourceDefinitionBase.
13
14
14
15
:param auth_key:
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class DataSourceBindingBase (BaseSecuredObject ):
12
+ class DataSourceBindingBase (Model ):
12
13
"""DataSourceBindingBase.
13
14
14
15
:param data_source_name: Gets or sets the name of the data source.
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class TaskInputDefinitionBase (BaseSecuredObject ):
12
+ class TaskInputDefinitionBase (Model ):
12
13
"""TaskInputDefinitionBase.
13
14
14
15
:param aliases:
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class TaskInputValidation (BaseSecuredObject ):
12
+ class TaskInputValidation (Model ):
12
13
"""TaskInputValidation.
13
14
14
15
:param expression: Conditional expression
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class TaskSourceDefinitionBase (BaseSecuredObject ):
12
+ class TaskSourceDefinitionBase (Model ):
12
13
"""TaskSourceDefinitionBase.
13
14
14
15
:param auth_key:
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class WorkItemFieldReference (BaseSecuredObject ):
12
+ class WorkItemFieldReference (Model ):
12
13
"""WorkItemFieldReference.
13
14
14
15
:param name: The name of the field.
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------------------------
8
8
9
+ from msrest .serialization import Model
9
10
10
11
11
- class WorkItemTrackingResourceReference (BaseSecuredObject ):
12
+ class WorkItemTrackingResourceReference (Model ):
12
13
"""WorkItemTrackingResourceReference.
13
14
14
15
:param url:
You can’t perform that action at this time.
0 commit comments