From 5edc325a719e34e1c28718262b0a2b31e8e40e61 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Wed, 5 Feb 2020 17:54:39 +0000 Subject: [PATCH] Generated from 775f62f555dfa7282b025c894208c3aa0f181a30 Fixing open id connect provider list secrects operation ID. --- .../apimanagement/mgmt/2019-01-01/apimanagement/models.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/apimanagement/mgmt/2019-01-01/apimanagement/models.go b/services/apimanagement/mgmt/2019-01-01/apimanagement/models.go index 43f2ca155e9b..98a0ffe3ac07 100644 --- a/services/apimanagement/mgmt/2019-01-01/apimanagement/models.go +++ b/services/apimanagement/mgmt/2019-01-01/apimanagement/models.go @@ -3903,6 +3903,8 @@ type DiagnosticContractProperties struct { Frontend *PipelineDiagnosticSettings `json:"frontend,omitempty"` // Backend - Diagnostic settings for incoming/outgoing HTTP messages to the Backend Backend *PipelineDiagnosticSettings `json:"backend,omitempty"` + // EnableHTTPCorrelationHeaders - Whether to process Correlation Headers coming to Api Management Service. Only applicable to Application Insights diagnostics. Default is true. + EnableHTTPCorrelationHeaders *bool `json:"enableHttpCorrelationHeaders,omitempty"` // HTTPCorrelationProtocol - Sets correlation protocol to use for Application Insights diagnostics. Possible values include: 'None', 'Legacy', 'W3C' HTTPCorrelationProtocol HTTPCorrelationProtocol `json:"httpCorrelationProtocol,omitempty"` // Verbosity - The verbosity level applied to traces emitted by trace policies. Possible values include: 'Verbose', 'Information', 'Error' @@ -9542,6 +9544,8 @@ type ServiceBaseProperties struct { PortalURL *string `json:"portalUrl,omitempty"` // ManagementAPIURL - READ-ONLY; Management API endpoint URL of the API Management service. ManagementAPIURL *string `json:"managementApiUrl,omitempty"` + // DeveloperPortalURL - READ-ONLY; Developer Portal endpoint URL of the API Management service. + DeveloperPortalURL *string `json:"developerPortalUrl,omitempty"` // ScmURL - READ-ONLY; SCM endpoint URL of the API Management service. ScmURL *string `json:"scmUrl,omitempty"` // HostnameConfigurations - Custom hostname configuration of the API Management service. @@ -9854,6 +9858,8 @@ type ServiceProperties struct { PortalURL *string `json:"portalUrl,omitempty"` // ManagementAPIURL - READ-ONLY; Management API endpoint URL of the API Management service. ManagementAPIURL *string `json:"managementApiUrl,omitempty"` + // DeveloperPortalURL - READ-ONLY; Developer Portal endpoint URL of the API Management service. + DeveloperPortalURL *string `json:"developerPortalUrl,omitempty"` // ScmURL - READ-ONLY; SCM endpoint URL of the API Management service. ScmURL *string `json:"scmUrl,omitempty"` // HostnameConfigurations - Custom hostname configuration of the API Management service. @@ -10265,6 +10271,8 @@ type ServiceUpdateProperties struct { PortalURL *string `json:"portalUrl,omitempty"` // ManagementAPIURL - READ-ONLY; Management API endpoint URL of the API Management service. ManagementAPIURL *string `json:"managementApiUrl,omitempty"` + // DeveloperPortalURL - READ-ONLY; Developer Portal endpoint URL of the API Management service. + DeveloperPortalURL *string `json:"developerPortalUrl,omitempty"` // ScmURL - READ-ONLY; SCM endpoint URL of the API Management service. ScmURL *string `json:"scmUrl,omitempty"` // HostnameConfigurations - Custom hostname configuration of the API Management service.