Skip to content

Commit 1e4edc5

Browse files
committed
incorporate PR feedback
1 parent a49fd8d commit 1e4edc5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/ai-services/openai/includes/assistants-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
6464

6565
## Run the quickstart
6666

67-
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with a `AzureKeyCredential` object.
67+
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with an `AzureKeyCredential` object.
6868

6969
#### [Microsoft Entra ID](#tab/keyless)
7070

articles/ai-services/openai/includes/chatgpt-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
6262

6363
## Run the quickstart
6464

65-
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with a `AzureKeyCredential` object.
65+
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with an `AzureKeyCredential` object.
6666

6767
#### [Microsoft Entra ID](#tab/keyless)
6868

articles/ai-services/openai/includes/dall-e-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
6565

6666
## Run the quickstart
6767

68-
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with a `AzureKeyCredential` object.
68+
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with an `AzureKeyCredential` object.
6969

7070
#### [Microsoft Entra ID](#tab/keyless)
7171

articles/ai-services/openai/includes/gpt-v-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
6262

6363
## Run the quickstart
6464

65-
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with a `AzureKeyCredential` object.
65+
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with an `AzureKeyCredential` object.
6666

6767
#### [Microsoft Entra ID](#tab/keyless)
6868

articles/ai-services/openai/includes/text-to-speech-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
5959

6060
## Run the quickstart
6161

62-
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with a `AzureKeyCredential` object.
62+
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with an `AzureKeyCredential` object.
6363

6464
#### [Microsoft Entra ID](#tab/keyless)
6565

articles/ai-services/openai/includes/whisper-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
5757

5858
## Run the quickstart
5959

60-
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with a `AzureKeyCredential` object.
60+
The sample code in this quickstart uses Microsoft Entra ID for the recommended keyless authentication. If you prefer to use an API key, you can replace the `DefaultAzureCredential` object with an `AzureKeyCredential` object.
6161

6262
#### [Microsoft Entra ID](#tab/keyless)
6363

0 commit comments

Comments
 (0)