Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"sdk/cognitiveservices/azure-cognitiveservices-search-visualsearch/**",
"sdk/communication/azure-communication-networktraversal/**",
"sdk/communication/azure-communication-chat/**",
"sdk/communication/azure-communication-identity/**",
"sdk/communication/azure-communication-phonenumbers/**",
"sdk/communication/azure-communication-sms/**",
"sdk/confidentialledger/azure-confidentialledger/**",
Expand Down Expand Up @@ -153,6 +152,7 @@
"fqdns",
"fstat",
"gbps",
"GCCH",
"graphrbac",
"guids",
"hanaonazure",
Expand Down Expand Up @@ -323,6 +323,16 @@
"verfasst",
"engelska"
]
},
{
"filename": "sdk/communication/azure-communication-identity/tests/*.py",
"words": [
"XVCJ",
"Njgw",
"FNNHHJT",
"Zwiz",
"nypg"
]
}
],
"allowCompoundWords": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CommunicationIdentifierKind(with_metaclass(CaseInsensitiveEnumMeta, str, E


class CommunicationCloudEnvironment(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""The cloud enviornment that the identifier belongs to"""
"""The cloud environment that the identifier belongs to"""

PUBLIC = "PUBLIC"
DOD = "DOD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CommunicationIdentifierKind(with_metaclass(CaseInsensitiveEnumMeta, str, E


class CommunicationCloudEnvironment(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""The cloud enviornment that the identifier belongs to"""
"""The cloud environment that the identifier belongs to"""

PUBLIC = "PUBLIC"
DOD = "DOD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_communicationtokencredential_token_expired_refresh_called(self):
self.assertEqual(access_token, self.sample_token)


def test_communicationtokencredential_token_expired_refresh_called_asnecessary(self):
def test_communicationtokencredential_token_expired_refresh_called_as_necessary(self):
refresher = MagicMock(return_value=create_access_token(self.expired_token))
refresh_options = CommunicationTokenRefreshOptions(self.expired_token, refresher)
credential = CommunicationTokenCredential(refresh_options)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CommunicationIdentifierKind(with_metaclass(CaseInsensitiveEnumMeta, str, E


class CommunicationCloudEnvironment(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""The cloud enviornment that the identifier belongs to"""
"""The cloud environment that the identifier belongs to"""

PUBLIC = "PUBLIC"
DOD = "DOD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CommunicationIdentifierKind(with_metaclass(CaseInsensitiveEnumMeta, str, E


class CommunicationCloudEnvironment(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""The cloud enviornment that the identifier belongs to"""
"""The cloud environment that the identifier belongs to"""

PUBLIC = "PUBLIC"
DOD = "DOD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CommunicationIdentifierKind(with_metaclass(CaseInsensitiveEnumMeta, str, E


class CommunicationCloudEnvironment(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
"""The cloud enviornment that the identifier belongs to"""
"""The cloud environment that the identifier belongs to"""

PUBLIC = "PUBLIC"
DOD = "DOD"
Expand Down