Skip to content

Commit d06e0c1

Browse files
authored
Remove stray asterisks from Azure OpenAI README heading (Azure#46274)
1 parent 1be6a1b commit d06e0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/openai/Azure.AI.OpenAI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ AzureOpenAIClient azureClient = new(
5353
ChatClient chatClient = azureClient.GetChatClient("my-gpt-4o-mini-deployment");
5454
```
5555

56-
##### Configure client for Azure sovereign cloud**
56+
##### Configure client for Azure sovereign cloud
5757

5858
If your Microsoft Entra credentials are issued by an entity other than Azure Public Cloud, you can set the `Audience` property on `OpenAIClientOptions` to modify the token authorization scope used for requests.
5959

0 commit comments

Comments
 (0)