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

Replace go-autorest MS Graph client with msgraph-sdk-go #169

Merged
merged 20 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b3f6d78
replace go-autorest MS Graph client with msgraph-sdk-go
vinay-gopalan Oct 30, 2023
3979612
add new msgraph sdk mocks for testing
vinay-gopalan Oct 30, 2023
6c18515
fix failing test for static sp read
vinay-gopalan Oct 30, 2023
e4477ba
handle error status code while unassigning roles
vinay-gopalan Oct 30, 2023
ed5cba8
simulate context deadline error in WAL cleanup test
vinay-gopalan Oct 31, 2023
13778ae
define internal types and do not rely on MSGraph SDK types
vinay-gopalan Nov 1, 2023
86d2276
respond to feedback
vinay-gopalan Nov 2, 2023
7a654b7
update to armauthorization/v2
vinay-gopalan Nov 10, 2023
359ed8f
use internal types for service principal methods
vinay-gopalan Nov 10, 2023
457c916
add empty response case for assigning roles
vinay-gopalan Nov 10, 2023
a66c4b1
Merge branch 'main' into VAULT-11806/msgraph-sdk-upgrade
vinay-gopalan Nov 13, 2023
e2ce61b
go mod tidy
austingebauer Nov 13, 2023
a653eb0
Merge branch 'VAULT-11806/msgraph-sdk-upgrade' of github.com:hashicor…
vinay-gopalan Nov 13, 2023
5551bb2
add wrappers to perform nil checks on MSGraph responses
vinay-gopalan Nov 13, 2023
f8f6f35
run go mod tidy
vinay-gopalan Nov 13, 2023
1a65c04
fix assert helper to not fail if resource does not exist
vinay-gopalan Nov 13, 2023
161616d
responding to feedback
vinay-gopalan Nov 14, 2023
9a88c68
ensure group response from msgraph is non-nil
vinay-gopalan Nov 14, 2023
8f3888d
fix wrong ID usage in rotate root
vinay-gopalan Nov 14, 2023
e6348ad
remove settings from provider struct
vinay-gopalan Nov 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions api/api.go

This file was deleted.

Loading