Skip to content

Commit 087070b

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterpriseCloud] Update to 1.1.4-9490e41553676ba8db2a5129723d9e63 from 1.1.4-105708433ef2827723e57d66a0f7645f
Detected Schema changes: 2024-09-24 17:31:12 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-09-24 17:31:12 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-09-24 17:31:12 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory 2024-09-24 17:31:14 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-09-24 17:31:14 ERROR unable to open the rolodex file, check specification references and base path ├ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory └ file: /__w/github-root/github-root/server-statistics-packages.yaml 2024-09-24 17:31:14 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.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: component 'server-statistics-advisory-db.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [208006:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [208008:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [208010: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: component 'server-statistics-advisory-db.yaml' does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [208001:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [208003:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [208005:11]
1 parent 59951dd commit 087070b

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
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": "105708433ef2827723e57d66a0f7645f",
2+
"specHash": "9490e41553676ba8db2a5129723d9e63",
33
"generatedFiles": {
44
"files": [
55
{
@@ -488,7 +488,7 @@
488488
},
489489
{
490490
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationFull.php",
491-
"hash": "49c8f7f273407b67bf2e23bb320e8a77"
491+
"hash": "04d76489e932f9f7b21ed78c22f5880a"
492492
},
493493
{
494494
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ActionsCacheUsageByRepository.php",

clients/GitHubEnterpriseCloud/src/Schema/OrganizationFull.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,10 +459,14 @@
459459
"format": "date-time"
460460
}
461461
},
462-
"description": "Organization Full"
462+
"description": "Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement.\\n\\nGitHub currently defines SMS as an insecure method of two-factor authentication.\\n\\nIf your users are managed by the enterprise this policy will not affect them. The first admin account of the enterprise will still be affected."
463463
}';
464464
public const SCHEMA_TITLE = 'Organization Full';
465-
public const SCHEMA_DESCRIPTION = 'Organization Full';
465+
public const SCHEMA_DESCRIPTION = 'Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement.
466+
467+
GitHub currently defines SMS as an insecure method of two-factor authentication.
468+
469+
If your users are managed by the enterprise this policy will not affect them. The first admin account of the enterprise will still be affected.';
466470
public const SCHEMA_EXAMPLE_DATA = '{
467471
"login": "github",
468472
"id": 1,

etc/specs/GitHubEnterpriseCloud/current.spec.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78175,7 +78175,12 @@ components:
7817578175
- updated_at
7817678176
organization-full:
7817778177
title: Organization Full
78178-
description: Organization Full
78178+
description: |-
78179+
Prevents users in the organization from using insecure methods of two-factor authentication to fulfill a two-factor requirement.
78180+
78181+
GitHub currently defines SMS as an insecure method of two-factor authentication.
78182+
78183+
If your users are managed by the enterprise this policy will not affect them. The first admin account of the enterprise will still be affected.
7817978184
type: object
7818078185
properties:
7818178186
login:

0 commit comments

Comments
 (0)