Skip to content

Commit e3bdc42

Browse files
GraphQL schema update (#62806)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 0ed9bb2 commit e3bdc42

5 files changed

Lines changed: 13 additions & 18 deletions

File tree

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Enum value 'SECURITY_KEY<code>was removed from enum</code>ProofOfPresenceRequirement'</p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2026-08-17"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema-enterprise-admin.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11825,10 +11825,6 @@
1182511825
{
1182611826
"name": "REAUTH",
1182711827
"description": "<p>Members must complete a fresh re-authentication against the enterprise identity provider.</p>"
11828-
},
11829-
{
11830-
"name": "SECURITY_KEY",
11831-
"description": "<p>Members must satisfy a phishing-resistant security key re-authentication (Microsoft Entra only).</p>"
1183211828
}
1183311829
],
1183411830
"category": "enterprise-admin"

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44014,11 +44014,6 @@ enum ProofOfPresenceRequirement @docsCategory(name: "enterprise-admin") {
4401444014
Members must complete a fresh re-authentication against the enterprise identity provider.
4401544015
"""
4401644016
REAUTH
44017-
44018-
"""
44019-
Members must satisfy a phishing-resistant security key re-authentication (Microsoft Entra only).
44020-
"""
44021-
SECURITY_KEY
4402244017
}
4402344018

4402444019
"""

src/graphql/data/ghec/schema-enterprise-admin.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11825,10 +11825,6 @@
1182511825
{
1182611826
"name": "REAUTH",
1182711827
"description": "<p>Members must complete a fresh re-authentication against the enterprise identity provider.</p>"
11828-
},
11829-
{
11830-
"name": "SECURITY_KEY",
11831-
"description": "<p>Members must satisfy a phishing-resistant security key re-authentication (Microsoft Entra only).</p>"
1183211828
}
1183311829
],
1183411830
"category": "enterprise-admin"

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44014,11 +44014,6 @@ enum ProofOfPresenceRequirement @docsCategory(name: "enterprise-admin") {
4401444014
Members must complete a fresh re-authentication against the enterprise identity provider.
4401544015
"""
4401644016
REAUTH
44017-
44018-
"""
44019-
Members must satisfy a phishing-resistant security key re-authentication (Microsoft Entra only).
44020-
"""
44021-
SECURITY_KEY
4402244017
}
4402344018

4402444019
"""

0 commit comments

Comments
 (0)