Skip to content

Commit c4593a0

Browse files
authored
Merge pull request #41797 from github/repo-sync
Repo sync
2 parents 72bd8b0 + d238799 commit c4593a0

File tree

13 files changed

+49
-30
lines changed

13 files changed

+49
-30
lines changed

content/billing/tutorials/automate-usage-reporting.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ You need to use different endpoints to gather data depending on your account typ
2727

2828
| Account | Report | Access | Endpoint | More information |
2929
|---------|--------|--------|----------|------------------|
30-
| Users | Usage data for all paid products | Account holder | `/users/{username}/settings/billing/usage` | [AUTOTITLE](/rest/billing/enhanced-billing?apiVersion=2022-11-28#get-billing-usage-report-for-a-user) |
31-
| Organizations | Premium request consumption, with details of quota and billed usage | Organization owners and billing managers | `/organizations/{org}/settings/billing/premium_request/usage` | [AUTOTITLE](/rest/billing/enhanced-billing?apiVersion=2022-11-28#get-billing-premium-request-usage-report-for-an-organization) |
32-
| Organizations | Usage data for all paid products | Organization owners and billing managers | `/organizations/{org}/settings/billing/usage` | [AUTOTITLE](/rest/billing/enhanced-billing?apiVersion=2022-11-28#get-billing-usage-report-for-an-organization) |
33-
| Enterprises | Premium request consumption, with details of quota and billed usage | Enterprise owners and billing managers | `/enterprises/{enterprise}/settings/billing/premium_request/usage` | [AUTOTITLE](/rest/enterprise-admin/billing?apiVersion=2022-11-28#get-billing-premium-request-usage-report-for-an-enterprise) |
34-
| Enterprises | Usage data for all paid products | Enterprise owners and billing managers | `/enterprises/{enterprise}/settings/billing/usage` | [AUTOTITLE](/rest/enterprise-admin/billing?apiVersion=2022-11-28#get-billing-usage-report-for-an-enterprise) |
30+
| Users | Premium request consumption, with details of quota and billed usage | Account holder | `/users/{username}/settings/billing/premium_request/usage` | [AUTOTITLE](/rest/billing/usage?apiVersion=2022-11-28#get-billing-premium-request-usage-report-for-a-user) |
31+
| Users | Usage data for all paid products | Account holder | `/users/{username}/settings/billing/usage/summary` | [AUTOTITLE](/rest/billing/usage?apiVersion=2022-11-28#get-billing-usage-summary-for-a-user) |
32+
| Organizations | Premium request consumption, with details of quota and billed usage | Organization owners and billing managers | `/organizations/{org}/settings/billing/premium_request/usage` | [AUTOTITLE](/rest/billing/usage?apiVersion=2022-11-28#get-billing-premium-request-usage-report-for-an-organization) |
33+
| Organizations | Usage data for all paid products | Organization owners and billing managers | `/organizations/{org}/settings/billing/usage/summary` | [AUTOTITLE](/rest/billing/usage?apiVersion=2022-11-28#get-billing-usage-summary-for-an-organization) |
34+
| Enterprises | Premium request consumption, with details of quota and billed usage | Enterprise owners and billing managers | `/enterprises/{enterprise}/settings/billing/premium_request/usage` | [AUTOTITLE](/rest/billing/usage?apiVersion=2022-11-28#get-billing-premium-request-usage-report-for-an-enterprise) |
35+
| Enterprises | Usage data for all paid products | Enterprise owners and billing managers | `/enterprises/{enterprise}/settings/billing/usage/summary` | [AUTOTITLE](/rest/billing/usage?apiVersion=2022-11-28#get-billing-usage-summary-for-an-enterprise) |
3536

3637
{% endrowheaders %}
3738

content/code-security/codeql-cli/codeql-cli-manual/bqrs-diff.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ corresponding output instead of comparing. If --both is given, that
6565
output is taken from `file1`. Defaults to 'nodes,edges,subpaths' to
6666
simplify handling of path-problem results.
6767

68+
#### `--result-sets=<name1>,<name2>`
69+
70+
Compare only the specified result sets. The format is
71+
\<name1>,\<name2> where \<name1> is the result set name in `file1`
72+
and \<name2> is the result set name in `file2`. The two result sets
73+
must be compatible. The option can be repeated.
74+
6875
#### `--[no-]compare-internal-ids`
6976

7077
\[Advanced] Include internal entity IDs in the comparison. Entity IDs

content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,7 @@ thread).
328328

329329
#### `--[no-]save-cache`
330330

331-
\[Advanced] Aggressively write intermediate results to the disk cache.
332-
This takes more time and uses (much) more disk space, but may speed up
333-
the subsequent execution of similar queries.
331+
\[Deprecated] \[Advanced] This flag does nothing.
334332

335333
#### `--[no-]expect-discarded-cache`
336334

content/code-security/codeql-cli/codeql-cli-manual/database-run-queries.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ thread).
170170

171171
#### `--[no-]save-cache`
172172

173-
\[Advanced] Aggressively write intermediate results to the disk cache.
174-
This takes more time and uses (much) more disk space, but may speed up
175-
the subsequent execution of similar queries.
173+
\[Deprecated] \[Advanced] This flag does nothing.
176174

177175
#### `--[no-]expect-discarded-cache`
178176

content/code-security/codeql-cli/codeql-cli-manual/database-upgrade.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ thread).
129129

130130
#### `--[no-]save-cache`
131131

132-
\[Advanced] Aggressively write intermediate results to the disk cache.
133-
This takes more time and uses (much) more disk space, but may speed up
134-
the subsequent execution of similar queries.
132+
\[Deprecated] \[Advanced] This flag does nothing.
135133

136134
#### `--[no-]expect-discarded-cache`
137135

content/code-security/codeql-cli/codeql-cli-manual/dataset-upgrade.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ thread).
125125

126126
#### `--[no-]save-cache`
127127

128-
\[Advanced] Aggressively write intermediate results to the disk cache.
129-
This takes more time and uses (much) more disk space, but may speed up
130-
the subsequent execution of similar queries.
128+
\[Deprecated] \[Advanced] This flag does nothing.
131129

132130
#### `--[no-]expect-discarded-cache`
133131

content/code-security/codeql-cli/codeql-cli-manual/execute-queries.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ thread).
153153

154154
#### `--[no-]save-cache`
155155

156-
\[Advanced] Aggressively write intermediate results to the disk cache.
157-
This takes more time and uses (much) more disk space, but may speed up
158-
the subsequent execution of similar queries.
156+
\[Deprecated] \[Advanced] This flag does nothing.
159157

160158
#### `--[no-]expect-discarded-cache`
161159

content/code-security/codeql-cli/codeql-cli-manual/execute-query-server2.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ thread).
7878

7979
#### `--[no-]save-cache`
8080

81-
\[Advanced] Aggressively write intermediate results to the disk cache.
82-
This takes more time and uses (much) more disk space, but may speed up
83-
the subsequent execution of similar queries.
81+
\[Deprecated] \[Advanced] This flag does nothing.
8482

8583
#### `--[no-]expect-discarded-cache`
8684

content/code-security/codeql-cli/codeql-cli-manual/execute-upgrades.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ thread).
128128

129129
#### `--[no-]save-cache`
130130

131-
\[Advanced] Aggressively write intermediate results to the disk cache.
132-
This takes more time and uses (much) more disk space, but may speed up
133-
the subsequent execution of similar queries.
131+
\[Deprecated] \[Advanced] This flag does nothing.
134132

135133
#### `--[no-]expect-discarded-cache`
136134

content/code-security/codeql-cli/codeql-cli-manual/query-run.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ thread).
108108

109109
#### `--[no-]save-cache`
110110

111-
\[Advanced] Aggressively write intermediate results to the disk cache.
112-
This takes more time and uses (much) more disk space, but may speed up
113-
the subsequent execution of similar queries.
111+
\[Deprecated] \[Advanced] This flag does nothing.
114112

115113
#### `--[no-]expect-discarded-cache`
116114

0 commit comments

Comments
 (0)