Skip to content

Commit da9373b

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterpriseCloud] Update to 1.1.4-20a4c85d79ff80bf088ddc35f1f2c3e7 from 1.1.4-85efe1c3a31046a555d291a7d871e343
Detected Schema changes: starting work. Building original model for commit 1b5a95 2024-03-22 17:23: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-03-22 17:23: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-03-22 17:23: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-03-22 17:23: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 SPEC: extracted 1 commits from history DONE: completed WARNING: warnings reported during processing ⚠️ Error thrown when comparing: component 'server-statistics-actions.yaml' does not exist in the specification
1 parent 0a13807 commit da9373b

File tree

2 files changed

+15
-40
lines changed

2 files changed

+15
-40
lines changed

clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "85efe1c3a31046a555d291a7d871e343",
2+
"specHash": "20a4c85d79ff80bf088ddc35f1f2c3e7",
33
"generatedFiles": {
44
"files": [
55
{
@@ -6168,7 +6168,7 @@
61686168
},
61696169
{
61706170
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Repos.php",
6171-
"hash": "9f83d7bad2b42b8ed0eadb30ffe07b73"
6171+
"hash": "70b8434c4d0615054eb9c4956fce9428"
61726172
},
61736173
{
61746174
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Reactions.php",

etc/specs/GitHubEnterpriseCloud/current.spec.yaml

Lines changed: 13 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -166,20 +166,7 @@ paths:
166166
in: query
167167
description: If specified, only advisories for these ecosystems will be returned.
168168
schema:
169-
type: string
170-
enum:
171-
- actions
172-
- composer
173-
- erlang
174-
- go
175-
- maven
176-
- npm
177-
- nuget
178-
- other
179-
- pip
180-
- pub
181-
- rubygems
182-
- rust
169+
"$ref": "#/components/schemas/security-advisory-ecosystems"
183170
- name: severity
184171
in: query
185172
description: If specified, only advisories with these severities will be returned.
@@ -41667,8 +41654,7 @@ paths:
4166741654
get:
4166841655
summary: List provisioned SCIM groups for an enterprise
4166941656
description: |-
41670-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
41671-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
41657+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4167241658

4167341659
Lists provisioned SCIM groups in an enterprise.
4167441660

@@ -41726,8 +41712,7 @@ paths:
4172641712
post:
4172741713
summary: Provision a SCIM enterprise group
4172841714
description: |-
41729-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
41730-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
41715+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4173141716

4173241717
Creates a SCIM group for an enterprise.
4173341718

@@ -41784,8 +41769,7 @@ paths:
4178441769
get:
4178541770
summary: Get SCIM provisioning information for an enterprise group
4178641771
description: |-
41787-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
41788-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
41772+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4178941773

4179041774
Gets information about a SCIM group.
4179141775
operationId: enterprise-admin/get-provisioning-information-for-enterprise-group
@@ -41828,8 +41812,7 @@ paths:
4182841812
put:
4182941813
summary: Set SCIM information for a provisioned enterprise group
4183041814
description: |-
41831-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
41832-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
41815+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4183341816

4183441817
Replaces an existing provisioned group’s information.
4183541818

@@ -41903,8 +41886,7 @@ paths:
4190341886
patch:
4190441887
summary: Update an attribute for a SCIM enterprise group
4190541888
description: |-
41906-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
41907-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
41889+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4190841890

4190941891
Update a provisioned group’s individual attributes.
4191041892

@@ -41985,8 +41967,7 @@ paths:
4198541967
delete:
4198641968
summary: Delete a SCIM group from an enterprise
4198741969
description: |-
41988-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
41989-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
41970+
**Note:** SCIM provisioning using the REST API is in public beta and subject to change.
4199041971

4199141972
Deletes a SCIM group from an enterprise.
4199241973
operationId: enterprise-admin/delete-scim-group-from-enterprise
@@ -42022,8 +42003,7 @@ paths:
4202242003
get:
4202342004
summary: List SCIM provisioned identities for an enterprise
4202442005
description: |-
42025-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
42026-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
42006+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4202742007

4202842008
Lists provisioned SCIM enterprise members.
4202942009

@@ -42080,8 +42060,7 @@ paths:
4208042060
post:
4208142061
summary: Provision a SCIM enterprise user
4208242062
description: |-
42083-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
42084-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
42063+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4208542064

4208642065
Creates an external identity for a new SCIM enterprise user.
4208742066

@@ -42138,8 +42117,7 @@ paths:
4213842117
get:
4213942118
summary: Get SCIM provisioning information for an enterprise user
4214042119
description: |-
42141-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
42142-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
42120+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4214342121

4214442122
Gets information about a SCIM user.
4214542123
operationId: enterprise-admin/get-provisioning-information-for-enterprise-user
@@ -42181,8 +42159,7 @@ paths:
4218142159
put:
4218242160
summary: Set SCIM information for a provisioned enterprise user
4218342161
description: |-
42184-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
42185-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
42162+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4218642163

4218742164
Replaces an existing provisioned user's information.
4218842165

@@ -42239,8 +42216,7 @@ paths:
4223942216
patch:
4224042217
summary: Update an attribute for a SCIM enterprise user
4224142218
description: |-
42242-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
42243-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
42219+
**Note:** SCIM provisioning for users and groups using the REST API is in public beta and subject to change.
4224442220

4224542221
Update a provisioned user's individual attributes.
4224642222

@@ -42345,8 +42321,7 @@ paths:
4234542321
delete:
4234642322
summary: Delete a SCIM user from an enterprise
4234742323
description: |-
42348-
**Note:** The SCIM API endpoints for GitHub Enterprise Cloud accounts with enterprise managed users are currently only accessible through published identity provider applications.
42349-
Public access to SCIM API endpoints are in *private* beta and are subject to change.
42324+
**Note:** SCIM provisioning using the REST API is in public beta and subject to change.
4235042325

4235142326
Suspends a SCIM user permanently from an enterprise. This action will: remove all the user's data, anonymize their login, email, and display name, erase all external identity SCIM attributes, delete the user's emails, avatar, PATs, SSH keys, OAuth authorizations, GPG keys, and SAML mappings. This action is irreversible.
4235242327
operationId: enterprise-admin/delete-user-from-enterprise

0 commit comments

Comments
 (0)