-
Notifications
You must be signed in to change notification settings - Fork 95
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(user_groups): API client code to create, update and delete users and groups #981
Conversation
aca8f98
to
78bcc46
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #981 +/- ##
==========================================
+ Coverage 37.33% 37.51% +0.17%
==========================================
Files 83 86 +3
Lines 5373 5566 +193
==========================================
+ Hits 2006 2088 +82
- Misses 3217 3322 +105
- Partials 150 156 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2e4cca7
to
d96860f
Compare
Important commit to refer to in future. Line 108 |
2c547c1
to
7907c0b
Compare
Things to do -
|
f09cdd4
to
ca20407
Compare
Closing this PR, since this functionality has already been implemented (and the changes in this PR have been integrated elsewhere). |
pk/NR-76861
, is required by newrelic/terraform-provider-newrelic#2227 (pk/NR-76866
) interraform-provider-newrelic
Summary
This PR adds queries, mutations and associated code via Tutone to
Create, update and delete users
Create, update and delete groups
Fetch an authentication domain by its ID (get)
Linked Jira Tickets
https://new-relic.atlassian.net/browse/NR-76855 (Users and Groups)
https://new-relic.atlassian.net/browse/NR-76861 (Authentication Domains)