From e1b95aaaab2950fae1c1425f71eb0616332b4e1a Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 31 May 2019 08:20:26 -0700 Subject: [PATCH 1/2] Generated from ac743f1dd8f0e67de1c5132910705c7cf2c49268 (#4908) support subdomainsuffix --- .../hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go b/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go index 2cfefc8b3081..57e9ee351997 100644 --- a/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go +++ b/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go @@ -199,6 +199,10 @@ type ApplicationGetHTTPSEndpoint struct { DestinationPort *int32 `json:"destinationPort,omitempty"` // PublicPort - The public port to connect to. PublicPort *int32 `json:"publicPort,omitempty"` + // SubDomainSuffix - The subDomainSuffix of the application and can not greater than 3 characters. + SubDomainSuffix *string `json:"subDomainSuffix,omitempty"` + // DisableGatewayAuth - The value indicates whether to disable GatewayAuth. + DisableGatewayAuth *bool `json:"disableGatewayAuth,omitempty"` } // ApplicationListResult result of the request to list cluster Applications. It contains a list of From 6db0da91e28099186f22d4c1786890ab87aec0fc Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 14 Jun 2019 17:41:12 -0700 Subject: [PATCH 2/2] [AutoPR hdinsight/resource-manager] [HDInsight] Fix syntax error in description of subDomainSuffix parameter (#4991) * Generated from a5dd8b7763c01cdceb9e1332fb0a57051c9c7423 Modify syntax error in description of subDomainSuffix parameter * Generated from cee83a7e58509526a61ec26af886f6ef755576ae Modify the description of subDomainSuffix parameter --- .../hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go b/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go index 57e9ee351997..1d729ffd783c 100644 --- a/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go +++ b/services/preview/hdinsight/mgmt/2018-06-01-preview/hdinsight/models.go @@ -199,7 +199,7 @@ type ApplicationGetHTTPSEndpoint struct { DestinationPort *int32 `json:"destinationPort,omitempty"` // PublicPort - The public port to connect to. PublicPort *int32 `json:"publicPort,omitempty"` - // SubDomainSuffix - The subDomainSuffix of the application and can not greater than 3 characters. + // SubDomainSuffix - The subDomainSuffix of the application. SubDomainSuffix *string `json:"subDomainSuffix,omitempty"` // DisableGatewayAuth - The value indicates whether to disable GatewayAuth. DisableGatewayAuth *bool `json:"disableGatewayAuth,omitempty"`