-
Notifications
You must be signed in to change notification settings - Fork 33
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
Validate network security group resource #271
Labels
enhancement
New feature or request
Comments
Hey, @goncalo-rodrigues please assign this to me, starting working on this now. |
szymonnogiec
added a commit
to szymonnogiec/multy
that referenced
this issue
Jul 25, 2022
- check that name matches azure's restrictions - check security rules have a valid port range - check that rules cidr block is valid - check that rules protocol is valid - refactor and create separate type for range validation: port range and priority
szymonnogiec
added a commit
to szymonnogiec/multy
that referenced
this issue
Jul 26, 2022
- check that name matches azure's restrictions - check security rules have a valid port range - check that rules cidr block is valid - check that rules protocol is valid - refactor and create separate type for range validation: port range and priority
goncalo-rodrigues
pushed a commit
that referenced
this issue
Jul 26, 2022
- check that name matches azure's restrictions - check security rules have a valid port range - check that rules cidr block is valid - check that rules protocol is valid - refactor and create separate type for range validation: port range and priority
@goncalo-rodrigues This can be closed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: