diff --git a/vsts/setup.py b/vsts/setup.py index 95ae9d21..a4ce39ff 100644 --- a/vsts/setup.py +++ b/vsts/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages NAME = "vsts" -VERSION = "0.1.15" +VERSION = "0.1.16" # To install the library, run the following # diff --git a/vsts/vsts/accounts/__init__.py b/vsts/vsts/accounts/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/accounts/__init__.py +++ b/vsts/vsts/accounts/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/build/__init__.py b/vsts/vsts/build/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/build/__init__.py +++ b/vsts/vsts/build/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/client_trace/__init__.py b/vsts/vsts/client_trace/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/client_trace/__init__.py +++ b/vsts/vsts/client_trace/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/cloud_load_test/__init__.py b/vsts/vsts/cloud_load_test/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/cloud_load_test/__init__.py +++ b/vsts/vsts/cloud_load_test/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/contributions/__init__.py b/vsts/vsts/contributions/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/contributions/__init__.py +++ b/vsts/vsts/contributions/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/core/__init__.py b/vsts/vsts/core/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/core/__init__.py +++ b/vsts/vsts/core/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/core/v4_1/core_client.py b/vsts/vsts/core/v4_1/core_client.py index b4be6f20..bb4a1c4e 100644 --- a/vsts/vsts/core/v4_1/core_client.py +++ b/vsts/vsts/core/v4_1/core_client.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- @@ -210,7 +210,7 @@ def get_project(self, project_id, include_capabilities=None, include_history=Non def get_projects(self, state_filter=None, top=None, skip=None, continuation_token=None): """GetProjects. - Get project references with the specified state + Get all projects in the organization that the authenticated user has access to. :param str state_filter: Filter on team projects in a specific team project state (default: WellFormed). :param int top: :param int skip: @@ -235,7 +235,7 @@ def get_projects(self, state_filter=None, top=None, skip=None, continuation_toke def queue_create_project(self, project_to_create): """QueueCreateProject. - Queue a project creation. + Queues a project to be created. Use the [GetOperation](../../operations/operations/get) to periodically check for create project status. :param :class:` ` project_to_create: The project to create. :rtype: :class:` ` """ @@ -248,7 +248,7 @@ def queue_create_project(self, project_to_create): def queue_delete_project(self, project_id): """QueueDeleteProject. - Queue a project deletion. + Queues a project to be deleted. Use the [GetOperation](../../operations/operations/get) to periodically check for delete project status. :param str project_id: The project id of the project to delete. :rtype: :class:` ` """ diff --git a/vsts/vsts/customer_intelligence/__init__.py b/vsts/vsts/customer_intelligence/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/customer_intelligence/__init__.py +++ b/vsts/vsts/customer_intelligence/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/dashboard/__init__.py b/vsts/vsts/dashboard/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/dashboard/__init__.py +++ b/vsts/vsts/dashboard/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/extension_management/__init__.py b/vsts/vsts/extension_management/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/extension_management/__init__.py +++ b/vsts/vsts/extension_management/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/feature_availability/__init__.py b/vsts/vsts/feature_availability/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/feature_availability/__init__.py +++ b/vsts/vsts/feature_availability/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/feature_management/__init__.py b/vsts/vsts/feature_management/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/feature_management/__init__.py +++ b/vsts/vsts/feature_management/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/feed/__init__.py b/vsts/vsts/feed/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/feed/__init__.py +++ b/vsts/vsts/feed/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/feed_token/__init__.py b/vsts/vsts/feed_token/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/feed_token/__init__.py +++ b/vsts/vsts/feed_token/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/file_container/__init__.py b/vsts/vsts/file_container/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/file_container/__init__.py +++ b/vsts/vsts/file_container/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/gallery/__init__.py b/vsts/vsts/gallery/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/gallery/__init__.py +++ b/vsts/vsts/gallery/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/git/__init__.py b/vsts/vsts/git/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/git/__init__.py +++ b/vsts/vsts/git/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/graph/__init__.py b/vsts/vsts/graph/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/graph/__init__.py +++ b/vsts/vsts/graph/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/identity/__init__.py b/vsts/vsts/identity/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/identity/__init__.py +++ b/vsts/vsts/identity/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/licensing/__init__.py b/vsts/vsts/licensing/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/licensing/__init__.py +++ b/vsts/vsts/licensing/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/location/__init__.py b/vsts/vsts/location/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/location/__init__.py +++ b/vsts/vsts/location/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/maven/__init__.py b/vsts/vsts/maven/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/maven/__init__.py +++ b/vsts/vsts/maven/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/member_entitlement_management/__init__.py b/vsts/vsts/member_entitlement_management/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/member_entitlement_management/__init__.py +++ b/vsts/vsts/member_entitlement_management/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/notification/__init__.py b/vsts/vsts/notification/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/notification/__init__.py +++ b/vsts/vsts/notification/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/npm/__init__.py b/vsts/vsts/npm/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/npm/__init__.py +++ b/vsts/vsts/npm/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/nuget/__init__.py b/vsts/vsts/nuget/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/nuget/__init__.py +++ b/vsts/vsts/nuget/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/operations/__init__.py b/vsts/vsts/operations/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/operations/__init__.py +++ b/vsts/vsts/operations/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/policy/__init__.py b/vsts/vsts/policy/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/policy/__init__.py +++ b/vsts/vsts/policy/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/profile/__init__.py b/vsts/vsts/profile/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/profile/__init__.py +++ b/vsts/vsts/profile/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/project_analysis/__init__.py b/vsts/vsts/project_analysis/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/project_analysis/__init__.py +++ b/vsts/vsts/project_analysis/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/release/__init__.py b/vsts/vsts/release/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/release/__init__.py +++ b/vsts/vsts/release/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/service_endpoint/__init__.py b/vsts/vsts/service_endpoint/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/service_endpoint/__init__.py +++ b/vsts/vsts/service_endpoint/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/service_hooks/__init__.py b/vsts/vsts/service_hooks/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/service_hooks/__init__.py +++ b/vsts/vsts/service_hooks/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/settings/__init__.py b/vsts/vsts/settings/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/settings/__init__.py +++ b/vsts/vsts/settings/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/symbol/__init__.py b/vsts/vsts/symbol/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/symbol/__init__.py +++ b/vsts/vsts/symbol/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/task/__init__.py b/vsts/vsts/task/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/task/__init__.py +++ b/vsts/vsts/task/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/task_agent/__init__.py b/vsts/vsts/task_agent/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/task_agent/__init__.py +++ b/vsts/vsts/task_agent/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/test/__init__.py b/vsts/vsts/test/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/test/__init__.py +++ b/vsts/vsts/test/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/tfvc/__init__.py b/vsts/vsts/tfvc/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/tfvc/__init__.py +++ b/vsts/vsts/tfvc/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/version.py b/vsts/vsts/version.py index 273dbceb..99abba4e 100644 --- a/vsts/vsts/version.py +++ b/vsts/vsts/version.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -VERSION = "0.1.15" +VERSION = "0.1.16" diff --git a/vsts/vsts/wiki/__init__.py b/vsts/vsts/wiki/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/wiki/__init__.py +++ b/vsts/vsts/wiki/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/work/__init__.py b/vsts/vsts/work/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/work/__init__.py +++ b/vsts/vsts/work/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/work_item_tracking/__init__.py b/vsts/vsts/work_item_tracking/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/work_item_tracking/__init__.py +++ b/vsts/vsts/work_item_tracking/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/work_item_tracking_process/__init__.py b/vsts/vsts/work_item_tracking_process/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/work_item_tracking_process/__init__.py +++ b/vsts/vsts/work_item_tracking_process/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- diff --git a/vsts/vsts/work_item_tracking_process_template/__init__.py b/vsts/vsts/work_item_tracking_process_template/__init__.py index b19525a6..f885a96e 100644 --- a/vsts/vsts/work_item_tracking_process_template/__init__.py +++ b/vsts/vsts/work_item_tracking_process_template/__init__.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # --------------------------------------------------------------------------------------------