Skip to content

Commit d4416e2

Browse files
authored
Merge pull request #294 from MicrosoftDocs/main
02/04/2025 PM Publishing
2 parents 1884993 + 1a9a72b commit d4416e2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

reference/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"docs-conceptual/**/*.md": "conceptual"
4040
},
4141
"ms.topic": {
42-
"ps-modules/**/*": "managed-reference",
42+
"ps-modules/**/*": "reference",
4343
"docs-conceptual/**/**": "conceptual",
4444
"docs-conceptual/**/get-started/**": "get-started",
4545
"docs-conceptual/**/whats-new/**": "whats-new",
4646
"docs-conceptual/**/how-to/**": "how-to",
47-
"docs-conceptual/PSScriptAnalyzer/Rules/**": "reference"
47+
"docs-conceptual/PSScriptAnalyzer/Rules/**": "language-reference"
4848
}
4949
},
5050
"globalMetadata": {

reference/docs-conceptual/AIShell/how-to/agent-openai.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ editor. Update the file based on the following example:
6767
}
6868
```
6969

70+
> [!NOTE]
71+
> The endpoint for the Azure OpenAI configuration does not need a full endpoint including the deployment,
72+
> for example you can just use the following endpoint format, `https://<YourServiceName>.openai.azure.com`.
73+
7074
## GPT
7175

7276
GPTs are tailored versions of base OpenAI models. You use a GPT to provide focused responses based on

0 commit comments

Comments
 (0)