Skip to content

Commit

Permalink
v1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-release-bot authored and TeamCity committed Aug 22, 2019
1 parent 05178cb commit 254016e
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions CHANGELOG.md
@@ -1,62 +1,62 @@
## 1.33.0 (Unreleased)
## 1.33.0 (August 22, 2019)

FEATURES:

* **New Data Source:** `azurerm_dev_test_virtual_network` [GH-3746]
* **New Resource:** `azurerm_cosmosdb_sql_container` [GH-3871]
* **New Resource:** `azurerm_container_registry_webhook` [GH-4112]
* **New Resource:** `azurerm_dev_test_lab_schedule` [GH-3554]
* **New Resource:** `azurerm_mariadb_virtual_network_rule` [GH-4048]
* **New Resource:** `azurerm_mariadb_configuration` [GH-4060]
* **New Resource:** `azurerm_private_dns_cname_record` [GH-4028]
* **New Resource:** `azurerm_recovery_services_fabric` [GH-4003]
* **New Resource:** `azurerm_recovery_services_protection_container` [GH-4003]
* **New Resource:** `azurerm_recovery_services_replication_policy` [GH-4003]
* **New Resource:** `azurerm_recovery_services_protection_container_mapping` [GH-4003]
* **New Resource:** `azurerm_recovery_network_mapping` [GH-4003]
* **New Resource:** `azurerm_recovery_replicated_vm` [GH-4003]
* **New Resource:** `azurerm_sql_failover_group` [GH-3901]
* **New Resource:** `azurerm_virtual_wan` [GH-4089]
* **New Data Source:** `azurerm_dev_test_virtual_network` ([#3746](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3746))
* **New Resource:** `azurerm_cosmosdb_sql_container` ([#3871](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3871))
* **New Resource:** `azurerm_container_registry_webhook` ([#4112](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4112))
* **New Resource:** `azurerm_dev_test_lab_schedule` ([#3554](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3554))
* **New Resource:** `azurerm_mariadb_virtual_network_rule` ([#4048](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4048))
* **New Resource:** `azurerm_mariadb_configuration` ([#4060](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4060))
* **New Resource:** `azurerm_private_dns_cname_record` ([#4028](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4028))
* **New Resource:** `azurerm_recovery_services_fabric` ([#4003](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4003))
* **New Resource:** `azurerm_recovery_services_protection_container` ([#4003](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4003))
* **New Resource:** `azurerm_recovery_services_replication_policy` ([#4003](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4003))
* **New Resource:** `azurerm_recovery_services_protection_container_mapping` ([#4003](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4003))
* **New Resource:** `azurerm_recovery_network_mapping` ([#4003](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4003))
* **New Resource:** `azurerm_recovery_replicated_vm` ([#4003](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4003))
* **New Resource:** `azurerm_sql_failover_group` ([#3901](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3901))
* **New Resource:** `azurerm_virtual_wan` ([#4089](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4089))

IMPROVEMENTS:

* all resources: increasing the maximum number of tags from `15` to `50` [GH-4071]
* dependencies: upgrading `github.com/tombuildsstuff/giovanni` to `v0.3.2` [GH-4122]
* dependencies: upgrading the `authorization` SDK to `2018-09-01` [GH-4063]
* dependencies: upgrading `github.com/hashicorp/terraform` to `0.12.6` [GH-4041]
* internal: removing a duplicate Date/Time from the debug logs [GH-4024]
* Data Source `azurerm_dns_zone`: deprecating the `zone_type` field [GH-4033]
* `azurerm_app_service` - `filesystem` logging can now be set. [GH-4025]
* `azurerm_batch_pool` - Support for Container Registry configurations [GH-4072]
* `azurerm_container_group` - support for attaching to a (Private) Virtual Network [GH-3716]
* `azurerm_container_group` - `log_type` can now be an empty string [GH-4013]
* `azurerm_cognitive_account` - Adding 'QnAMaker' as Kind [GH-4126]
* `azurerm_dns_zone` - deprecating the `zone_type` field [GH-4033]
* `azurerm_function_app` - support for cors [GH-3949]
* `azurerm_function_app` - support for the `virtual_network_name` property [GH-4078]
* `azurerm_iot_dps` - add support for the `linked_hub` property [GH-3922]
* `azurerm_kubernetes_cluster` - support for the `enable_pod_security_policy` property [GH-4098]
* `azurerm_monitor_diagnostic_setting` - support for `log_analytics_destination_type` [GH-3987]
* `azurerm_role_assignment` - now supports management groups [GH-4063]
* `azurerm_storage_account` - requesting an access token using the ARM Authorizer [GH-4099]
* `azurerm_storage_account` - support for `BlockBlobStorage` [GH-4131]
* `azurerm_subnet` - support for the Service Endpoints `Microsoft.BareMetal/AzureVMware`, `Microsoft.BareMetal/CrayServers`, `Microsoft.Databricks/workspaces` and `Microsoft.Web/hostingEnvironments` [GH-4115]
* `azurerm_traffic_manager_profile` - support for the `interval_in_seconds`, `timeout_in_seconds`, and `tolerated_number_of_failures` properties [GH-3473]
* `azurerm_user_assigned_identity` - the `name` field can now be up to 128 characters [GH-4094]
* all resources: increasing the maximum number of tags from `15` to `50` ([#4071](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4071))
* dependencies: upgrading `github.com/tombuildsstuff/giovanni` to `v0.3.2` ([#4122](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4122))
* dependencies: upgrading the `authorization` SDK to `2018-09-01` ([#4063](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4063))
* dependencies: upgrading `github.com/hashicorp/terraform` to `0.12.6` ([#4041](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4041))
* internal: removing a duplicate Date/Time from the debug logs ([#4024](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4024))
* Data Source `azurerm_dns_zone`: deprecating the `zone_type` field ([#4033](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4033))
* `azurerm_app_service` - `filesystem` logging can now be set. ([#4025](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4025))
* `azurerm_batch_pool` - Support for Container Registry configurations ([#4072](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4072))
* `azurerm_container_group` - support for attaching to a (Private) Virtual Network ([#3716](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3716))
* `azurerm_container_group` - `log_type` can now be an empty string ([#4013](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4013))
* `azurerm_cognitive_account` - Adding 'QnAMaker' as Kind ([#4126](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4126))
* `azurerm_dns_zone` - deprecating the `zone_type` field ([#4033](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4033))
* `azurerm_function_app` - support for cors ([#3949](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3949))
* `azurerm_function_app` - support for the `virtual_network_name` property ([#4078](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4078))
* `azurerm_iot_dps` - add support for the `linked_hub` property ([#3922](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3922))
* `azurerm_kubernetes_cluster` - support for the `enable_pod_security_policy` property ([#4098](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4098))
* `azurerm_monitor_diagnostic_setting` - support for `log_analytics_destination_type` ([#3987](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3987))
* `azurerm_role_assignment` - now supports management groups ([#4063](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4063))
* `azurerm_storage_account` - requesting an access token using the ARM Authorizer ([#4099](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4099))
* `azurerm_storage_account` - support for `BlockBlobStorage` ([#4131](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4131))
* `azurerm_subnet` - support for the Service Endpoints `Microsoft.BareMetal/AzureVMware`, `Microsoft.BareMetal/CrayServers`, `Microsoft.Databricks/workspaces` and `Microsoft.Web/hostingEnvironments` ([#4115](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4115))
* `azurerm_traffic_manager_profile` - support for the `interval_in_seconds`, `timeout_in_seconds`, and `tolerated_number_of_failures` properties ([#3473](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3473))
* `azurerm_user_assigned_identity` - the `name` field can now be up to 128 characters ([#4094](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4094))

BUG FIXES:

* `azurerm_app_service_plan` - workaround for missing error on 404 [GH-3990]
* `azurerm_batch_certificate` - the `thumbprint_algorithm` property is now case insensitive [GH-3977]
* `azurerm_notification_hub_authorization_rule - fixing an issue when creating multiple authorization rules at the same time [GH-4087]
* `azurerm_postgresql_server` - removal of unsupported version `10.2` [GH-3915]
* `azurerm_role_definition` - enture `role_definition_id` is correctly set if left empty during creation [GH-3913]
* `azurerm_storage_account` - making `default_action` within the `network_rules` block required [GH-4037]
* `azurerm_storage_account` - making the `network_rules` block computed [GH-4037]
* `azurerm_storage_queue` - switching to using SharedKey for authentication [GH-4122]
* `azurerm_storage_share` - allow up to 100TB for the `quota` property [GH-4054]
* `azurerm_storage_share_directory` - handling the share being eventually consistent [GH-4122]
* `azurerm_storage_share_directory` - allowing nested directories [GH-4122]
* `azurerm_app_service_plan` - workaround for missing error on 404 ([#3990](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3990))
* `azurerm_batch_certificate` - the `thumbprint_algorithm` property is now case insensitive ([#3977](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3977))
* `azurerm_notification_hub_authorization_rule - fixing an issue when creating multiple authorization rules at the same time ([#4087](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4087))
* `azurerm_postgresql_server` - removal of unsupported version `10.2` ([#3915](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3915))
* `azurerm_role_definition` - enture `role_definition_id` is correctly set if left empty during creation ([#3913](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3913))
* `azurerm_storage_account` - making `default_action` within the `network_rules` block required ([#4037](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4037))
* `azurerm_storage_account` - making the `network_rules` block computed ([#4037](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4037))
* `azurerm_storage_queue` - switching to using SharedKey for authentication ([#4122](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4122))
* `azurerm_storage_share` - allow up to 100TB for the `quota` property ([#4054](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4054))
* `azurerm_storage_share_directory` - handling the share being eventually consistent ([#4122](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4122))
* `azurerm_storage_share_directory` - allowing nested directories ([#4122](https://github.com/terraform-providers/terraform-provider-azurerm/issues/4122))

## 1.32.1 (July 31, 2019)

Expand Down

0 comments on commit 254016e

Please sign in to comment.