Skip to content

Commit 718eb40

Browse files
authored
Merge pull request #1298 from php-api-clients/GitHubEnterpriseCloud/from-1.1.4-9490e41553676ba8db2a5129723d9e63-from-1.1.4-9490e41553676ba8db2a5129723d9e63
2 parents 59951dd + 087070b commit 718eb40

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)