-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Fixed SNAT private ranges IP validation bug #18857
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
Fixed SNAT private ranges IP validation bug #18857
Conversation
BethanyZhou
left a comment
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.
Looks good to me
| $vnetName = Get-ResourceName | ||
| $privateRange2 = @("IANAPrivateRanges", "0.0.0.0/0", "66.92.0.0/16") | ||
| $privateRange1 = @("3.3.0.0/24", "98.0.0.0/8") | ||
| $privateRange1 = @("3.3.0.0/24", "98.0.0.0/8","10.227.16.0/20") |
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.
The value of $privateRange1 changes, these two test cases need to re-record.
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.
@BethanyZhou updated session records.
BethanyZhou
left a comment
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.
Others look good to me
|
/azp run azure-powershell - security-tools |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added