diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 5827f1c686ac..fe2c755cc029 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -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/**", @@ -153,6 +152,7 @@ "fqdns", "fstat", "gbps", + "GCCH", "graphrbac", "guids", "hanaonazure", @@ -323,6 +323,16 @@ "verfasst", "engelska" ] + }, + { + "filename": "sdk/communication/azure-communication-identity/tests/*.py", + "words": [ + "XVCJ", + "Njgw", + "FNNHHJT", + "Zwiz", + "nypg" + ] } ], "allowCompoundWords": true diff --git a/sdk/communication/azure-communication-chat/azure/communication/chat/_shared/models.py b/sdk/communication/azure-communication-chat/azure/communication/chat/_shared/models.py index 7820b25a7d1a..45aa585aed4d 100644 --- a/sdk/communication/azure-communication-chat/azure/communication/chat/_shared/models.py +++ b/sdk/communication/azure-communication-chat/azure/communication/chat/_shared/models.py @@ -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" diff --git a/sdk/communication/azure-communication-identity/azure/communication/identity/_shared/models.py b/sdk/communication/azure-communication-identity/azure/communication/identity/_shared/models.py index 7820b25a7d1a..45aa585aed4d 100644 --- a/sdk/communication/azure-communication-identity/azure/communication/identity/_shared/models.py +++ b/sdk/communication/azure-communication-identity/azure/communication/identity/_shared/models.py @@ -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" diff --git a/sdk/communication/azure-communication-identity/tests/user_credential_tests.py b/sdk/communication/azure-communication-identity/tests/user_credential_tests.py index dddacc8784af..ec461402d09a 100644 --- a/sdk/communication/azure-communication-identity/tests/user_credential_tests.py +++ b/sdk/communication/azure-communication-identity/tests/user_credential_tests.py @@ -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) diff --git a/sdk/communication/azure-communication-networktraversal/azure/communication/networktraversal/_shared/models.py b/sdk/communication/azure-communication-networktraversal/azure/communication/networktraversal/_shared/models.py index 7820b25a7d1a..45aa585aed4d 100644 --- a/sdk/communication/azure-communication-networktraversal/azure/communication/networktraversal/_shared/models.py +++ b/sdk/communication/azure-communication-networktraversal/azure/communication/networktraversal/_shared/models.py @@ -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" diff --git a/sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_shared/models.py b/sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_shared/models.py index 7820b25a7d1a..45aa585aed4d 100644 --- a/sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_shared/models.py +++ b/sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_shared/models.py @@ -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" diff --git a/sdk/communication/azure-communication-sms/azure/communication/sms/_shared/models.py b/sdk/communication/azure-communication-sms/azure/communication/sms/_shared/models.py index 7820b25a7d1a..45aa585aed4d 100644 --- a/sdk/communication/azure-communication-sms/azure/communication/sms/_shared/models.py +++ b/sdk/communication/azure-communication-sms/azure/communication/sms/_shared/models.py @@ -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"