Add dynamic references and fix group membership issues in Microsoft Graph function#2
Merged
Add dynamic references and fix group membership issues in Microsoft Graph function#2
Conversation
Signed-off-by: Yury Tsarev <yury@upbound.io>
workaround Signed-off-by: Yury Tsarev <yury@upbound.io>
Signed-off-by: Yury Tsarev <yury@upbound.io>
* Tests * Implementation * Examples Signed-off-by: Yury Tsarev <yury@upbound.io>
* Tests * Implementation * Examples Signed-off-by: Yury Tsarev <yury@upbound.io>
0ade4c6 to
ac5ad53
Compare
* Tests * Implementation * Examples Signed-off-by: Yury Tsarev <yury@upbound.io>
* Tests * Implementation * Examples Signed-off-by: Yury Tsarev <yury@upbound.io>
30bef97 to
66f94a2
Compare
Signed-off-by: Yury Tsarev <yury@upbound.io>
* Tests * Implementation * Examples Signed-off-by: Yury Tsarev <yury@upbound.io>
Signed-off-by: Yury Tsarev <yury@upbound.io>
stevendborrelli
approved these changes
Apr 30, 2025
| render.crossplane.io/runtime: Development | ||
| spec: | ||
| package: xpkg.upbound.io/upbound/function-msgraph:v0.1.0 | ||
| --- |
Member
Author
There was a problem hiding this comment.
thanks for the catch, amended 👍
Signed-off-by: Yury Tsarev <yury@upbound.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of your changes
Summary
Group Membership Fixes
the Microsoft Graph API
Dynamic Reference Capabilities
Added support for four new reference types:
These references allow users to dynamically source values from:
Code Improvements
Example Usage
All these improvements make the function more flexible and maintainable while fixing critical issues with group membership retrieval.
Testing
Both User and servicePrincipal group members are in the list 👍
Dynamic
usersRefvariations:Dynamic
groupRefvariations:Dynamic
groupsRefvariations:Dynamic
servicePrinicpalsRefvariations:specRef tests
All examples are documented and working as expected.
I have: