The v2.3.0 release introduces the Terraform provider upgrade, new resources, bug fixes, security fixes, enhancements, and dependency updates.
- Upgrade of the underlying Terraform Azure provider from
v4.35.0to4.54.0- This release removes the
SpatialAnchorsAccount.mixedreality(azurerm_spatial_anchors_account) resource due to Azure having retired the service ShareDirectory.storage=> Thestorage_share_idproperty has been deprecated in favour ofstorage_share_urland will be removed in the next major version of the Provider.SystemTopic.eventgrid=> Thesource_arm_resource_idproperty has been deprecated in favour ofsource_resource_idand will be removed in the next major version of the Provider.
- This release removes the
- Fixed: [Bug]: Module name should end with /v2 #1098
- Fixed: [Bug]: ManagementGroupSubscriptionAssociation observe fails with ID parsing error #1112
- [Feature] Support use_azuread_auth for StorageAccount #885
- CVE fixes and dependency updates
Support for New Resources
FunctionAppFlexConsumption.webVirtualMachineScaleSetStandbyPool.computeFlexibleServerVirtualEndpoint.dbforpostgresqlCredentialSet.containerregistryWorkspaceOutboundRuleFqdn.machinelearningservicesWorkspaceOutboundRulePrivateEndpoint.machinelearningservicesWorkspaceOutboundRuleServiceTag.machinelearningservicesVirtualHubRoutingIntent.networkManagedRedis.cache
What's Changed
- Remove supported managed resources from config/externalnamenottested.go by @jonasz-lasut in #1095
- Add
FunctionAppFlexConsumption.webby @jakubramut in #1097 - Update codeowners by @sergenyalcin in #1103
- Add
VirtualMachineScaleSetStandbyPool.computeby @jakubramut in #1106 - Add FlexibleServerVirtualEndpoint.dbforpostgresql by @jonasz-lasut in #1104
- Add containerregistry and machinelearningservices 4.35.0 resources by @jonasz-lasut in #1101
- Conditionally select runners by @turkenf in #1110
- Update go module to contain /v2 by @jonasz-lasut in #1111
- Implement support for storage_use_azuread terraform provider flag by @jonasz-lasut in #1105
- Add Virtual hub rounting intent by @howken in #1119
- Update CODEOWNERS by @sergenyalcin in #1120
- Bump Terraform provider version to v4.54.0 by @turkenf in #1117
- Fix: ManagementGroupSubscriptionAssociation observe fails by @jonasz-lasut in #1113
- Update module golang.org/x/crypto to v0.45.0 [SECURITY] by @renovate[bot] in #1114
- Add support for Azure managed redis resource by @turkenf in #1121
New Contributors
Full Changelog: v2.2.0...v2.3.0