diff --git a/source/includes/administration/_service_connections.md b/source/includes/administration/_service_connections.md
index 823fd0216de..23faa9903dc 100644
--- a/source/includes/administration/_service_connections.md
+++ b/source/includes/administration/_service_connections.md
@@ -32,6 +32,7 @@ Service connections are the services that you can create resources for (e.g. com
"supportsInfra": true,
"lastUsageRecord": "2022-03-28T18:59:59.000Z",
"brownfield": false,
+ "partnerEnabled": false,
"quotas": [{
"name": "DefaultQuota",
"id": "081b1ebb-16c4-49e0-8120-a5b8b356b269"
@@ -57,6 +58,7 @@ Attributes |
`organization`
*Object* | Organization that owns this service connection.
*includes*: `id`, `name`
`metricsEnabled`
*boolean* | Is metric collection allowed on this service connection.
`brownfield`
*boolean* | If the connection is brownfield enabled.
+`partnerEnabled`
*boolean* | If the connection is partner enabled.
`supportsQuotas`
*boolean* | Are quotas supported on this service connection.
`supportsPricingV2`
*boolean* | Is the V2 pricing engine supported on this service connection.
`supportsPolicies`
*boolean* | Are policies supported on this service connection.
@@ -95,6 +97,7 @@ Optional query parameters |
},
"metricsEnabled": true,
"brownfield": false,
+ "partnerEnabled": false,
"supportsQuotas": true,
"supportsPricingV2": true,
"supportsPolicies": true,
@@ -127,6 +130,7 @@ Attributes |
`organization`
*Object* | Organization that owns this service connection.
*includes*: `id`, `name`
`metricsEnabled`
*boolean* | Is metric collection allowed on this service connection.
`brownfield`
*boolean* | If the connection is brownfield enabled.
+`partnerEnabled`
*boolean* | If the connection is partner enabled.
`supportsQuotas`
*boolean* | Are quotas supported on this service connection.
`supportsPricingV2`
*boolean* | Is the V2 pricing engine supported on this service connection.
`supportsPolicies`
*boolean* | Are policies supported on this service connection.
@@ -280,6 +284,7 @@ curl -X GET \
"infraEntityDescriptors": [],
"supportsInfra": false,
"supportsBrownfield": true,
+ "supportsPartner": true,
"supportedWidgets": [],
"hasPluginEnvironmentRoles": false,
"quotaMetricIdentifiers": [
@@ -338,6 +343,7 @@ Attributes |
`supportsPolicies`
*boolean* | Whether or not this service descriptor supports policies.
`supportsUsage`
*boolean* | Whether or not this service descriptor supports usage.
`supportsBrownfield`
*boolean* | Whether or not this service descriptor supports brownfield connections.
+`supportsPartner`
*boolean* | Whether or not this service descriptor supports partner center connections.
`supportsPricingV2`
*boolean* | Whether or not this service descriptor supports pricing (V2).
`supportsCaching`
*boolean* | Whether or not this service descriptor supports caching.
@@ -502,6 +508,7 @@ Optional query parameters |
`usageEnabled`
*string* | Is usage collection enabled on this service connection.
`metricsEnabled`
*string* | Is metric collection enabled on this service connection.
`brownfield`
*boolean* | True if connecting to an existing service connection from which environments can be linked. Can only be enabled if the service supports brownfield, see [retrieve descriptor](#administration-retrieve-descriptor). If enabled, `trialEnabled` and `usageEnabled` must be false since they are not supported on brownfield connections.
+`partnerEnabled`
*boolean* | True if it is a partner enabled connection. Can only be enabled if the service supports partner center and if the connection is brownfield.
`commitmentTrackingEnabled`
*string* | Is commitment tracking enabled on this service connection.
`dependentConnection`
*object* | The dependent connection if there is one.
`locations`
*Array[object]* | Locations of a service connection region.
*includes*: `name`, `lat` and `lng`