Skip to content

Commit

Permalink
fixing the ordering of items
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Sep 12, 2019
1 parent 235f277 commit e460946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ FEATURES:
* **New Resource:** `azurerm_app_service_source_control_token` [GH-4214]
* **New Resource:** `azurerm_bot_channels_registration` [GH-4245]
* **New Resource:** `azurerm_frontdoor` [GH-3933]
* **New Resource:** `azurerm_private_dns_zone_virtual_network_link` [GH-3789]
* **New Resource:** `azurerm_proximity_placement_group` [GH-4020]
* **New Resource:** `azurerm_kusto_cluster` [GH-4129]
* **New Resource:** `azurerm_kusto_database` [GH-4149]
* **New Resource:** `azurerm_private_dns_zone_virtual_network_link` [GH-3789]
* **New Resource:** `azurerm_proximity_placement_group` [GH-4020]
* **New Resource:** `azurerm_stream_analytics_output_servicebus_topic` [GH-4164]
* **New Resource:** `azurerm_web_application_firewall_policy` [GH-4119]

Expand Down Expand Up @@ -70,7 +70,7 @@ BUG FIXES:
* `azurerm_app_service_slot` - will no longer panic from when an access restriction rule involves a virtual network [GH-4184]
* `azurerm_app_service_plan` and `azurerm_app_service_slot` crash fixes [GH-4184]
* `azurerm_container_group` - make `storage_account_key` field in `volume` block sensitive [GH-4201]
* `azurerm_keyvault_certificate` - prevented a panic caused by an empty element in `extended_key_usage` [GH-4272]
* `azurerm_key_vault_certificate` - prevented a panic caused by an empty element in `extended_key_usage` [GH-4272]
* `azurerm_log_analytics_linked_service` - will no longer panic if no items are passed into the property `linked_service_properties` [GH-4142]
* `azurerm_log_analytics_workspace_linked_service` - will no longer panic if no items are passed into the property `linked_service_properties` [GH-4152]
* `azurerm_network_interface` - changing the `ip_configuration` property to no longer force new resource [GH-4155]
Expand Down

0 comments on commit e460946

Please sign in to comment.