Skip to content

Commit 6ba671a

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterpriseCloud] Update to 1.1.4-7554ad7b532cd4af3a3f5eff505ec2bb from 1.1.4-5ac0f2a93b2debe4d5052e2c911fc9c0
Detected Schema changes: starting work. Building original model for commit db1a32 2024-05-10 17:25:27 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2024-05-10 17:25:27 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2024-05-10 17:25:30 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2024-05-10 17:25:30 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [203296:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [203298:11] ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [202906:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [202908:11]
1 parent 221d44a commit 6ba671a

File tree

47 files changed

+11117
-2031
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+11117
-2031
lines changed

clients/GitHubEnterpriseCloud/README.md

Lines changed: 74 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -9576,66 +9576,6 @@ $client->operations()->teams()->listIdpGroupsForOrg( org: 'generated',
95769576
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-an-organization).
95779577

95789578

9579-
### copilot/usage-metrics-for-team
9580-
9581-
Get a summary of Copilot usage for a team
9582-
9583-
Using the `call` method:
9584-
```php
9585-
$client->call('GET /orgs/{org}/team/{team_slug}/copilot/usage', [
9586-
'org' => 'generated',
9587-
'team_slug' => 'generated',
9588-
'since' => 'generated',
9589-
'until' => 'generated',
9590-
'page' => 1,
9591-
'per_page' => 8,
9592-
]);
9593-
```
9594-
9595-
Operations method:
9596-
```php
9597-
$client->operations()->copilot()->usageMetricsForTeam( org: 'generated',
9598-
team_slug: 'generated',
9599-
since: 'generated',
9600-
until: 'generated',
9601-
page: 1,
9602-
per_page: 8,
9603-
);
9604-
```
9605-
9606-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team).
9607-
9608-
9609-
### copilot/usage-metrics-for-team
9610-
9611-
Get a summary of Copilot usage for a team
9612-
9613-
Using the `call` method:
9614-
```php
9615-
$client->call('LIST /orgs/{org}/team/{team_slug}/copilot/usage', [
9616-
'org' => 'generated',
9617-
'team_slug' => 'generated',
9618-
'since' => 'generated',
9619-
'until' => 'generated',
9620-
'page' => 1,
9621-
'per_page' => 8,
9622-
]);
9623-
```
9624-
9625-
Operations method:
9626-
```php
9627-
$client->operations()->copilot()->usageMetricsForTeamListing( org: 'generated',
9628-
team_slug: 'generated',
9629-
since: 'generated',
9630-
until: 'generated',
9631-
page: 1,
9632-
per_page: 8,
9633-
);
9634-
```
9635-
9636-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/copilot/copilot-usage#get-a-summary-of-copilot-usage-for-a-team).
9637-
9638-
96399579
### teams/list
96409580

96419581
List teams
@@ -15191,6 +15131,80 @@ $client->operations()->codeScanning()->getCodeqlDatabase( owner: 'generat
1519115131
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository).
1519215132

1519315133

15134+
### code-scanning/create-variant-analysis
15135+
15136+
Create a CodeQL variant analysis
15137+
15138+
Using the `call` method:
15139+
```php
15140+
$client->call('POST /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses', [
15141+
'owner' => 'generated',
15142+
'repo' => 'generated',
15143+
]);
15144+
```
15145+
15146+
Operations method:
15147+
```php
15148+
$client->operations()->codeScanning()->createVariantAnalysis( owner: 'generated',
15149+
repo: 'generated',
15150+
);
15151+
```
15152+
15153+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis).
15154+
15155+
15156+
### code-scanning/get-variant-analysis
15157+
15158+
Get the summary of a CodeQL variant analysis
15159+
15160+
Using the `call` method:
15161+
```php
15162+
$client->call('GET /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeql_variant_analysis_id}', [
15163+
'owner' => 'generated',
15164+
'repo' => 'generated',
15165+
'codeql_variant_analysis_id' => 26,
15166+
]);
15167+
```
15168+
15169+
Operations method:
15170+
```php
15171+
$client->operations()->codeScanning()->getVariantAnalysis( owner: 'generated',
15172+
repo: 'generated',
15173+
codeql_variant_analysis_id: 26,
15174+
);
15175+
```
15176+
15177+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis).
15178+
15179+
15180+
### code-scanning/get-variant-analysis-repo-task
15181+
15182+
Get the analysis status of a repository in a CodeQL variant analysis
15183+
15184+
Using the `call` method:
15185+
```php
15186+
$client->call('GET /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeql_variant_analysis_id}/repos/{repo_owner}/{repo_name}', [
15187+
'owner' => 'generated',
15188+
'repo' => 'generated',
15189+
'codeql_variant_analysis_id' => 26,
15190+
'repo_owner' => 'generated',
15191+
'repo_name' => 'generated',
15192+
]);
15193+
```
15194+
15195+
Operations method:
15196+
```php
15197+
$client->operations()->codeScanning()->getVariantAnalysisRepoTask( owner: 'generated',
15198+
repo: 'generated',
15199+
codeql_variant_analysis_id: 26,
15200+
repo_owner: 'generated',
15201+
repo_name: 'generated',
15202+
);
15203+
```
15204+
15205+
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis).
15206+
15207+
1519415208
### code-scanning/get-default-setup
1519515209

1519615210
Get a code scanning default setup configuration

0 commit comments

Comments
 (0)