-
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
Resolve 4.0 TODOs Kusto #28530
base: main
Are you sure you want to change the base?
Resolve 4.0 TODOs Kusto #28530
Conversation
…r-azurerm into wyatt/todos-4-0-kusto
…r-azurerm into wyatt/todos-4-0-kusto
…r-azurerm into wyatt/todos-4-0-kusto
TeamCity Tests deletes are timing out, OK otherwise |
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.
Hey @wyattfry, these changes are nearly there. Just missed imports being off and we'll need to remove ForceNew from one of the deprecated attributes.
internal/services/kusto/kusto_attached_database_configuration_resource_test.go
Outdated
Show resolved
Hide resolved
Type: pluginsdk.TypeString, | ||
Optional: true, | ||
Computed: true, | ||
ForceNew: true, |
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.
Similar to what Steph said here, we'll have to remove ForceNew
here as well for when people move from cluster_resource_id
to cluster_id
as cluster_resource_id
will have to be removed which will cause ForceNew
to trigger
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.
ah i see, thanks!
…r-azurerm into wyatt/todos-4-0-kusto
…r-azurerm into wyatt/todos-4-0-kusto
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.
Hey @wyattfry, looks good but that pesky new line is still in one of the import blocks
internal/services/kusto/kusto_attached_database_configuration_resource_test.go
Outdated
Show resolved
Hide resolved
…r-azurerm into wyatt/todos-4-0-kusto
Co-authored-by: Matthew Frahry <[email protected]>
…terraform-provider-azurerm into wyatt/todos-4-0-kusto
Community Note
Description
Rename old attributes for
azurerm_kusto_attached_database_configuration
andazurerm_kusto_eventgrid_data_connection
resourcesPR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
5.0 Mode
4.0 Mode
Image Forthcoming
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_kusto_attached_database_configuration
- replacecluster_resource_id
withcluster_id
[Resolve 4.0 TODOs Kusto #28530]azurerm_kusto_eventgrid_data_connection
- replaceeventgrid_resource_id
witheventgrid_event_subscription_id
andmanaged_identity_resource_id
withmanaged_identity_id
[Resolve 4.0 TODOs Kusto #28530]This is a (please select all that apply):
Related Issue(s)
Fixes (private issue)
Note
If this PR changes meaningfully during the course of review please update the title and description as required.