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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,19 @@ We recommend that you use [Visual Studio Code](https://docs.microsoft.com/dotnet
48
48
49
49
- New features must have unit tests and supporting documentation in order to be accepted.
50
50
51
-
- To run your tests locally you need to add the path to the module directory `<your_path>\azure-powershell-migration\powershell-module` to the environment variable `$env:PSModulePath`.
51
+
- Execute tests
52
+
```
53
+
# add the path to the module directory to the environment variable
Copy file name to clipboardExpand all lines: powershell-module/Az.Tools.Migration/Functions/Public/Invoke-AzUpgradeModulePlan.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ function Invoke-AzUpgradeModulePlan
23
23
The following example invokes the upgrade plan for a PowerShell module named "myModule" and saves the updated file contents into new files (leaving original files unmodified).
24
24
25
25
# step 1: generate a plan and save it to a variable.
0 commit comments