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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ We recommend that you use [Visual Studio Code](https://docs.microsoft.com/dotnet
41
41
42
42
### Writing code
43
43
44
-
> **IMPORTANT:** If you are writting code to submit a feature request, ensure that you have submited a feature request before and it has been accepted.
44
+
> **IMPORTANT:** If you are writing code to submit a feature request, ensure that you have submitted a feature request before and it has been accepted.
45
45
46
46
- Launch VSCode and open the `powershell-module` folder instead of each individual file.
47
47
Alternatively, from a prompt, navigate to `<your_path>\azure-powershell-migration\powershell-module` directory and type `code .`
@@ -56,7 +56,7 @@ We recommend that you use [Visual Studio Code](https://docs.microsoft.com/dotnet
56
56
57
57
Further reading:
58
58
59
-
-[Writting tests with Pester](https://pester.dev/docs/quick-start#creating-a-pester-test)
59
+
-[Writing tests with Pester](https://pester.dev/docs/quick-start#creating-a-pester-test)
60
60
-[Introduction to Pester](https://dev.to/omiossec/unit-testing-in-powershell-introduction-to-pester-1de7)
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