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: tools/README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,8 @@ This folder contains the utilities for Azure PowerShell.
22
22
23
23
**GenerateExternalContributors.ps1** generates the list of external contributors which is appended as part of release notes. It needs personal access token of Github with sufficient permission.
24
24
25
-
**GenerateCmdletDesignMarkdown.ps1** generates the cmdlet signatures for review.
25
+
**GenerateCmdletDesignMarkdown.ps1** generates the cmdlet signatures for review. The content bases on generated cmdlet reference docs in markdown under docs folder. You can try below code from the root folder of your module after reference doc is generated.
0 commit comments