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
corrected use of PSModulePath casing to be consistent with Windows PowerShell (PowerShell#3255)
* corrected use of PSModulePath casing to be consistent with Windows PowerShell
addresses PowerShell#3227
* addressing review feedback
make "PSModulePath" into const
fixed some test workarounds due to failures for external reasons that wasn't meant to be checked in
* addressing review feedback
make "PSModulePath" into const
fixed some test workarounds due to failures for external reasons that wasn't meant to be checked in
Copy file name to clipboardExpand all lines: demos/Azure/Azure-Demo.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
###
11
11
### Install-Package -Name AzureRM.NetCore.Preview -Source https://www.powershellgallery.com/api/v2 -ProviderName NuGet -ExcludeVersion -Destination <Folder you want this to be installed>
12
12
###
13
-
### Ensure $env:PSMODULEPATH is updated with the location you used to install.
13
+
### Ensure $env:PSModulePath is updated with the location you used to install.
0 commit comments