File terraform-provider-azurerm.changes of Package terraform-provider-azurerm.14964
-------------------------------------------------------------------
Mon Apr 27 18:43:26 UTC 2020 - james.mason@suse.com
- Update to version 2.7.0 (bsc#1168921)
- requires go >= 1.13
-------------------------------------------------------------------
Fri Feb 7 21:02:10 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
- Create symlink for terraform to recognize the provider. See
https://www.terraform.io/docs/extend/how-terraform-works.html#plugin-locations
-------------------------------------------------------------------
Wed Feb 5 09:51:01 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.43.0
NOTES:
* **Opt-In Beta:** Version 1.43 of the Azure Provider introduces an opt-in Beta for
some of the new functionality coming in 2.0 - more information can be found
[in the Beta guide](https://terraform.io/docs/providers/azurerm/guides/2.0-beta.html).
* **Terraform 0.10/0.11:** The upcoming version 2.0 of the Azure Provider will not support
Terraform 0.10.x & Terraform 0.11.x - you will need to upgrade to Terraform 0.12 to
use version 2.0 (and above) of the Azure Provider.
FEATURES:
* **New Data Source:** `azurerm_eventhub_namespace_authorization_rule`
([#5489](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5489))
* **New Data Source:** `azurerm_mariadb_server`
([#5506](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5506))
IMPROVEMENTS:
* `azurerm_application_insights` - support for the `daily_data_cap_in_gb` &
`daily_data_cap_notifications_disabled` properties
([#5480](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5480))
* `azurerm_private_endpoint` - expose mapping between `group_id` and `subresource_names`
([#5571](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5571))
* `azurerm_recovery_services_vault` - support for the `soft_delete_enabled` property
([#5586](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5586))
BUGS:
* `azurerm_databricks_workspace` - allow underscores in `name`
([#5548](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5548))
* `azurerm_dns_aaaa_record` - normalize IPv6 addresses
([#5459](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5459))
* `azurerm_frontdoor` - including required `minimum_tls_version` to the `custom_https_configuration`
block ([#5539](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5539))
* `azurerm_managed_disk` - correctly handles disk resizing when attached to a virtual machine
([#5579](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5579))
* `azurerm_marketplace_agreement` - recreate agreement if not accepted
([#5582](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5582))
* `azurerm_mysql_virtual_network_rule` - allow `subnet_id` to be in a different subscription
then the database ([#5568](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5568))
* `azurerm_virtual_network_gateway_connection` - increase `routing_weight` maximum to `32000`
([#5540](https://github.com/terraform-providers/terraform-provider-azurerm/issues/5540))
- For the changes between 1.15.0 and 1.43.0, see CHANGELOG.md included in this package
- Update _service file
- Move LICENSE to %license section
- Include CHANGELOG.md in %doc section
- Increase golang API in BuildRequires to > 1.12
- Increase terraform version dependency to > 0.12.0
- Invoke %gobuild with -mod=vendor "" to disable network access
-------------------------------------------------------------------
Fri Sep 21 12:19:53 UTC 2018 - ldevulder@suse.de
- Update to version 1.15.0:
* v1.15.0
* Updating to include #1627
* New Resources: `azurerm_firewall` & `azurerm_firewall_network_rule_collection` (#1627)
* Update CHANGELOG.md to include #1918
* test: logic app http trigger allows params in url
* Updating to include #1921
* Update TimeSpan documentation in Service Bus Queue/Topic (#1921)
* Log Analytics Solution: removing crash points/refactoring
* Update resource_arm_logic_app_trigger_http_request.go
-------------------------------------------------------------------
Thu Jul 05 09:01:46 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 1.8.0+git20180704.9c1edb08:
* Updating to include #1172
* Ensuring we always set the `vhd_containers` field (#1411)
* Updating to include #1411
* `azurerm_lb` - allow `private_ip_address` to be set to an empty value (#1481)
* Updating to include #1481
* fixed typo on vpn_client_protocols
* Application Security Groups now GA
* Updating to v18.0.0 of Azure/azure-sdk-for-go / v10.12.0 of Azure/go-autorest (#1487)
* Updating to include #1487
-------------------------------------------------------------------
Thu Jul 5 08:59:03 UTC 2018 - ldevulder@suse.com
- Initial release