Skip to content

Commit 54d5bc3

Browse files
committed
regen
1 parent e95c4bf commit 54d5bc3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

vsts/vsts/git/v4_1/models/git_query_commits_criteria.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# --------------------------------------------------------------------------------------------
1+
# --------------------------------------------------------------------------------------------
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
# --------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@ class GitQueryCommitsCriteria(Model):
1818
:type top: int
1919
:param author: Alias or display name of the author
2020
:type author: str
21-
:param compare_version: If provided, the earliest commit in the graph to search
21+
:param compare_version: Only applicable when ItemVersion specified. If provided, start walking history starting at this commit.
2222
:type compare_version: :class:`GitVersionDescriptor <git.v4_1.models.GitVersionDescriptor>`
2323
:param exclude_deletes: If true, don't include delete history entries
2424
:type exclude_deletes: bool

vsts/vsts/graph/v4_1/models/graph_membership_state.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# --------------------------------------------------------------------------------------------
1+
# --------------------------------------------------------------------------------------------
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
# --------------------------------------------------------------------------------------------
@@ -14,7 +14,7 @@ class GraphMembershipState(Model):
1414
1515
:param _links: This field contains zero or more interesting links about the graph membership state. These links may be invoked to obtain additional relationships or more detailed information about this graph membership state.
1616
:type _links: :class:`ReferenceLinks <graph.v4_1.models.ReferenceLinks>`
17-
:param active:
17+
:param active: When true, the membership is active
1818
:type active: bool
1919
"""
2020

vsts/vsts/work_item_tracking_process_definitions/v4_1/work_item_tracking_process_definitions_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# --------------------------------------------------------------------------------------------
1+
# --------------------------------------------------------------------------------------------
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
# --------------------------------------------------------------------------------------------
@@ -910,7 +910,7 @@ def add_field_to_work_item_type(self, field, process_id, wit_ref_name_for_fields
910910

911911
def get_work_item_type_field(self, process_id, wit_ref_name_for_fields, field_ref_name):
912912
"""GetWorkItemTypeField.
913-
[Preview API] Retuens a single field in the work item type of the process.
913+
[Preview API] Returns a single field in the work item type of the process.
914914
:param str process_id: The ID of the process
915915
:param str wit_ref_name_for_fields: Work item type reference name for fields
916916
:param str field_ref_name: The reference name of the field

0 commit comments

Comments
 (0)