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
I don't always agree with this either but being consistent helps discover the commands if we know they're always singular. Changing this early on will ensure that people don't have to change a bunch of scripts in the future.
The text was updated successfully, but these errors were encountered:
Once suggestion would be to change your cmdlets to follow best practices found here: https://docs.microsoft.com/en-us/powershell/scripting/developer/cmdlet/strongly-encouraged-development-guidelines?view=powershell-7.2 and make your nouns non-plural, so get-arubacxinterfaces should be get-arubacxinterface and so on.
I don't always agree with this either but being consistent helps discover the commands if we know they're always singular. Changing this early on will ensure that people don't have to change a bunch of scripts in the future.
The text was updated successfully, but these errors were encountered: