-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
App Service / Function Apps: support for updating #1125
Conversation
``` $ acctests azurerm TestAccAzureRMAppService_tagsUpdate === RUN TestAccAzureRMAppService_tagsUpdate --- FAIL: TestAccAzureRMAppService_tagsUpdate (109.41s) testing.go:513: Step 1 error: Check failed: Check 2/4 error: azurerm_app_service.test: Attribute 'tags.%' expected "2", got "1" FAIL exit status 1 FAIL github.com/terraform-providers/terraform-provider-azurerm/azurerm 109.444s ```
``` $ acctests azurerm TestAccAzureRMAppService_tagsUpdate === RUN TestAccAzureRMAppService_tagsUpdate --- PASS: TestAccAzureRMAppService_tagsUpdate (144.13s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm 144.156s ```
62b4ef9
to
8ba7886
Compare
WIP as I'm fixing an issue with the Function App tests |
Fixes #359 |
``` $ acctests azurerm TestAccAzureRMFunctionApp_siteConfigMulti === RUN TestAccAzureRMFunctionApp_siteConfigMulti --- PASS: TestAccAzureRMFunctionApp_siteConfigMulti (225.65s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm 225.693s ```
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.
LGTM
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
As part of SDKv15 it appears that Update support is now working; as such I've removed the
ForceNew
from the App Service / Function App resources.We can verify this works as the update tests fail prior to the Update method being implemented:
which subsequently pass: