From 089a10f607f28720edad7b31e70dca3758f9af16 Mon Sep 17 00:00:00 2001 From: Eric Sorenson Date: Fri, 28 Aug 2026 19:22:47 +0000 Subject: [PATCH 1/2] Empty commit to match docs-early-access #547 (#62941) Co-authored-by: John Clement <70238417+jclement136@users.noreply.github.com> From e759b374e4e81e12b7ec42f7862d7571be807fc6 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:28:01 +0000 Subject: [PATCH 2/2] GraphQL schema update (#62975) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- src/graphql/data/fpt/schema-enterprise-admin.json | 4 ++-- src/graphql/data/fpt/schema.docs.graphql | 8 ++++++-- src/graphql/data/ghec/schema-enterprise-admin.json | 4 ++-- src/graphql/data/ghec/schema.docs.graphql | 8 ++++++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/graphql/data/fpt/schema-enterprise-admin.json b/src/graphql/data/fpt/schema-enterprise-admin.json index de00a0030132..d929a6f3f0b5 100644 --- a/src/graphql/data/fpt/schema-enterprise-admin.json +++ b/src/graphql/data/fpt/schema-enterprise-admin.json @@ -12274,7 +12274,7 @@ "inputFields": [ { "name": "allowListValue", - "description": "

An IP address or range of addresses in CIDR notation.

", + "description": "

An IP address or range of addresses in CIDR notation. Ranges that cover the\nentire address space, such as 0.0.0.0/0 or ::/0, are not accepted for\norganizations or enterprises.

", "type": "String!", "id": "string", "href": "/graphql/reference/other#scalar-string" @@ -13739,7 +13739,7 @@ "inputFields": [ { "name": "allowListValue", - "description": "

An IP address or range of addresses in CIDR notation.

", + "description": "

An IP address or range of addresses in CIDR notation. Ranges that cover the\nentire address space, such as 0.0.0.0/0 or ::/0, are not accepted for\norganizations or enterprises.

", "type": "String!", "id": "string", "href": "/graphql/reference/other#scalar-string" diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql index ba25a856c69b..54f4493ffc81 100644 --- a/src/graphql/data/fpt/schema.docs.graphql +++ b/src/graphql/data/fpt/schema.docs.graphql @@ -8416,7 +8416,9 @@ Autogenerated input type of CreateIpAllowListEntry """ input CreateIpAllowListEntryInput { """ - An IP address or range of addresses in CIDR notation. + An IP address or range of addresses in CIDR notation. Ranges that cover the + entire address space, such as `0.0.0.0/0` or `::/0`, are not accepted for + organizations or enterprises. """ allowListValue: String! @@ -69819,7 +69821,9 @@ Autogenerated input type of UpdateIpAllowListEntry """ input UpdateIpAllowListEntryInput { """ - An IP address or range of addresses in CIDR notation. + An IP address or range of addresses in CIDR notation. Ranges that cover the + entire address space, such as `0.0.0.0/0` or `::/0`, are not accepted for + organizations or enterprises. """ allowListValue: String! diff --git a/src/graphql/data/ghec/schema-enterprise-admin.json b/src/graphql/data/ghec/schema-enterprise-admin.json index de00a0030132..d929a6f3f0b5 100644 --- a/src/graphql/data/ghec/schema-enterprise-admin.json +++ b/src/graphql/data/ghec/schema-enterprise-admin.json @@ -12274,7 +12274,7 @@ "inputFields": [ { "name": "allowListValue", - "description": "

An IP address or range of addresses in CIDR notation.

", + "description": "

An IP address or range of addresses in CIDR notation. Ranges that cover the\nentire address space, such as 0.0.0.0/0 or ::/0, are not accepted for\norganizations or enterprises.

", "type": "String!", "id": "string", "href": "/graphql/reference/other#scalar-string" @@ -13739,7 +13739,7 @@ "inputFields": [ { "name": "allowListValue", - "description": "

An IP address or range of addresses in CIDR notation.

", + "description": "

An IP address or range of addresses in CIDR notation. Ranges that cover the\nentire address space, such as 0.0.0.0/0 or ::/0, are not accepted for\norganizations or enterprises.

", "type": "String!", "id": "string", "href": "/graphql/reference/other#scalar-string" diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index ba25a856c69b..54f4493ffc81 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -8416,7 +8416,9 @@ Autogenerated input type of CreateIpAllowListEntry """ input CreateIpAllowListEntryInput { """ - An IP address or range of addresses in CIDR notation. + An IP address or range of addresses in CIDR notation. Ranges that cover the + entire address space, such as `0.0.0.0/0` or `::/0`, are not accepted for + organizations or enterprises. """ allowListValue: String! @@ -69819,7 +69821,9 @@ Autogenerated input type of UpdateIpAllowListEntry """ input UpdateIpAllowListEntryInput { """ - An IP address or range of addresses in CIDR notation. + An IP address or range of addresses in CIDR notation. Ranges that cover the + entire address space, such as `0.0.0.0/0` or `::/0`, are not accepted for + organizations or enterprises. """ allowListValue: String!