-
Notifications
You must be signed in to change notification settings - Fork 4k
BGP Route APIs #3614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BGP Route APIs #3614
Conversation
@lamchester There are conflicts, please fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lamchester one comment about the test provided
.SYNOPSIS | ||
Virtual network gateway BGP route API test | ||
#> | ||
function Test-VirtualNetworkGatewayBgpRouteApi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lamchester are there any asserts needed to check the output of a given cmdlet in this test? It looks like it relies entirely on the cmdlets not throwing when executed; we want to make sure the output of the cmdlets are items that we expect and aren't just random.
LGTM |
Description
This checklist is used to make sure that common guidelines for a pull request are followed. You can find a more complete discussion of PowerShell cmdlet best practices here.
General Guidelines
Testing Guidelines
Cmdlet Signature Guidelines
ShouldProcess
and haveSupportShouldProcess=true
specified in the cmdlet attribute. You can find more information onShouldProcess
here.OutputType
attribute if any output is produced - if the cmdlet produces no output, it should implement aPassThru
parameter.Cmdlet Parameter Guidelines