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
:param :class:`<GitRepositoryCreateOptions> <azure.devops.v5_1.git.models.GitRepositoryCreateOptions>` git_repository_to_create: Specify the repo name, team project and/or parent repository. Team project information can be ommitted from gitRepositoryToCreate if the request is project-scoped (i.e., includes project Id).
1747
+
:param :class:`<GitRepositoryCreateOptions> <azure.devops.v5_1.git.models.GitRepositoryCreateOptions>` git_repository_to_create: Specify the repo name, team project and/or parent repository. Team project information can be omitted from gitRepositoryToCreate if the request is project-scoped (i.e., includes project Id).
1748
1748
:param str project: Project ID or project name
1749
1749
:param str source_ref: [optional] Specify the source refs to use while creating a fork repo
:param bool include_details: Defualt value is true. It includes details like run statistics,release,build,Test enviornment,Post process state and more
397
+
:param bool include_details: Default value is true. It includes details like run statistics,release,build, test environment, post process state, and more.
:param datetime min_last_updated_date: Minimum Last Modified Date of run to be queried (Mandatory).
461
461
:param datetime max_last_updated_date: Maximum Last Modified Date of run to be queried (Mandatory, difference between min and max date can be atmost 7 days).
462
462
:param str state: Current state of the Runs to be queried.
463
-
:param [int] plan_ids: Plan Ids of the Runs to be queried, comma seperated list of valid ids (limit no. of ids 10).
463
+
:param [int] plan_ids: Plan Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
464
464
:param bool is_automated: Automation type of the Runs to be queried.
465
465
:param str publish_context: PublishContext of the Runs to be queried.
466
-
:param [int] build_ids: Build Ids of the Runs to be queried, comma seperated list of valid ids (limit no. of ids 10).
467
-
:param [int] build_def_ids: Build Definition Ids of the Runs to be queried, comma seperated list of valid ids (limit no. of ids 10).
466
+
:param [int] build_ids: Build Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
467
+
:param [int] build_def_ids: Build Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
468
468
:param str branch_name: Source Branch name of the Runs to be queried.
469
-
:param [int] release_ids: Release Ids of the Runs to be queried, comma seperated list of valid ids (limit no. of ids 10).
470
-
:param [int] release_def_ids: Release Definition Ids of the Runs to be queried, comma seperated list of valid ids (limit no. of ids 10).
471
-
:param [int] release_env_ids: Release Environment Ids of the Runs to be queried, comma seperated list of valid ids (limit no. of ids 10).
472
-
:param [int] release_env_def_ids: Release Environment Definition Ids of the Runs to be queried, comma seperated list of valid ids (limit no. of ids 10).
469
+
:param [int] release_ids: Release Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
470
+
:param [int] release_def_ids: Release Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
471
+
:param [int] release_env_ids: Release Environment Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
472
+
:param [int] release_env_def_ids: Release Environment Definition Ids of the Runs to be queried, comma separated list of valid ids (limit no. of ids 10).
473
473
:param str run_title: Run Title of the Runs to be queried.
474
474
:param int top: Number of runs to be queried. Limit is 100
475
475
:param str continuation_token: continuationToken received from previous batch or null for first batch. It is not supposed to be created (or altered, if received from last batch) by user.
:param :class:`<TeamSettingsDaysOffPatch> <azure.devops.v5_1.work.models.TeamSettingsDaysOffPatch>` days_off_patch: Team's days off patch containting a list of start and end dates
976
+
:param :class:`<TeamSettingsDaysOffPatch> <azure.devops.v5_1.work.models.TeamSettingsDaysOffPatch>` days_off_patch: Team's days off patch containing a list of start and end dates
977
977
:param :class:`<TeamContext> <azure.devops.v5_1.work.models.TeamContext>` team_context: The team context for the operation
:param relationships: Constraints can be optionally be applied to one or more of the relationships defined in the contribution. If no relationships are defined then all relationships are associated with the constraint. This means the default behaviour will elimiate the contribution from the tree completely if the constraint is applied.
140
+
:param relationships: Constraints can be optionally be applied to one or more of the relationships defined in the contribution. If no relationships are defined then all relationships are associated with the constraint. This means the default behaviour will eliminate the contribution from the tree completely if the constraint is applied.
:param relationships: Constraints can be optionally be applied to one or more of the relationships defined in the contribution. If no relationships are defined then all relationships are associated with the constraint. This means the default behaviour will elimiate the contribution from the tree completely if the constraint is applied.
130
+
:param relationships: Constraints can be optionally be applied to one or more of the relationships defined in the contribution. If no relationships are defined then all relationships are associated with the constraint. This means the default behaviour will eliminate the contribution from the tree completely if the constraint is applied.
:param :class:`<ReviewPatch> <azure.devops.v5_1.gallery.models.ReviewPatch>` review_patch: ReviewPatch object which contains the changes to be applied to the review
1642
-
:param str pub_name: Name of the pubilsher who published the extension
1642
+
:param str pub_name: Name of the publisher who published the extension
1643
1643
:param str ext_name: Name of the extension
1644
1644
:param long review_id: Id of the review which needs to be updated
Copy file name to clipboardExpand all lines: azure-devops/azure/devops/v5_1/gallery/models.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@ class ExtensionCategory(Model):
326
326
:type category_id: int
327
327
:param category_name: This is the internal name for a category
328
328
:type category_name: str
329
-
:param language: This parameter is obsolete. Refer to LanguageTitles for langauge specific titles
329
+
:param language: This parameter is obsolete. Refer to LanguageTitles for language specific titles
330
330
:type language: str
331
331
:param language_titles: The list of all the titles of this category in various languages
332
332
:type language_titles: list of :class:`CategoryLanguageTitle <azure.devops.v5_1.gallery.models.CategoryLanguageTitle>`
@@ -1414,7 +1414,7 @@ class QueryFilter(Model):
1414
1414
:type page_number: int
1415
1415
:param page_size: The page size defines the number of results the caller wants for this filter. The count can't exceed the overall query size limits.
1416
1416
:type page_size: int
1417
-
:param paging_token: The paging token is a distinct type of filter and the other filter fields are ignored. The paging token represents the continuation of a previously executed query. The information about where in the result and what fields are being filtered are embeded in the token.
1417
+
:param paging_token: The paging token is a distinct type of filter and the other filter fields are ignored. The paging token represents the continuation of a previously executed query. The information about where in the result and what fields are being filtered are embedded in the token.
1418
1418
:type paging_token: str
1419
1419
:param sort_by: Defines the type of sorting to be applied on the results. The page slice is cut of the sorted results only.
:param :class:`<GitRepositoryCreateOptions> <azure.devops.v5_1.git.models.GitRepositoryCreateOptions>` git_repository_to_create: Specify the repo name, team project and/or parent repository. Team project information can be ommitted from gitRepositoryToCreate if the request is project-scoped (i.e., includes project Id).
2940
+
:param :class:`<GitRepositoryCreateOptions> <azure.devops.v5_1.git.models.GitRepositoryCreateOptions>` git_repository_to_create: Specify the repo name, team project and/or parent repository. Team project information can be omitted from gitRepositoryToCreate if the request is project-scoped (i.e., includes project Id).
2941
2941
:param str project: Project ID or project name
2942
2942
:param str source_ref: [optional] Specify the source refs to use while creating a fork repo
Copy file name to clipboardExpand all lines: azure-devops/azure/devops/v5_1/git/models.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -1578,7 +1578,7 @@ class GitPullRequestCompletionOptions(Model):
1578
1578
:type merge_commit_message: str
1579
1579
:param merge_strategy: Specify the strategy used to merge the pull request during completion. If MergeStrategy is not set to any value, a no-FF merge will be created if SquashMerge == false. If MergeStrategy is not set to any value, the pull request commits will be squash if SquashMerge == true. The SquashMerge member is deprecated. It is recommended that you explicitly set MergeStrategy in all cases. If an explicit value is provided for MergeStrategy, the SquashMerge member will be ignored.
1580
1580
:type merge_strategy: object
1581
-
:param squash_merge: SquashMerge is deprecated. You should explicity set the value of MergeStrategy. If MergeStrategy is set to any value, the SquashMerge value will be ignored. If MergeStrategy is not set, the merge strategy will be no-fast-forward if this flag is false, or squash if true.
1581
+
:param squash_merge: SquashMerge is deprecated. You should explicitly set the value of MergeStrategy. If MergeStrategy is set to any value, the SquashMerge value will be ignored. If MergeStrategy is not set, the merge strategy will be no-fast-forward if this flag is false, or squash if true.
1582
1582
:type squash_merge: bool
1583
1583
:param transition_work_items: If true, we will attempt to transition any work items linked to the pull request into the next logical state (i.e. Active -> Resolved)
1584
1584
:type transition_work_items: bool
@@ -2470,7 +2470,7 @@ class GitTreeDiff(Model):
2470
2470
"""
2471
2471
:param base_tree_id: ObjectId of the base tree of this diff.
2472
2472
:type base_tree_id: str
2473
-
:param diff_entries: List of tree entries that differ between the base and target tree. Renames and object type changes are returned as a delete for the old object and add for the new object. If a continuation token is returned in the response header, some tree entries are yet to be processed and may yeild more diff entries. If the continuation token is not returned all the diff entries have been included in this response.
2473
+
:param diff_entries: List of tree entries that differ between the base and target tree. Renames and object type changes are returned as a delete for the old object and add for the new object. If a continuation token is returned in the response header, some tree entries are yet to be processed and may yield more diff entries. If the continuation token is not returned all the diff entries have been included in this response.
2474
2474
:type diff_entries: list of :class:`GitTreeDiffEntry <azure.devops.v5_1.git.models.GitTreeDiffEntry>`
2475
2475
:param target_tree_id: ObjectId of the target tree of this diff.
:param int max_results: Maximum number of results to retrieve.
139
-
:param str paging_token: Paging Token from the previous page fetched. If the 'pagingToken' is null, the results would be fetched from the begining of the Members List.
139
+
:param str paging_token: Paging Token from the previous page fetched. If the 'pagingToken' is null, the results would be fetched from the beginning of the Members List.
Copy file name to clipboardExpand all lines: azure-devops/azure/devops/v5_1/service_hooks/models.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -897,7 +897,7 @@ class PublisherEvent(Model):
897
897
"""
898
898
Wrapper around an event which is being published
899
899
900
-
:param diagnostics: Add key/value pairs which will be stored with a published notification in the SH service DB. This key/value pairs are for diagnostic purposes only and will have not effect on the delivery of a notificaton.
900
+
:param diagnostics: Add key/value pairs which will be stored with a published notification in the SH service DB. This key/value pairs are for diagnostic purposes only and will have not effect on the delivery of a notification.
0 commit comments