Skip to content

Commit 54b76c8

Browse files
authored
Merge pull request #235 from microsoft/users/tedchamb/dev5
fix model comments.
2 parents 39e2ac7 + 85e5836 commit 54b76c8

File tree

51 files changed

+2468
-2335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2468
-2335
lines changed

azure-devops/azure/devops/v5_1/accounts/models.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111

1212
class Account(Model):
13-
"""Account.
14-
13+
"""
1514
:param account_id: Identifier for an Account
1615
:type account_id: str
1716
:param account_name: Name for an account
@@ -86,8 +85,7 @@ def __init__(self, account_id=None, account_name=None, account_owner=None, accou
8685

8786

8887
class AccountCreateInfoInternal(Model):
89-
"""AccountCreateInfoInternal.
90-
88+
"""
9189
:param account_name:
9290
:type account_name: str
9391
:param creator:
@@ -122,8 +120,7 @@ def __init__(self, account_name=None, creator=None, organization=None, preferenc
122120

123121

124122
class AccountPreferencesInternal(Model):
125-
"""AccountPreferencesInternal.
126-
123+
"""
127124
:param culture:
128125
:type culture: object
129126
:param language:

0 commit comments

Comments
 (0)