-
Notifications
You must be signed in to change notification settings - Fork 61
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
feat (IAM Access Groups): Add support for access group templates #266
Conversation
45c5ec8
to
5fddbe7
Compare
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.
Please fix the issues I mentioned!
To fix the builds you have to re-add the test imports and to fix the style issues you should run go fmt iamaccessgroupsv2/*.go
. That will probably solve most of the code style related problems.
. "github.com/onsi/ginkgo" | ||
. "github.com/onsi/gomega" |
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.
Why these have been removed? As you can see the builds failed due these missing dependencies.
5fddbe7
to
7c0e2d0
Compare
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
|
||
getTemplateVersionOptions := iamAccessGroupsService.NewGetTemplateVersionOptions( | ||
testTemplateId, | ||
"2", |
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.
In terms of this being an example for users to follow, would it be better to use a variable here that is simply assigned the value "2"
"2", | |
testTemplateVersion, |
}) | ||
It(`GetTemplateVersion request example 2`, func() { | ||
fmt.Println("\nGetTemplateVersion() result:") | ||
// begin-get_template_version |
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.
You cannot have >1 request example per operation.
9b2e4e1
to
7c0e2d0
Compare
6443f63
to
2d7dcb5
Compare
Signed-off-by: HARI K ARLA <[email protected]>
2d7dcb5
to
fdb85ee
Compare
Signed-off-by: HARI K ARLA <[email protected]>
# [0.44.0](v0.43.0...v0.44.0) (2023-08-12) ### Features * **IAM Access Groups:** add support for access group templates ([#266](#266)) ([afe6400](afe6400))
PR summary
PR Checklist
Please make sure that your PR fulfills the following requirements:
Current vs new behavior
SDK adopters will be able to call access group template and assignment APIs.
Does this PR introduce a breaking change?
Other information
API Definition
Stage
Production
Tests:
Example Tests:
Integration Tests: