Skip to content

Commit 64d677d

Browse files
authored
Merge pull request #246 from microsoft/users/tedchamb/dev5
regen after spelling fixes
2 parents c09bf15 + b3bbc84 commit 64d677d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class DecoratedAuditLogEntry(Model):
119119
:type category: object
120120
:param category_display_name: DisplayName of the category
121121
:type category_display_name: str
122-
:param correlation_id: This allows related audit entires to be grouped together. Generally this occurs when a single action cases a cascade of audit entries. For example, project creation.
122+
:param correlation_id: This allows related audit entries to be grouped together. Generally this occurs when a single action causes a cascade of audit entries. For example, project creation.
123123
:type correlation_id: str
124124
:param data: External data such as CUIDs, item names, etc.
125125
:type data: dict

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(self, access_id=None, alternate_token=None, authorization_id=None,
9090

9191
class TokenAdminPagedSessionTokens(Model):
9292
"""
93-
A paginatated list of session tokens. Session tokens correspond to OAuth credentials such as personal access tokens (PATs) and other OAuth authorizations.
93+
A paginated list of session tokens. Session tokens correspond to OAuth credentials such as personal access tokens (PATs) and other OAuth authorizations.
9494
9595
:param continuation_token: The continuation token that can be used to retrieve the next page of session tokens, or <code>null</code> if there is no next page.
9696
:type continuation_token: str
@@ -130,9 +130,9 @@ class TokenAdminRevocationRule(Model):
130130
"""
131131
A rule which is applied to disable any incoming delegated authorization which matches the given properties.
132132
133-
:param created_before: A datetime cutoff. Tokens created before this time will be rejected. This is an optional paramter. If omitted, defaults to the time at which the rule was created.
133+
:param created_before: A datetime cutoff. Tokens created before this time will be rejected. This is an optional parameter. If omitted, defaults to the time at which the rule was created.
134134
:type created_before: datetime
135-
:param scopes: A string containing a space-delimited list of OAuth scopes. A token matching any one of the scopes will be rejected. For a list of all OAuth scopes supported by VSTS, see: https://docs.microsoft.com/en-us/vsts/integrate/get-started/authentication/oauth?view=vsts#scopes. This is a mandatory parameter.
135+
:param scopes: A string containing a space-delimited list of OAuth scopes. A token matching any one of the scopes will be rejected. For a list of all OAuth scopes supported by Azure DevOps, see: https://docs.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/oauth?view=azure-devops#scopes This is a mandatory parameter.
136136
:type scopes: str
137137
"""
138138

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self, audience=None, authorization_ids=None):
109109

110110
class TokenAdminPagedSessionTokens(Model):
111111
"""
112-
A paginatated list of session tokens. Session tokens correspond to OAuth credentials such as personal access tokens (PATs) and other OAuth authorizations.
112+
A paginated list of session tokens. Session tokens correspond to OAuth credentials such as personal access tokens (PATs) and other OAuth authorizations.
113113
114114
:param continuation_token: The continuation token that can be used to retrieve the next page of session tokens, or <code>null</code> if there is no next page.
115115
:type continuation_token: str

0 commit comments

Comments
 (0)