Add support for AadApplication and SharepointOnline in resource azuread_access_package_resource_package_association - #1627
Add support for AadApplication and SharepointOnline in resource azuread_access_package_resource_package_association#1627jsfr wants to merge 4 commits into
azuread_access_package_resource_package_association#1627Conversation
azuread_access_package_resource_package_association
|
What is missing for this to receive a review? I'd love to move forward with it, and I'm happy to do the work that might be necessary :D |
|
Have encountered this exact issue now and would love to see this implemented. We're trying to add an application resource to the access package but have to do this manually for about 50 or so access packages. |
|
Please review - need to be able to create applications and sharepoint sites to our access packages |
|
@jsfr @jackofallops any updates on this? |
|
@LaurentCusimano It is :( I gave up on this PR after getting absolutely no feedback on it for months. |
|
@LaurentCusimano and others I'm giving it another go here #1782 please upvote and help with poking the maintainers. |
Community Note
Description
The previous work to implement adding resources to access packages only supported groups (though this isn't mentioned anywhere).
The change to allow both applications and Sharepoint Online though aren't massive, and largely require allowing different IDs as the origin ID.
This PR aims to allow for these two as well, by allowing the
access_typeto also be a UUID (ID format for app roles) or a URL (seemingly the ID for Sharepoint Online).Currently, this is a breaking change as it changes the
access_typeto be required. If we really want this could be avoided, but would mean we keep it defaulting to a value of "Member" which only makes sense for groups.PR Checklist
I have followed the guidelines in our Contributing Documentation.For example: “
resource_name_here- description of change e.g. adding propertynew_property_name_here”Changes to existing Resource / Data Source
(For changes that include a state migration only). I have manually tested the migration path between relevant versions of the provider.Testing
My submission includes Test coverage as described in the Contribution Guide and the tests pass. (if this is not possible for any reason, please include details of why you did or could not add test coverage)Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
Resources changed
azuread_access_package_resource_package_association- support for Applications and SharePointOnline, change fieldaccess_typeto be required and accept UUIDs and URLs.This is a (please select all that apply):
Related Issue(s)
Fixes #1066