devspaces API host_suffix
property is ignored in API version 2019-04-01
#5990
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
Bug Report
import path of package in question, e.g.
.../services/compute/mgmt/2018-06-01/compute
works in:
github.com/Azure/azure-sdk-for-go/services/preview/devspaces/mgmt/2018-06-01-preview/devspaces
breaks in:
github.com/Azure/azure-sdk-for-go/services/devspaces/mgmt/2019-04-01/devspaces
SDK version e.g.
master
,latest
,18.1.0
go version
go version go1.13.1 darwin/amd64
in
github.com/Azure/azure-sdk-for-go/services/preview/devspaces/mgmt/2018-06-01-preview/devspaces
thehost_suffix
was user settable. We upgraded togithub.com/Azure/azure-sdk-for-go/services/devspaces/mgmt/2019-04-01/devspaces
and it doesn't appear to beable to be set anymore as a random FQDN is returned.What did you expect or want to happen?
the host suffix set?
How can we reproduce it?
try and set the host suffix
Anything we should know about your environment.
Please refer to hashicorp/terraform-provider-azurerm#4288 for more details
The text was updated successfully, but these errors were encountered: