You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($null-eq$PrivateData-or$null-eq$PrivateData['DurableClient']) {
17
-
throw"No binding of the type 'durableClient' was defined."
18
+
throw"Could not find `DurableClient` private data. This can occur when you have not set application setting 'ExternalDurablePowerShellSDK' to 'true' or if you're using a DurableClient CmdLet but have no DurableClient binding declared in `function.json`."
0 commit comments