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

azurerm_app_service - support for the acr_use_managed_identity_creds and acr_user_managed_identity_id properties #12745

Merged
merged 7 commits into from
Aug 5, 2021

Conversation

mozts2005
Copy link
Contributor

@mozts2005 mozts2005 commented Jul 26, 2021

Fixes #12277
Fixes #7491
Fixes #9962

I have opened this as an updated version of pr #12399 to make the history clean.

Depends on #12635 which has been merged.

@mozts2005
Copy link
Contributor Author

mozts2005 commented Jul 26, 2021

@haraldatbmw the app_service_slot_resource does not need an update directly as it shares the siteConfig mapping with the app_service_resource.

@mozts2005
Copy link
Contributor Author

@jackofallops This PR ready for testing.

Copy link
Member

@jackofallops jackofallops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mozts2005 - Thanks for this PR (and reworking it from the older one). I've left some comments inline below.
Also, can you add an acceptance test that confirms this is set as expected?

Thanks!

azurerm/internal/services/web/app_service.go Outdated Show resolved Hide resolved
azurerm/internal/services/web/app_service.go Outdated Show resolved Hide resolved
azurerm/internal/services/web/app_service.go Outdated Show resolved Hide resolved
website/docs/d/app_service.html.markdown Outdated Show resolved Hide resolved
website/docs/r/app_service.html.markdown Outdated Show resolved Hide resolved
website/docs/r/app_service_slot.html.markdown Outdated Show resolved Hide resolved
@mozts2005
Copy link
Contributor Author

mozts2005 commented Jul 29, 2021

@jackofallops I have added acceptance tests and found a bug in the app_service_resource. Please review.

@mozts2005
Copy link
Contributor Author

the bug I found I think will fix issues #7491 and #9962

Copy link
Member

@jackofallops jackofallops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mozts2005 - Apologies for the delay in getting back to this review. I've left some comments / changes below. If those can be addressed, I'll get this through the test suite and we should be good to merge.
Thanks!

azurerm/internal/services/web/app_service.go Outdated Show resolved Hide resolved
azurerm/internal/services/web/app_service_resource_test.go Outdated Show resolved Hide resolved
azurerm/internal/services/web/app_service_resource_test.go Outdated Show resolved Hide resolved
azurerm/internal/services/web/app_service_resource_test.go Outdated Show resolved Hide resolved
azurerm/internal/services/web/app_service.go Outdated Show resolved Hide resolved
azurerm/internal/services/web/app_service.go Outdated Show resolved Hide resolved
azurerm/internal/services/web/app_service.go Outdated Show resolved Hide resolved
website/docs/r/app_service.html.markdown Outdated Show resolved Hide resolved
website/docs/r/app_service_slot.html.markdown Outdated Show resolved Hide resolved
@mozts2005
Copy link
Contributor Author

mozts2005 commented Aug 3, 2021

@jackofallops I have some questions about your review. Thanks for your help.

mozts2005 and others added 6 commits August 4, 2021 09:57
Co-authored-by: Steve <11830746+jackofallops@users.noreply.github.com>
Co-authored-by: Steve <11830746+jackofallops@users.noreply.github.com>
Copy link
Member

@jackofallops jackofallops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mozts2005 - Thanks for the changes, this LGTM now 👍

@jackofallops
Copy link
Member

Related tests looking good:

image

@jackofallops jackofallops merged commit be3725f into hashicorp:master Aug 5, 2021
jackofallops added a commit that referenced this pull request Aug 5, 2021
@jackofallops jackofallops added this to the v2.71.0 milestone Aug 5, 2021
@github-actions
Copy link

github-actions bot commented Aug 6, 2021

This functionality has been released in v2.71.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented Sep 6, 2021

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2021
@mozts2005 mozts2005 deleted the issue_12277_v2 branch June 2, 2022 18:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.