Skip to content

Commit 379cfd3

Browse files
authored
typo (#36062)
1 parent 2aba54e commit 379cfd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/eventgrid/azure-eventgrid/azure/eventgrid/_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474
self._publish = self._client.send # type:ignore[attr-defined]
7575
else:
7676
if isinstance(credential, AzureSasCredential):
77-
raise TypeError("SAS token authentication is not supported for the standard client.")
77+
raise TypeError("SAS token authentication is not supported for Event Grid Namespace.")
7878
super().__init__(
7979
endpoint=endpoint,
8080
credential=credential,

sdk/eventgrid/azure-eventgrid/azure/eventgrid/aio/_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(
7272
self._publish = self._client.send # type: ignore[attr-defined]
7373
else:
7474
if isinstance(credential, AzureSasCredential):
75-
raise TypeError("SAS token authentication is not supported for the standard client.")
75+
raise TypeError("SAS token authentication is not supported for Event Grid Namespace.")
7676

7777
super().__init__(
7878
endpoint=endpoint,

0 commit comments

Comments
 (0)