NOTES:
- provider: This is a special deprecation release in preparation for the provider hitting
v1.0
. It is just marking every resource and property that will be removed as deprecated.
DEPRECATIONS:
- Data Source:
azurestack_subnet
- theip_configurations
attribute has been marked as deprecated azurestack_network_interface
- theload_balancer_backend_address_pools_ids
,load_balancer_inbound_nat_rules_ids
,internal_fqdn
, andinternal_dns_name_label
properties have been marked as deprecatedazurestack_storage_blob
- theresource_group_name
property has been marked as deprecatedazurestack_storage_container
- theresource_group_name
property has been marked as deprecated
NOTES:
- provider: The underlying Terraform codebase dependency for the provider SDK and acceptance testing framework has been migrated from
github.com/hashicorp/terraform
togithub.com/hashicorp/terraform-plugin-sdk
. They are functionally equivalent and this should only impact codebase development to switch imports. For more information see the Terraform Plugin SDK page in the Extending Terraform documentation. (#108) - dependencies: upgrading to go
1.16.0
[#128]
IMPROVEMENTS:
- dependencies: upgrading
github.com/hashicorp/terraform
to0.12.6
(#102) - dependencies: upgrading
github.com/hashicorp/go-azure-helpers
to0.7.0
(#103) - dependencies: upgrading
github.com/Azure/go-autorest
to13.0.0
(#103) - dependencies: upgrading
github.com/Azure/terraform
to32.0.0
(#103) - provider: automatically set authentication tenant ID to
adfs
in AD environments (#105) azurestack_availability_set
- support for themanaged
property (#104)
BUG FIXES:
azurestack_storage_account
- handling the casing of the Storage Account ID changing in Azure Stack 1905 (#99)
FEATURES:
IMPROVEMENTS:
- dependencies: Changing to the
2019-03-01
profile (#84) - dependencies: upgrading to
v30.0.0
ofgithub.com/Azure/azure-sdk-for-go
(#88) azurestack_virtual_machine
- support for manage disks (#85)azurestack_virtual_machine_scale_set
- add support for managed disks (#93)
- dependencies: upgrading to
v29.0.0
ofgithub.com/Azure/azure-sdk-for-go
(#83) - dependencies: upgrading to
v11.7.0
ofgithub.com/Azure/go-autorest
(#83) - dependencies: upgrading to
v0.12.0
ofgithub.com/hashicorp/terraform
(#86)
NOTES:
- This release includes a Terraform SDK upgrade with compatibility for Terraform v0.12. The provider remains backwards compatible with Terraform v0.11 and there should not be any significant behavioural changes. (#75)
IMPROVEMENTS:
- dependencies: switching to Go Modules (#70)
- dependencies: upgrading to Go 1.11 (#53)
- dependencies: upgrading to version 21.3.0 of github.com/Azure/azure-sdk-for-go (#53)
- dependencies: upgrading to terraform 0.11.13 (#78)
- authentication: switching to use the new authentication package (#54)
- authentication: support for Client Certificate authentication (#56)
- authentication: support for CLI authentication (#57)
BUG FIXES:
azurestack_virtual_network_gateway
- will no longer panic when the API/SDK return an emptybgp_settings
property (#71)
- New Resource:
azurestack_route_table
(#26) - New Resource:
azurestack_route
(#27) - New Resource:
azurestack_template_deployment
(#33) - New Resource:
azurestack_virtual_machine_scale_set
(#15) - New Resource:
azurestack_virtual_network_gateway
(#31) - New Resource:
azurestack_virtual_network_gateway_connection
(#35) - New Data Source:
azurestack_public_ip
(#34) - New Data Source:
azurestack_route_table
(#26) - New Data Source:
azurestack_subnet
(#34) - New Data Source:
azurestack_virtual_network_gateway
(#31)
IMPROVEMENTS:
- dependencies: upgrading to
v20.1.0
ofgithub.com/Azure/azure-sdk-for-go
(#38) - dependencies: upgrading to
v10.15.4
ofgithub.com/Azure/go-autorest
(#38)
BUG FIXES:
azurestack_public_ip
- now correctly reading and importing theidle_timeout_in_minutes
property (#42)
- New Resource:
azurestack_lb
(#16) - New Resource:
azurestack_lb_backend_address_pool
(#21) - New Resource:
azurestack_lb_nat_rule
(#22) - New Resource:
azurestack_lb_nat_pool
(#24) - New Resource:
azurestack_lb_probe
(#23) - New Resource:
azurestack_lb_rule
(#25)
- Initial Release