-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Diagnostic Settings Create API Has Inconsistent Behavior On logAnalyticsDestinationType
for Certain Resource
#9281
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI. |
logAnalyticsDestinationType
for Certain ResourcelogAnalyticsDestinationType
for Certain Resource
Any progress on this here? In my terraform state is always stored empty string of logAnalyticsDestinationType = "" for resource type azurerm_monitor_diagnostic_setting. It results in the change on terraform plan each time it is run. using terraform 0.12.29 related problems/issues: hashicorp/terraform-provider-azurerm#6769 |
FYI |
@ArcturusZhang ping on this one? |
This issue will need service team's attention to resolve. |
Any updates here @ArcturusZhang? |
Any update on this? |
Is anyone even working on this module? |
Ping @akning-ms, can we priotirize this issue as it is keeping impacting users, for a long while. |
any updates on this issue? Still, the behavior is the same for some resources (for example: when setting up azurerm_monitor_diagnostic_setting setting using terraform) |
The field
logAnalyticsDestinationType
in the diagnostic setting Creation API is not consistent and have skew for certain resources.azure app service
), if the user calls diagnostic settings withlogAnalyticsDestinationType
set toDedicated
, the API returns successful, but the body of a followingGET
returns that field with null. Is it possible to raise an error if the resource doesn't support the specified destination type?azure API management
), if the user calls diagnostic settings withlogAnalyticsDestinationType
absent, the API returns successful, but the body of a followingGET
returns that field withAzureDiagnostics
, which is not documented. Is it possible to returnnil
as documented?Reference
The text was updated successfully, but these errors were encountered: