Skip to content

Commit 33b8e9e

Browse files
Correct cost center allocation example for GHAS (#59699)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent db4994a commit 33b8e9e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

content/billing/reference/cost-center-allocation.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,11 @@ There are two cost centers in the enterprise, each with different users or organ
113113

114114
### How usage is allocated
115115

116-
The following table illustrates how spending for each user is allocated to a cost center based on their membership of an organization or cost center. Any usage not assigned to a cost center is categorized as "Enterprise Only" spending.
117-
118-
![Diagram illustrating the assignment of users and organizations to cost centers, with the allocation of costs for the four users.](/assets/images/help/billing/cost-center-example-2.png)
119-
120116
{% rowheaders %}
121117

122118
| | Copilot charges | GHSP charges | GHE charges | Explanation |
123119
| ----------- | --------------- | ------------ | ----------- | ----------- |
124120
| Cost Center A | `user-1`, `user-3` | `user-1`, `user-3` | `user-1`, `user-3` | These users are assigned directly to the cost center. |
125-
| Cost Center B | `user-2`, `user-4` | {% octicon "dash" aria-label="Not applicable" %} | `user-2`, `user-4` | These users aren't directly assigned to a cost center, so Copilot and GHE charges are assigned based on organization membership, whereas GHSP defaults to enterprise spending. |
126-
| Enterprise Only (default) | {% octicon "dash" aria-label="Not applicable" %} | `user-2`, `user-4` | {% octicon "dash" aria-label="Not applicable" %} | These users aren't directly assigned to a cost center, so GHSP defaults to enterprise spending. |
121+
| Cost Center B | `user-2`, `user-4` | `user-2`, `user-4` | `user-2`, `user-4` | These users aren't directly assigned to a cost center, so {% data variables.product.prodname_copilot %}, {% data variables.enterprise.data_residency %}, and {% data variables.product.prodname_GH_secret_protection %} charges are assigned based on organization membership. |
127122

128123
{% endrowheaders %}

0 commit comments

Comments
 (0)