Skip to content

Commit b236c5c

Browse files
author
Maddie Clayton
authored
Update azure-powershell-developer-guide.md
1 parent dc4027b commit b236c5c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

documentation/development-docs/azure-powershell-developer-guide.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Azure PowerShell Developer Guide was created to help with the development an
4040
- [After Development](#after-development)
4141
- [Misc](#misc)
4242
- [Publish to PowerShell Gallery](#publish-to-powershell-gallery)
43-
- [AsJob Parameters](#asjob-parameters)
43+
- [AsJob Parameter](#asjob-parameter)
4444
- [Argument Completers](#argument-completers)
4545
- [Resource Group Completer](#resource-group-completers)
4646
- [Location Completer](#location-completer)
@@ -52,8 +52,6 @@ The following prerequisites should be completed before contributing to the Azure
5252

5353
- Install [Visual Studio 2015](https://www.visualstudio.com/downloads/)
5454
- Install the latest version of [Git](https://git-scm.com/downloads)
55-
- Install the latest version of [WiX](http://wixtoolset.org/releases/)
56-
- After installation, ensure that the path to "WiX Toolset\bin" has been added to your `PATH` environment variable
5755
- Install the [`platyPS` module](https://github.com/Azure/azure-powershell/blob/preview/documentation/development-docs/help-generation.md#installing-platyps)
5856
- Set the PowerShell [execution policy](https://technet.microsoft.com/en-us/library/ee176961.aspx) to **Unrestricted** for the following versions of PowerShell:
5957
- `C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe`
@@ -116,8 +114,6 @@ By default, we build the `dll-Help.xml` files (used to display the help content
116114
msbuild build.proj /p:SkipHelp=true
117115
```
118116

119-
_Note_: when [updating the installer](#updating-the-installer), you **should not** skip the help generation step, as it removes the `dll-Help.xml` files from the wxi file.
120-
121117
## Running Tests
122118

123119
With the same terminal open from the previous section, run the cmdlet `Invoke-CheckinTests` to run all of the tests in the project
@@ -142,10 +138,9 @@ Before development, you must meet with the Azure PowerShell team to have a desig
142138

143139
Before submitting a design review, please be sure that you have read the [Azure PowerShell Design Guidelines](./azure-powershell-design-guidelines.md) document.
144140

145-
Please email the **azdevxpsdr** alias to set up this review and include the following information:
146-
- Short description of the top-level scenarios
147-
- Proposed cmdlet syntax
148-
- Sample output of cmdlets
141+
Please submit a design review here: https://github.com/Azure/azure-powershell-cmdlet-review-pr
142+
143+
_Note_: You will need to be part of the GitHub Azure org to see this repository. Please go to [this link](aka.ms/azuregithub) to become part of the Azure org.
149144

150145
We recommend using the `platyPS` module to easily generate markdown files that contains the above information and including the files in the email.
151146

0 commit comments

Comments
 (0)