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: documentation/development-docs/azure-powershell-developer-guide.md
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The Azure PowerShell Developer Guide was created to help with the development an
40
40
-[After Development](#after-development)
41
41
-[Misc](#misc)
42
42
-[Publish to PowerShell Gallery](#publish-to-powershell-gallery)
43
-
-[AsJob Parameters](#asjob-parameters)
43
+
-[AsJob Parameter](#asjob-parameter)
44
44
-[Argument Completers](#argument-completers)
45
45
-[Resource Group Completer](#resource-group-completers)
46
46
-[Location Completer](#location-completer)
@@ -52,8 +52,6 @@ The following prerequisites should be completed before contributing to the Azure
52
52
53
53
- Install [Visual Studio 2015](https://www.visualstudio.com/downloads/)
54
54
- 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
57
55
- Install the [`platyPS` module](https://github.com/Azure/azure-powershell/blob/preview/documentation/development-docs/help-generation.md#installing-platyps)
58
56
- Set the PowerShell [execution policy](https://technet.microsoft.com/en-us/library/ee176961.aspx) to **Unrestricted** for the following versions of PowerShell:
@@ -116,8 +114,6 @@ By default, we build the `dll-Help.xml` files (used to display the help content
116
114
msbuild build.proj /p:SkipHelp=true
117
115
```
118
116
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
-
121
117
## Running Tests
122
118
123
119
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
142
138
143
139
Before submitting a design review, please be sure that you have read the [Azure PowerShell Design Guidelines](./azure-powershell-design-guidelines.md) document.
144
140
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.
149
144
150
145
We recommend using the `platyPS` module to easily generate markdown files that contains the above information and including the files in the email.
0 commit comments