Skip to content

Commit

Permalink
Updating to include #289
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Aug 30, 2017
1 parent 55aeae4 commit b632e57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@ IMPROVEMENTS:
* `azurerm_image` - added a default to the `caching` field [GH-259]
* `azurerm_key_vault` - validation for the `name` field [GH-270]
* `azurerm_network_interface` - support for multiple IP Configurations / setting the Primary IP Configuration [GH-245]
* `azurerm_resource_group` - poll until the resource group is created (by migrating to the Azure SDK for Go) [GH-289]
* `azurerm_search_service` - migrating to use the Azure SDK for Go [GH-283]
* `azurerm_sql_*` - ensuring deleted resources are detected [GH-289] / [GH-255]
* `azurerm_sql_database` - Import Support [GH-289]
* `azurerm_sql_database` - migrating to using the Azure SDK for Go [GH-289]
* `azurerm_sql_firewall_rule` - migrating to using the Azure SDK for Go [GH-289]
* `azurerm_sql_server` - added checks to handle `name` not being globally unique [GH-189]
* `azurerm_sql_server` - making `administrator_login` `ForceNew` [GH-189]
* `azurerm_sql_server` - migrate to using the azure-sdk-for-go [GH-189]
* `azurerm_virtual_machine` - Force recreation if `storage_data_disk`.`create_option` changes [GH-240]
* `azurerm_virtual_machine_scale_set` - Fix address issue when setting the `winrm` block [GH-271]
* updating to `v10.3.0-beta` of the Azure SDK for Go [GH-258]
* Removing the (now unused) Riviera SDK [GH-289]

BUG FIXES:

* `azurerm_cosmosdb_account` - fixing the validation on the name field [GH-263]
* `azurerm_sql_server` - handle deleted servers correctly [GH-189]
- Fixing the `Microsoft.Insights` Resource Provider Registration [GH-282]
* Fixing the `Microsoft.Insights` Resource Provider Registration [GH-282]

## 0.1.5 (August 09, 2017)

Expand Down

0 comments on commit b632e57

Please sign in to comment.