-
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
azurerm_signalr_service
- add http_request_logs_enabled
property
#21032
Conversation
@@ -600,16 +693,31 @@ func resourceArmSignalRServiceSchema() map[string]*pluginsdk.Schema { | |||
}, | |||
}, | |||
|
|||
"connectivity_logs_enabled": { | |||
Type: pluginsdk.TypeBool, | |||
"resource_logs": { |
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.
Rather than introducing a breaking change, we can instead make the new field http_request_logs_enabled
a top level field and remove this breaking change?
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.
Looks like we can remove the breaking change here by making the new field http_request_logs_enabled
a top-level field like the other two are today?
azurerm_signalr_service
- adding resource_logs
propertyazurerm_signalr_service
- adding http_request_logs_enabled
property
Thanks @tombuildsstuff for the comments, I was thinking about the same thing at the first place but turned to introduce the |
update acctest result: |
azurerm_signalr_service
- adding http_request_logs_enabled
propertyazurerm_signalr_service
- add http_request_logs_enabled
property
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 🍨
This functionality has been released in v3.51.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! |
Adding support for property
resource_logs
that was introduced in 2023-02-01 api version