Skip to content

Commit ec2d32e

Browse files
authored
Merge pull request #272050 from MicrosoftDocs/main
4/12 OOB publish
2 parents 919535d + 200ab67 commit ec2d32e

36 files changed

+222
-454
lines changed

articles/ai-services/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ items:
102102
href: cognitive-services-limited-access.md
103103
- name: Reference
104104
items:
105-
- name: Azure AI services client libraries (SDKs)
105+
- name: Azure AI services SDKs
106106
href: reference/sdk-package-resources.md
107107
- name: Azure AI services REST APIs
108108
href: reference/rest-api-resources.md

articles/ai-services/reference/rest-api-resources.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Azure AI REST API reference
2+
title: Azure AI services REST API reference
33
titleSuffix: Azure AI services
4-
description: Provides an overview of available Azure AI REST APIs with links to reference documentation.
4+
description: Provides an overview of available Azure AI services REST APIs with links to reference documentation.
55
author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-services
@@ -10,10 +10,10 @@ ms.date: 03/07/2024
1010
ms.author: lajanuar
1111
---
1212

13-
# Azure AI REST API reference
13+
# Azure AI services REST API reference
1414

1515

16-
This article provides an overview of available Azure AI REST APIs with links to service and feature level reference documentation.
16+
This article provides an overview of available Azure AI services REST APIs with links to service and feature level reference documentation.
1717

1818
## Available Azure AI services
1919

articles/ai-services/reference/sdk-package-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure AI SDK reference
2+
title: Azure AI services SDK reference
33
titleSuffix: Azure AI services
44
description: Provides an overview of available Azure AI client libraries and packages with links to reference documentation.
55
author: eric-urban
@@ -11,7 +11,7 @@ ms.author: lajanuar
1111
zone_pivot_groups: programming-languages-reference-ai-services
1212
---
1313

14-
# Azure AI SDK reference
14+
# Azure AI services SDK reference
1515

1616
This article provides an overview of available Azure AI client libraries and packages with links to service and feature level reference documentation.
1717

articles/ai-services/speech-service/tutorial-voice-enable-your-bot-speech-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ If you want to test your deployed bot with text input, use the following steps.
278278

279279
```json
280280
{
281-
"MicrosoftAppId": "3be0abc2-ca07-475e-b6c3-90c4476c4370",
282-
"MicrosoftAppPassword": "-zRhJZ~1cnc7ZIlj4Qozs_eKN.8Cq~U38G"
281+
"MicrosoftAppId": "YourAppId",
282+
"MicrosoftAppPassword": "YourAppPassword"
283283
}
284284
```
285285

articles/ai-studio/.openpublishing.redirection.ai-studio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"source_path_from_root": "/articles/ai-studio/quickstarts/playground-completions.md",
1515
"redirect_url": "/azure/ai-studio/quickstarts/assistants",
1616
"redirect_document_id": true
17+
},
18+
{
19+
"source_path_from_root": "/articles/ai-studio/how-to/cli-install.md",
20+
"redirect_url": "/azure/ai-studio/how-to/sdk-install",
21+
"redirect_document_id": true
1722
}
1823
]
1924
}

articles/ai-studio/how-to/cli-install.md

Lines changed: 0 additions & 310 deletions
This file was deleted.

0 commit comments

Comments
 (0)