-
Notifications
You must be signed in to change notification settings - Fork 42
feat(Context-Based Restrictions): add service group support to Operations #219
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
Conversation
Signed-off-by: Dylan <[email protected]>
Signed-off-by: Dylan <[email protected]>
Signed-off-by: Dylan <[email protected]>
Signed-off-by: Dylan <[email protected]>
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.
One comment to not undo items needed for example generation.
account_id = None | ||
service_name = None | ||
vpc_crn = None | ||
zone_id = None | ||
zone_rev = None | ||
rule_id = None | ||
rule_rev = None |
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.
I don't think we want to remove these values. You'll need them for the example regeneration. This applies to basically every change in this file.
Signed-off-by: Dylan <[email protected]>
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.
LGTM
@JonahFarc Dylan, looks like there were lint errors in the Travis build. Please run |
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 except for the lint error :)
Signed-off-by: Dylan <[email protected]>
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.
LGTM
# [0.43.0](v0.42.0...v0.43.0) (2023-09-15) ### Features * **Context-Based Restrictions:** add service group support to operations ([#219](#219)) ([8b666db](8b666db))
🎉 This PR is included in version 0.43.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR summary
Adds service group support to operations
PR Checklist
Please make sure that your PR fulfills the following requirements:
Current vs new behavior
service_name parameter can now be replaced with the service group parameter.
Does this PR introduce a breaking change?