File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/eventgrid/azure-eventgrid/azure/eventgrid Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments