aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
236 stars 78 forks source link

Adding missing parameters in web docs #95

Closed matteo-prosperi closed 4 years ago

matteo-prosperi commented 4 years ago

Adding missing parameters in web docs.

Version 4 of AWS Tools for PowerShell doesn't employ dynamic parameters anymore. Common parameters are properties of the base classes of cmdlet classes. I am changing the code to discover parameters in base classes. Also I am now using the discovered parameters for documentation instead of having a section of pre-written documentation merged into every page.

matteo-prosperi commented 4 years ago

Merging offline