-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use Terraform Plugin SDK to Reconcile MRs #86
Conversation
/test-examples="examples/applications/application.yaml" |
/test-examples="examples/applications/application.yaml" |
1 similar comment
/test-examples="examples/applications/application.yaml" |
/test-examples="examples/applications/application.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6956561752 |
/test-examples="examples/administrativeunits/unit.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6956752851 |
/test-examples="examples/app/roleassignment.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6956764796 |
/test-examples="examples/applications/certificate.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6956772090 |
/test-examples="examples/applications/federatedidentitycredential.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6957674363 |
/test-examples="examples/applications/password.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6957683486 |
/test-examples="examples/applications/preauthorized.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6957690956 |
/test-examples="examples/conditionalaccess/location.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6965997159 |
/test-examples="examples/conditionalaccess/accesspolicy.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966020106 |
/test-examples="examples/directoryroles/customdirectoryrole.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966039641 |
/test-examples="examples/directoryroles/role.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966040449 |
/test-examples="examples/directoryroles/roleassignment.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966041347 |
/test-examples="examples/groups/member.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966054928 |
/test-examples="examples/policies/claimsmappingpolicy.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966150645 |
/test-examples="examples/serviceprincipaldelegated/permissiongrant.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966168432 |
/test-examples="examples/serviceprincipals/password.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966189260 |
/test-examples="examples/serviceprincipals/principal.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966199602 |
/test-examples="examples/serviceprincipals/certificate.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966201847 |
/test-examples="examples/serviceprincipals/claimsmappingpolicyassignment.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966204746 |
/test-examples="examples/serviceprincipals/tokensigningcertificate.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966215562 |
/test-examples="examples/synchronization/job.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966228585 |
/test-examples="examples/synchronization/secret.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966233178 |
/test-examples="examples/users/user.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/6966237612 |
/test-examples="examples/groups/group.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/7017577940 |
The external-name configuration for the untested |
- Bump upjet to v1.0.0 Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
d002e1b
to
5ed2447
Compare
/test-examples="examples/applications/application.yaml" |
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.
Thank you @ulucinar, LGTM.
Description of your changes
This PR employs the
controller.noForkExternal
&controller.noForkAsyncExternal
external clients from upjet to reconcile MRs without forking any Terraform CLI or Terraform provider processes.Some more details on these clients can be found here.
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Successful runes of the resources tested with Uptest have been added to the comments below.
Manual tests:
Member.administrativeunits
Invitation.invitations
Administrator-level permissions are required to test this resource. As far as I understand, I cannot test this resource due to changes made in the organization. But I get the same error in the Azure console as I get in the terminal.