Skip to content

Commit

Permalink
v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-release-bot authored and TeamCity committed Jul 24, 2019
1 parent 8e16649 commit 79b16c0
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
## 1.32.0 (Unreleased)
## 1.32.0 (July 24, 2019)

FEATURES:

* **New Data Source:** `azurerm_maps_account` [GH-3698]
* **New Data Source:** `azurerm_mssql_elasticpool` [GH-3824]
* **New Resource:** `azurerm_analysis_services_server` [GH-3721]
* **New Resource:** `azurerm_api_management_backend` [GH-3676]
* **New Resource:** `azurerm_batch_application` [GH-3825]
* **New Resource:** `azurerm_maps_account` [GH-3698]
* **New Resource:** `azurerm_private_dns_zone_a_record` [GH-3849]
* **New Resource:** `azurerm_storage_table_entity` [GH-3831]
* **New Resource:** `azurerm_storage_share_directory` [GH-3802]
* **New Data Source:** `azurerm_maps_account` ([#3698](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3698))
* **New Data Source:** `azurerm_mssql_elasticpool` ([#3824](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3824))
* **New Resource:** `azurerm_analysis_services_server` ([#3721](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3721))
* **New Resource:** `azurerm_api_management_backend` ([#3676](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3676))
* **New Resource:** `azurerm_batch_application` ([#3825](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3825))
* **New Resource:** `azurerm_maps_account` ([#3698](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3698))
* **New Resource:** `azurerm_private_dns_zone_a_record` ([#3849](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3849))
* **New Resource:** `azurerm_storage_table_entity` ([#3831](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3831))
* **New Resource:** `azurerm_storage_share_directory` ([#3802](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3802))

IMPROVEMENTS:

* dependencies: upgrading to `v31.0.0` of `github.com/Azure/azure-sdk-for-go` [GH-3786]
* dependencies: upgrading to `v0.5.0` of `github.com/hashicorp/go-azure-helpers` [GH-3850]
* dependencies: upgrading the `containerservice` SDK to `2019-02-01` [GH-3787]
* dependencies: upgrading the `subscription` SDK to `2018-06-01` [GH-3811]
* authentication: showing a more helpful error when attempting to use the Azure CLI authentication when logged in as a Service Principal [GH-3850]
* Data Source `azurerm_function_app` - support for `auth_settings` [GH-3893]
* Data Source `azurerm_subscription` - support the `tenant_id` property [GH-3811]
* `azurerm_app_service` - support for backups [GH-3804]
* `azurerm_app_service` - support for storage mounts [GH-3792]
* `azurerm_app_service` - support for user assigned identities [GH-3637]
* `azurerm_app_service_slot` - support for `auth_settings` [GH-3897]
* `azurerm_app_service_slot` - support for user assigned identities [GH-3637]
* `azurerm_application_gateway` - Support for Managed Identities [GH-3648]
* `azurerm_batch_pool` - support for custom images with the `storage_image_reference` property [GH-3530]
* `azurerm_batch_account` - expose required properties for when `pool_allocation_mode` is `UserSubscription` [GH-3535]
* `azurerm_cognitive_account` - add support for `CustomVision.Training` and `CustomVision.Prediction` to the `kind` property [GH-3817]
* `azurerm_container_registry` - support for `network_rule_set` property [GH-3194]
* `azurerm_cosmosdb_account` - validate `max_interval_in_seconds` and `max_staleness_prefix` correctly when using more then 1 geo_location [GH-3906]
* `azurerm_function_app` - support for `auth_settings` [GH-3893]
* `azurerm_iothub` - support for the `file_upload` property [GH-3735]
* `azurerm_kubernetes_cluster` - support for auto scaling [GH-3361]
* `azurerm_kubernetes_cluster` - support for `custom_resource_group_name` [GH-3785]
* `azurerm_kubernetes_cluster` - support for the `node_taints` property [GH-3787]
* `azurerm_kubernetes_cluster` - support for the `windows_profile` property [GH-3519]
* `kubernetes_cluster` - support for specifying the `load_balancer_sku` property [GH-3890]
* `azurerm_recovery_services_protected_vm` - changing `backup_policy_id` no longer forces a new resource [GH-3822]
* `azurerm_security_center_contact` - the `phone` property is now optional [GH-3761]
* `azurerm_storage_account` - the `account_kind` property now supports `FileStorage` [GH-3750]
* `azurerm_storage_account` - support for the `enable_advanced_threat_protection` property [GH-3782]
* `azurerm_storage_account` - support for `queue_properties` [GH-3859]
* `azurerm_storage_blob` - making `metadata` a computed field [GH-3842]
* `azurerm_storage_container` - switching to use github.com/tombuildsstuff/giovanni [GH-3857]
* `azurerm_storage_container` - adding support for `metadata` [GH-3857]
* `azurerm_storage_container` - can now create containers with the name `$web` [GH-3896]
* `azurerm_storage_queue` - switching to use github.com/tombuildsstuff/giovanni [GH-3832]
* `azurerm_storage_share` - switching to use github.com/tombuildsstuff/giovanni [GH-3828]
* `azurerm_storage_share` - support for configuring ACL's [GH-3830]
* `azurerm_storage_share` - support for configuring MetaData [GH-3830]
* `azurerm_storage_table` - switching to use github.com/tombuildsstuff/giovanni [GH-3834]
* `azurerm_storage_table` - support for configuring ACL's [GH-3847]
* `azurerm_traffic_manager_endpoint` - supper for `custom_header` and `subnet` properties [GH-3655]
* `azurerm_virtual_machine` - switching over to use the github.com/tombuildsstuff/giovanni Storage SDK [GH-3838]
* `azurerm_virtual_machine` - looking up the data disks attached to the Virtual Machine when optionally deleting them upon deletion rather than parsing them from the config [GH-3838]
* `azurerm_virtual_machine_scale_set` - prevent `public_ip_address_configuration` from being lost during update [GH-3767]
* dependencies: upgrading to `v31.0.0` of `github.com/Azure/azure-sdk-for-go` ([#3786](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3786))
* dependencies: upgrading to `v0.5.0` of `github.com/hashicorp/go-azure-helpers` ([#3850](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3850))
* dependencies: upgrading the `containerservice` SDK to `2019-02-01` ([#3787](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3787))
* dependencies: upgrading the `subscription` SDK to `2018-06-01` ([#3811](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3811))
* authentication: showing a more helpful error when attempting to use the Azure CLI authentication when logged in as a Service Principal ([#3850](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3850))
* Data Source `azurerm_function_app` - support for `auth_settings` ([#3893](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3893))
* Data Source `azurerm_subscription` - support the `tenant_id` property ([#3811](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3811))
* `azurerm_app_service` - support for backups ([#3804](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3804))
* `azurerm_app_service` - support for storage mounts ([#3792](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3792))
* `azurerm_app_service` - support for user assigned identities ([#3637](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3637))
* `azurerm_app_service_slot` - support for `auth_settings` ([#3897](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3897))
* `azurerm_app_service_slot` - support for user assigned identities ([#3637](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3637))
* `azurerm_application_gateway` - Support for Managed Identities ([#3648](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3648))
* `azurerm_batch_pool` - support for custom images with the `storage_image_reference` property ([#3530](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3530))
* `azurerm_batch_account` - expose required properties for when `pool_allocation_mode` is `UserSubscription` ([#3535](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3535))
* `azurerm_cognitive_account` - add support for `CustomVision.Training` and `CustomVision.Prediction` to the `kind` property ([#3817](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3817))
* `azurerm_container_registry` - support for `network_rule_set` property ([#3194](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3194))
* `azurerm_cosmosdb_account` - validate `max_interval_in_seconds` and `max_staleness_prefix` correctly when using more then 1 geo_location ([#3906](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3906))
* `azurerm_function_app` - support for `auth_settings` ([#3893](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3893))
* `azurerm_iothub` - support for the `file_upload` property ([#3735](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3735))
* `azurerm_kubernetes_cluster` - support for auto scaling ([#3361](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3361))
* `azurerm_kubernetes_cluster` - support for `custom_resource_group_name` ([#3785](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3785))
* `azurerm_kubernetes_cluster` - support for the `node_taints` property ([#3787](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3787))
* `azurerm_kubernetes_cluster` - support for the `windows_profile` property ([#3519](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3519))
* `kubernetes_cluster` - support for specifying the `load_balancer_sku` property ([#3890](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3890))
* `azurerm_recovery_services_protected_vm` - changing `backup_policy_id` no longer forces a new resource ([#3822](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3822))
* `azurerm_security_center_contact` - the `phone` property is now optional ([#3761](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3761))
* `azurerm_storage_account` - the `account_kind` property now supports `FileStorage` ([#3750](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3750))
* `azurerm_storage_account` - support for the `enable_advanced_threat_protection` property ([#3782](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3782))
* `azurerm_storage_account` - support for `queue_properties` ([#3859](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3859))
* `azurerm_storage_blob` - making `metadata` a computed field ([#3842](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3842))
* `azurerm_storage_container` - switching to use github.com/tombuildsstuff/giovanni ([#3857](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3857))
* `azurerm_storage_container` - adding support for `metadata` ([#3857](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3857))
* `azurerm_storage_container` - can now create containers with the name `$web` ([#3896](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3896))
* `azurerm_storage_queue` - switching to use github.com/tombuildsstuff/giovanni ([#3832](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3832))
* `azurerm_storage_share` - switching to use github.com/tombuildsstuff/giovanni ([#3828](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3828))
* `azurerm_storage_share` - support for configuring ACL's ([#3830](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3830))
* `azurerm_storage_share` - support for configuring MetaData ([#3830](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3830))
* `azurerm_storage_table` - switching to use github.com/tombuildsstuff/giovanni ([#3834](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3834))
* `azurerm_storage_table` - support for configuring ACL's ([#3847](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3847))
* `azurerm_traffic_manager_endpoint` - supper for `custom_header` and `subnet` properties ([#3655](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3655))
* `azurerm_virtual_machine` - switching over to use the github.com/tombuildsstuff/giovanni Storage SDK ([#3838](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3838))
* `azurerm_virtual_machine` - looking up the data disks attached to the Virtual Machine when optionally deleting them upon deletion rather than parsing them from the config ([#3838](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3838))
* `azurerm_virtual_machine_scale_set` - prevent `public_ip_address_configuration` from being lost during update ([#3767](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3767))

BUG FIXES:

* `azurerm_image` - prevent crash when using `data_disk` [GH-3797]
* `azurerm_role_assignment` - now correctly uses `scope` when looking up the role definition by name [GH-3768]
* `azurerm_image` - prevent crash when using `data_disk` ([#3797](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3797))
* `azurerm_role_assignment` - now correctly uses `scope` when looking up the role definition by name ([#3768](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3768))

## 1.31.0 (June 28, 2019)

Expand Down

0 comments on commit 79b16c0

Please sign in to comment.