Skip to content

Commit

Permalink
Update CHANGELOG.md to include #2611
Browse files Browse the repository at this point in the history
Fix the documentation issue for  in application_insight.
  • Loading branch information
katbyte authored and metacpp committed Jan 10, 2019
1 parent ad06a50 commit 3f24696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Add delegation support for Subnet #
* Data Source: `azurerm_public_ip` - now exports `location`, `sku`, `allocation_method`, `reverse_fqdn` and `zones` [GH-2576]
* `azurerm_app_service` - exporting the `possible_outbound_ip_addresses` [GH-2513]
* `azurerm_firewall` - renaming the `public_ip_address_id` property to `ip_address_id` [GH-2433]
* `azurerm_kubernetes_cluster` - the `dns_prefix` now forces a new resource and is properly validated [GH-2611]
* `azurerm_log_analytics_workspace_linked_service` - now correctly handels uppcase `workspace_name` values [GH-2594]
* `azurerm_network_interface` - support for IPv6 addresses [GH-2548]
* `azurerm_policy_assignment` - support for Managed Service Identity [GH-2549]
Expand Down
6 changes: 5 additions & 1 deletion website/docs/r/application_insights.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ The following arguments are supported:

* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

* `application_type` - (Required) Specifies the type of Application Insights to create. Valid values are `Java`, `iOS`, `MobileCenter`, `Other`, `Phone`, `Store` and `Web`.
* `application_type` - (Required) Specifies the type of Application Insights to create. Valid values are `Java`, `iOS`, `MobileCenter`, `Other`, `Phone`, `Store` and `Web` and `Node.JS`.


-> **NOTE:** mapping table between


* `tags` - (Optional) A mapping of tags to assign to the resource.

Expand Down

0 comments on commit 3f24696

Please sign in to comment.