Skip to content

Commit fa199d8

Browse files
authored
Merge pull request #5967 from influxdata/jts-fix-beta
fix beta in API
2 parents 9ee16d3 + c259a01 commit fa199d8

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

.vscode/settings.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commentAnchors.tags.anchors":
3-
{ "SOURCE": {
4-
"scope": "file",
5-
"behavior": "link",
6-
"iconColor": "#FF0000",
7-
"highlightColor": "#FF0000",
8-
"style": "bold"
9-
}},
2+
"commentAnchors.tags.anchors":
3+
{ "SOURCE": {
4+
"scope": "file",
5+
"behavior": "link",
6+
"iconColor": "#FF0000",
7+
"highlightColor": "#FF0000",
8+
"style": "bold"
9+
}},
1010
"commentAnchors.workspace.matchFiles": "**/*.{md,ini,json,yaml,yml}",
1111
"commentAnchors.workspace.enabled": true,
1212
"yaml.schemas": {
@@ -15,13 +15,17 @@
1515
"vale.valeCLI.config": "${workspaceFolder}/.vale.ini",
1616
"vale.valeCLI.minAlertLevel": "warning",
1717
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
18-
"github.copilot.chat.codeGeneration.instructionFiles": [
18+
"github.copilot.chat.codeGeneration.instructions": [
1919
{
20-
"path": "${workspaceFolder}/.github/copilot-instructions.md",
21-
"enabled": true
20+
"file": "${workspaceFolder}/.github/copilot-instructions.md",
21+
}
22+
],
23+
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
24+
{
25+
"file": "${workspaceFolder}/.github/copilot-instructions.md",
2226
}
2327
],
2428
"cSpell.words": [
2529
"influxctl"
26-
],
30+
]
2731
}

api-docs/influxdb3/core/v3/ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ security:
4343
tags:
4444
- name: Authentication
4545
description: |
46-
During the initial Alpha phase, InfluxDB 3 Core does not require authentication.
46+
During the Beta phase, InfluxDB 3 Core does not require authentication.
4747
x-traitTag: true
4848
- name: Compatibility endpoints
4949
description: |

api-docs/influxdb3/enterprise/v3/ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ security:
4343
tags:
4444
- name: Authentication
4545
description: |
46-
During the initial Alpha phase, InfluxDB 3 Enterprise does not require authentication.
46+
During the Beta phase, InfluxDB 3 Enterprise does not require authentication.
4747
x-traitTag: true
4848
- name: Compatibility endpoints
4949
description: |

0 commit comments

Comments
 (0)