-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
add dynamic_container_enabled support for datafactory #15749
Conversation
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.
Thanks @brandonros - LGTM 👍
This functionality has been released in v3.1.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! |
@katbyte I believe this change may have broken │ Error: setting `azure_blob_storage_location` for Data Factory Delimited Text Dataset Invalid address to set: []string{"azure_blob_storage_location", "0", "dynamic_container_enabled"}
│
│ with module.fusion.module.df_ds_model_input_source.azurerm_data_factory_dataset_delimited_text.self,
│ on ../../../../delimited_text.tf line 1, in resource "azurerm_data_factory_dataset_delimited_text" "self":
│ 1: resource "azurerm_data_factory_dataset_delimited_text" "self" { Should a new issue be explicitly created? |
Let’s work together to try to roll forward instead of roll backward. Any guesses on how to fix? |
Oh, I'm fine with rolling forward, but I'm not entirely sure how to try fixing it. As in, I would be curious to add the needed arguments to the resources and the matching tests, but I don't yet know how/if I could use a local build in my code to prove to myself that that is the change that solved the problem. |
So I think the PR above fixes the issue, hopefully everywhere. I feel a little out of my depth. I'm definitely making best guesses on some of this. |
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. |
part of #15691