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# --------------------------------------------------------------------------------------------
@@ -210,7 +210,7 @@ def get_project(self, project_id, include_capabilities=None, include_history=Non
210210
211211 def get_projects (self , state_filter = None , top = None , skip = None , continuation_token = None ):
212212 """GetProjects.
213- Get project references with the specified state
213+ Get all projects in the organization that the authenticated user has access to.
214214 :param str state_filter: Filter on team projects in a specific team project state (default: WellFormed).
215215 :param int top:
216216 :param int skip:
@@ -235,7 +235,7 @@ def get_projects(self, state_filter=None, top=None, skip=None, continuation_toke
235235
236236 def queue_create_project (self , project_to_create ):
237237 """QueueCreateProject.
238- Queue a project creation .
238+ Queues a project to be created. Use the [GetOperation](../../operations/operations/get) to periodically check for create project status .
239239 :param :class:`<TeamProject> <core.v4_1.models.TeamProject>` project_to_create: The project to create.
240240 :rtype: :class:`<OperationReference> <core.v4_1.models.OperationReference>`
241241 """
@@ -248,7 +248,7 @@ def queue_create_project(self, project_to_create):
248248
249249 def queue_delete_project (self , project_id ):
250250 """QueueDeleteProject.
251- Queue a project deletion .
251+ Queues a project to be deleted. Use the [GetOperation](../../operations/operations/get) to periodically check for delete project status .
252252 :param str project_id: The project id of the project to delete.
253253 :rtype: :class:`<OperationReference> <core.v4_1.models.OperationReference>`
254254 """
0 commit comments