You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1123,7 +1123,7 @@ class DataSourceBindingBase(Model):
1123
1123
:param endpoint_url: Gets or sets the url of the service endpoint.
1124
1124
:type endpoint_url: str
1125
1125
:param headers: Gets or sets the authorization headers.
1126
-
:type headers: list of :class:`AuthorizationHeader <azure.devops.v5_0.microsoft.-team-foundation.-distributed-task.-common.-contracts.models.AuthorizationHeader>`
1126
+
:type headers: list of :class:`AuthorizationHeader <azure.devops.v5_0.microsoft._team_foundation._distributed_task._common._contracts.models.AuthorizationHeader>`
1127
1127
:param initial_context_template: Defines the initial value of the query params
1128
1128
:type initial_context_template: str
1129
1129
:param parameters: Gets or sets the parameters for the data source.
@@ -1305,7 +1305,7 @@ class GraphSubjectBase(Model):
1305
1305
"""GraphSubjectBase.
1306
1306
1307
1307
:param _links: This field contains zero or more interesting links about the graph subject. These links may be invoked to obtain additional relationships or more detailed information about this graph subject.
:param descriptor: The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
1310
1310
:type descriptor: str
1311
1311
:param display_name: This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
@@ -1333,7 +1333,7 @@ class IdentityRef(GraphSubjectBase):
1333
1333
"""IdentityRef.
1334
1334
1335
1335
:param _links: This field contains zero or more interesting links about the graph subject. These links may be invoked to obtain additional relationships or more detailed information about this graph subject.
:param descriptor: The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
1338
1338
:type descriptor: str
1339
1339
:param display_name: This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
@@ -1449,11 +1449,11 @@ class ProcessParameters(Model):
1449
1449
"""ProcessParameters.
1450
1450
1451
1451
:param data_source_bindings:
1452
-
:type data_source_bindings: list of :class:`DataSourceBindingBase <azure.devops.v5_0.microsoft.-team-foundation.-distributed-task.-common.-contracts.models.DataSourceBindingBase>`
1452
+
:type data_source_bindings: list of :class:`DataSourceBindingBase <azure.devops.v5_0.microsoft._team_foundation._distributed_task._common._contracts.models.DataSourceBindingBase>`
1453
1453
:param inputs:
1454
-
:type inputs: list of :class:`TaskInputDefinitionBase <azure.devops.v5_0.microsoft.-team-foundation.-distributed-task.-common.-contracts.models.TaskInputDefinitionBase>`
1454
+
:type inputs: list of :class:`TaskInputDefinitionBase <azure.devops.v5_0.microsoft._team_foundation._distributed_task._common._contracts.models.TaskInputDefinitionBase>`
1455
1455
:param source_definitions:
1456
-
:type source_definitions: list of :class:`TaskSourceDefinitionBase <azure.devops.v5_0.microsoft.-team-foundation.-distributed-task.-common.-contracts.models.TaskSourceDefinitionBase>`
1456
+
:type source_definitions: list of :class:`TaskSourceDefinitionBase <azure.devops.v5_0.microsoft._team_foundation._distributed_task._common._contracts.models.TaskSourceDefinitionBase>`
1457
1457
"""
1458
1458
1459
1459
_attribute_map= {
@@ -1897,7 +1897,7 @@ class TaskInputDefinitionBase(Model):
0 commit comments