Skip to content
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

[Resource] Network Security Group Rule #159

Closed
wants to merge 26 commits into from
Closed

[Resource] Network Security Group Rule #159

wants to merge 26 commits into from

Conversation

ismirlia
Copy link
Collaborator

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Copy link
Collaborator

@michaelkad michaelkad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title is correct, should be Rule instead of Member.

@ismirlia ismirlia changed the title [Resource] Network Security Group Member [Resource] Network Security Group Rule Aug 20, 2024
@ismirlia ismirlia marked this pull request as ready for review September 6, 2024 16:41
@ismirlia
Copy link
Collaborator Author

ismirlia commented Sep 9, 2024

Unit test results:

--- PASS: TestAccIBMPINetworkSecurityGroupRuleBasic (31.59s)
PASS

--- PASS: TestAccIBMPINetworkSecurityGroupRuleTCP (34.92s)
PASS

--- PASS: TestAccIBMPINetworkSecurityGroupRuleRemove (22.49s)
PASS

Copy link
Collaborator

@michaelkad michaelkad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few changes

ibm/flex/structures.go Outdated Show resolved Hide resolved
ibm/service/power/ibm_pi_constants.go Outdated Show resolved Hide resolved
ibm/service/power/resource_ibm_pi_instance.go Outdated Show resolved Hide resolved
ibm/service/power/ibm_pi_constants.go Outdated Show resolved Hide resolved
ibm/service/power/ibm_pi_constants.go Outdated Show resolved Hide resolved
maximum = 19500
}
pi_protocol {
icmp_types = []
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This argument needs to be updated everywhere it is present in the documentation, including no longer having to provide an empty array.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@ismirlia
Copy link
Collaborator Author

Closing as #157 has incorporated my changes.

@ismirlia ismirlia closed this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants