Skip to content

Commit e750503

Browse files
committed
fixing file
1 parent 9ccdcb5 commit e750503

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/ai-foundry/agents/includes/quickstart-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use the following code to create and run an agent. To run this code, you will ne
5050

5151
Set this endpoint in an environment variable variable named `ProjectEndpoint`.
5252

53-
[!INCLUDE [endpoint-string-portal](connection-string-deprecation.md.md)]
53+
[!INCLUDE [endpoint-string-portal](connection-string-deprecation.md)]
5454

5555
[!INCLUDE [model-name-portal](model-name-portal.md)]
5656

articles/ai-foundry/agents/includes/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use the following code to create and run an agent. To run this code, you will ne
4747

4848
Set this endpoint as an environment variable named `PROJECT_ENDPOINT`.
4949

50-
[!INCLUDE [endpoint-string-portal](connection-string-deprecation.md.md)]
50+
[!INCLUDE [endpoint-string-portal](connection-string-deprecation.md)]
5151

5252
[!INCLUDE [model-name-portal](model-name-portal.md)]
5353

articles/ai-foundry/agents/includes/quickstart-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Use the following code to create and run an agent which uploads [a CSV file](htt
6060

6161
Set this endpoint as an environment variable named `PROJECT_ENDPOINT` in a `.env` file.
6262

63-
[!INCLUDE [endpoint-string-portal](connection-string-deprecation.md.md)]
63+
[!INCLUDE [endpoint-string-portal](connection-string-deprecation.md)]
6464

6565
[!INCLUDE [model-name-portal](model-name-portal.md)]
6666

0 commit comments

Comments
 (0)