Skip to content

Commit 51e15ee

Browse files
authored
[GitHubEnterpriseCloud] Update to 1.1.4 (hash: f9e4e5e66cbc0692cff6ed0af8650af4) from 1.1.4 (hash: 0534e880a04a4dc59e8cc100bd96fd7a)
Detected Schema changes: ERROR: error: Error thrown when comparing: local lookups are not permitted, please set AllowFileLookup to true in the configuration component 'server-statistics-actions.yaml' does not exist in the specification local lookups are not permitted, please set AllowFileLookup to true in the configuration component 'server-statistics-packages.yaml' does not exist in the specification cannot resolve reference `server-statistics-actions.yaml`, it's missing: [209468:11] cannot resolve reference `server-statistics-packages.yaml`, it's missing: [209470:11] local lookups are not permitted, please set AllowFileLookup to true in the configuration component 'server-statistics-actions.yaml' does not exist in the specification local lookups are not permitted, please set AllowFileLookup to true in the configuration component 'server-statistics-packages.yaml' does not exist in the specification cannot resolve reference `server-statistics-actions.yaml`, it's missing: [209435:11] cannot resolve reference `server-statistics-packages.yaml`, it's missing: [209437:11] ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [209468:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [209470:11] ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-actions.yaml' does not exist in the specification ERROR: local lookups are not permitted, please set AllowFileLookup to true in the configuration ERROR: component 'server-statistics-packages.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [209435:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [209437:11]
1 parent e5eda41 commit 51e15ee

File tree

9 files changed

+2310
-25
lines changed

9 files changed

+2310
-25
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ $client->operations()->codeScanning()->listAlertsForEnterprise( enterpris
14751475
);
14761476
```
14771477

1478-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#list-code-scanning-alerts-for-an-enterprise).
1478+
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#list-code-scanning-alerts-for-an-enterprise).
14791479

14801480

14811481
### secret-scanning/get-security-analysis-settings-for-enterprise
@@ -4333,7 +4333,7 @@ $client->operations()->codeScanning()->listAlertsForOrg( org: 'generated'
43334333
);
43344334
```
43354335

4336-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#list-code-scanning-alerts-for-an-organization).
4336+
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#list-code-scanning-alerts-for-an-organization).
43374337

43384338

43394339
### codespaces/list-in-organization
@@ -11868,7 +11868,7 @@ $client->operations()->codeScanning()->listAlertsForRepo( owner: 'generat
1186811868
);
1186911869
```
1187011870

11871-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository).
11871+
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#list-code-scanning-alerts-for-a-repository).
1187211872

1187311873

1187411874
### code-scanning/get-alert
@@ -11892,7 +11892,7 @@ $client->operations()->codeScanning()->getAlert( owner: 'generated',
1189211892
);
1189311893
```
1189411894

11895-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#get-a-code-scanning-alert).
11895+
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-code-scanning-alert).
1189611896

1189711897

1189811898
### code-scanning/update-alert
@@ -11916,7 +11916,7 @@ $client->operations()->codeScanning()->updateAlert( owner: 'generated',
1191611916
);
1191711917
```
1191811918

11919-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#update-a-code-scanning-alert).
11919+
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#update-a-code-scanning-alert).
1192011920

1192111921

1192211922
### code-scanning/list-alert-instances
@@ -11946,7 +11946,7 @@ $client->operations()->codeScanning()->listAlertInstances( owner: 'genera
1194611946
);
1194711947
```
1194811948

11949-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#list-instances-of-a-code-scanning-alert).
11949+
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#list-instances-of-a-code-scanning-alert).
1195011950

1195111951

1195211952
### code-scanning/list-recent-analyses
@@ -11984,7 +11984,7 @@ $client->operations()->codeScanning()->listRecentAnalyses( owner: 'genera
1198411984
);
1198511985
```
1198611986

11987-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#list-code-scanning-analyses-for-a-repository).
11987+
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#list-code-scanning-analyses-for-a-repository).
1198811988

1198911989

1199011990
### code-scanning/get-analysis
@@ -12008,7 +12008,7 @@ $client->operations()->codeScanning()->getAnalysis( owner: 'generated',
1200812008
);
1200912009
```
1201012010

12011-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#get-a-code-scanning-analysis-for-a-repository).
12011+
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-code-scanning-analysis-for-a-repository).
1201212012

1201312013

1201412014
### code-scanning/delete-analysis
@@ -12034,7 +12034,7 @@ $client->operations()->codeScanning()->deleteAnalysis( owner: 'generated'
1203412034
);
1203512035
```
1203612036

12037-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#delete-a-code-scanning-analysis-from-a-repository).
12037+
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#delete-a-code-scanning-analysis-from-a-repository).
1203812038

1203912039

1204012040
### code-scanning/list-codeql-databases
@@ -12056,7 +12056,7 @@ $client->operations()->codeScanning()->listCodeqlDatabases( owner: 'gener
1205612056
);
1205712057
```
1205812058

12059-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#list-codeql-databases-for-a-repository).
12059+
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#list-codeql-databases-for-a-repository).
1206012060

1206112061

1206212062
### code-scanning/get-codeql-database
@@ -12080,7 +12080,7 @@ $client->operations()->codeScanning()->getCodeqlDatabase( owner: 'generat
1208012080
);
1208112081
```
1208212082

12083-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#get-a-codeql-database-for-a-repository).
12083+
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).
1208412084

1208512085

1208612086
### code-scanning/get-default-setup
@@ -12102,7 +12102,7 @@ $client->operations()->codeScanning()->getDefaultSetup( owner: 'generated
1210212102
);
1210312103
```
1210412104

12105-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/code-scanning#get-a-code-scanning-default-setup-configuration).
12105+
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-code-scanning-default-setup-configuration).
1210612106

1210712107

1210812108
### code-scanning/update-default-setup
@@ -12124,7 +12124,7 @@ $client->operations()->codeScanning()->updateDefaultSetup( owner: 'genera
1212412124
);
1212512125
```
1212612126

12127-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/code-scanning#update-a-code-scanning-default-setup-configuration).
12127+
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#update-a-code-scanning-default-setup-configuration).
1212812128

1212912129

1213012130
### code-scanning/upload-sarif
@@ -12146,7 +12146,7 @@ $client->operations()->codeScanning()->uploadSarif( owner: 'generated',
1214612146
);
1214712147
```
1214812148

12149-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#upload-an-analysis-as-sarif-data).
12149+
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#upload-an-analysis-as-sarif-data).
1215012150

1215112151

1215212152
### code-scanning/get-sarif
@@ -12170,7 +12170,7 @@ $client->operations()->codeScanning()->getSarif( owner: 'generated',
1217012170
);
1217112171
```
1217212172

12173-
You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/reference/code-scanning#get-information-about-a-sarif-upload).
12173+
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-information-about-a-sarif-upload).
1217412174

1217512175

1217612176
### repos/codeowners-errors

etc/openapi-client-generator.state

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)