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
238 stars 79 forks source link

Web Help should report mandatory parameters #43

Closed matteo-prosperi closed 4 years ago

matteo-prosperi commented 5 years ago

Provide a general summary of the issue in the Title above.

Expected Behavior

Web Help should report mandatory parameters

Current Behavior

All parameters are reported as Required = false

matteo-prosperi commented 5 years ago

The web API reference reports all parameters as not required. This is expected because AWSPowerShell doesn't enforce required parameters (not implemented for backward compatibility concerns).

Now that AWS.Tools marks parameters as mandatory, the web reference should be updated to mark such parameters as Required=true

matteo-prosperi commented 4 years ago

This feature is implemented in the masterV4 branch and it will be released as part of the "version 4" changes.