Skip to content

Commit d7e2dfc

Browse files
Add artifacts for v6.2.2553
1 parent e8e2791 commit d7e2dfc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6.2.1106
1+
v6.2.2553

schemas/site.schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,12 @@
324324
"default": 10,
325325
"minimum": 1
326326
},
327+
"rulesInterpretationMode": {
328+
"description": "Controls how Perforce IP-based protection rules are interpreted. 'unified' (default) applies all rules regardless of proxy-prefix. 'directOnly' only applies rules without proxy- prefix. 'proxyOnly' only applies rules with proxy- prefix. Use this to align with your Perforce deployment model.",
329+
"type": "string",
330+
"enum": ["unified", "directOnly", "proxyOnly"],
331+
"default": "unified"
332+
},
327333
"enforceIPRestrictions": {
328334
"description": "Enforces IP restrictions on sub-repo permissions. If true, relies on rightmost value X-FORWARDED-FOR header to determine the client IP address. You must configure your reverse proxy to set this header securely. Also incompoitable with the perforce ignoreRulesWithHost option.",
329335
"type": "boolean",
@@ -3754,6 +3760,10 @@
37543760
"useDeprecatedCompletionsAPI": {
37553761
"description": "Enables the use of the older completions API for select Azure OpenAI models. This is just an escape hatch, for backwards compatibility, because not all Azure OpenAI models are available on the 'newer' completions API.",
37563762
"type": "boolean"
3763+
},
3764+
"apiVersion": {
3765+
"description": "The API version to use for the Azure OpenAI Service. Compatibility may be broken between versions - the only officially supported option here is to leave it unset.",
3766+
"type": "string"
37573767
}
37583768
}
37593769
},

0 commit comments

Comments
 (0)