Extend the data plane URL with dns zone segment
magodo opened this issue · 1 comments
magodo commented
There is a new public preview feature for storage account: https://techcommunity.microsoft.com/t5/azure-storage-blog/public-preview-create-additional-5000-azure-storage-accounts/ba-p/3465466. It introduced a new property dnsEndpointType
, when it is set to AzureDnsZone
, the endpoints of the sub-service are changed from the form: myAccountname.[service type].[url]
to myAccountname.[dnszone].[service type].[url]
.
This needs a change in this SDK, mostly around: internal/endpoints/endpoints.go.
Related to hashicorp/terraform-provider-azurerm#17513
tombuildsstuff commented
This is supported in the new base layer, closing this in favour of #68 where this'll become available.