File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -24895,11 +24895,21 @@
24895
24895
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
24896
24896
"enum": ["allow", "block", "unconfigured", "unknown"]
24897
24897
},
24898
- "copilot_chat ": {
24898
+ "ide_chat ": {
24899
24899
"type": "string",
24900
24900
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
24901
24901
"enum": ["enabled", "disabled", "unconfigured"]
24902
24902
},
24903
+ "platform_chat": {
24904
+ "type": "string",
24905
+ "description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
24906
+ "enum": ["enabled", "disabled", "unconfigured"]
24907
+ },
24908
+ "cli": {
24909
+ "type": "string",
24910
+ "description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
24911
+ "enum": ["enabled", "disabled", "unconfigured"]
24912
+ },
24903
24913
"seat_management_setting": {
24904
24914
"type": "string",
24905
24915
"description": "The mode of assigning new seats.",
Original file line number Diff line number Diff line change @@ -25744,11 +25744,21 @@
25744
25744
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
25745
25745
"enum": ["allow", "block", "unconfigured", "unknown"]
25746
25746
},
25747
- "copilot_chat ": {
25747
+ "ide_chat ": {
25748
25748
"type": "string",
25749
25749
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
25750
25750
"enum": ["enabled", "disabled", "unconfigured"]
25751
25751
},
25752
+ "platform_chat": {
25753
+ "type": "string",
25754
+ "description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
25755
+ "enum": ["enabled", "disabled", "unconfigured"]
25756
+ },
25757
+ "cli": {
25758
+ "type": "string",
25759
+ "description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
25760
+ "enum": ["enabled", "disabled", "unconfigured"]
25761
+ },
25752
25762
"seat_management_setting": {
25753
25763
"type": "string",
25754
25764
"description": "The mode of assigning new seats.",
You can’t perform that action at this time.
0 commit comments