Skip to content

Commit e85c19e

Browse files
committed
simplify instruction to import external SDK
1 parent 8e0e103 commit e85c19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/PowerShellWorkerStrings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
<value>The external Durable Functions SDK is enabled but it cannot be used because it was not loaded onto the current PowerShell session. Please add `Import-Module -Name {0} -ErrorAction Stop` to your profile.ps1 so it may be used. Defaulting to built-in SDK.</value>
369369
</data>
370370
<data name="MultipleExternalSDKsInSession" xml:space="preserve">
371-
<value>Get-Module returned '{0}' instances of '{1}' in the PowerShell session, but only 1 or 0 are expected. This may create runtime errors. Please ensure your script only imports a single version of '{0}' in your profile.ps1; do not import '{0}' anywhere else in your code. The modules currently in session are:\n '{2}'.</value>
371+
<value>Get-Module returned '{0}' instances of '{1}' in the PowerShell session, but only 1 or 0 are expected. This may create runtime errors. Please ensure your script only imports a single version of '{0}' in your profile.ps1. The modules currently in session are:\n '{2}'.</value>
372372
</data>
373373
<data name="PotentialDurableSDKClash" xml:space="preserve">
374374
<value>The external Durable Functions SDK is not enabled but '{0}' has been imported to the PowerShell session. This may create runtime conflicts between the built-in and external Durable Functions CommandLets. If you mean to use the external Durable Functions SDK, please set the enviroment variable '{1}' to "true"</value>

0 commit comments

Comments
 (0)