Skip to content

Commit da87fc0

Browse files
Merge pull request #2686 from mrbullwinkle/mrb_01_31_2025_metadata
[Azure OpenAI] Metadata
2 parents e3b4528 + 7eed12f commit da87fc0

File tree

7 files changed

+9
-14
lines changed

7 files changed

+9
-14
lines changed

articles/ai-services/openai/concepts/legacy-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the deprecated models in Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 06/14/2024
7+
ms.date: 01/31/2025
88
ms.custom: references_regions, build-2023, build-2023-dataai
99
manager: nitinme
1010
author: mrbullwinkle

articles/ai-services/openai/how-to/create-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-openai
88
ms.custom: devx-track-azurecli, build-2023, build-2023-dataai, devx-track-azurepowershell
99
ms.topic: how-to
10-
ms.date: 05/20/2024
10+
ms.date: 01/31/2025
1111
zone_pivot_groups: openai-create-resource
1212
author: mrbullwinkle
1313
ms.author: mbullwin

articles/ai-services/openai/how-to/dynamic-quota.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mrbullwinkle
77
manager: nitinme
88
ms.service: azure-ai-openai
99
ms.topic: how-to
10-
ms.date: 06/27/2024
10+
ms.date: 01/31/2025
1111
ms.author: mbullwin
1212
---
1313

@@ -54,9 +54,7 @@ To use dynamic quota, you must:
5454

5555
### Enable dynamic quota
5656

57-
To activate dynamic quota for your deployment, you can go to the advanced properties in the resource configuration, and switch it on:
58-
59-
:::image type="content" source="../media/how-to/dynamic-quota/dynamic-quota-new.png" alt-text="Screenshot of advanced configuration UI for deployments." lightbox="../media/how-to/dynamic-quota/dynamic-quota-new.png":::
57+
To activate dynamic quota for your deployment, you can go to the advanced properties in the resource configuration, and switch it on.
6058

6159
Alternatively, you can enable it programmatically with Azure CLI's [`az rest`](/cli/azure/reference-index?view=azure-cli-latest#az-rest&preserve-view=true):
6260

articles/ai-services/openai/how-to/manage-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: mbullwin
66
ms.custom: subject-cost-optimization
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 05/08/2024
9+
ms.date: 01/31/2025
1010
---
1111

1212

articles/ai-services/openai/how-to/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Provides guidance on how to set managed identity with Microsoft Entra ID
55
ms.service: azure-ai-openai
66
ms.topic: how-to
7-
ms.date: 06/25/2024
7+
ms.date: 01/31/2025
88
author: mrbullwinkle
99
ms.author: mbullwin
1010
recommendations: false

articles/ai-services/openai/how-to/migration-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbullwin
77
ms.service: azure-ai-openai
88
ms.custom: devx-track-python
99
ms.topic: how-to
10-
ms.date: 07/11/2024
10+
ms.date: 01/31/2025
1111
manager: nitinme
1212
---
1313

articles/ai-services/openai/how-to/reasoning.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure OpenAI o1 series reasoning models
33
titleSuffix: Azure OpenAI
4-
description: Learn how to use Azure OpenAI's advanced o1 series reasoning models
4+
description: Learn how to use Azure OpenAI's advanced o3-mini, o1, & o1-mini reasoning models
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: include
@@ -239,10 +239,7 @@ print(response.model_dump_json(indent=2))
239239
240240
## Developer messages
241241

242-
Functionally developer messages ` "role": "developer"` are the same as system messages.
243-
244-
- **System messages are not supported** with the **o1 series** reasoning models.
245-
- `o1-2024-12-17` with API version: `2024-12-01-preview` and later adds support for developer messages.
242+
Functionally developer messages ` "role": "developer"` are the same as system messages.
246243

247244
Adding a developer message to the previous code example would look as follows:
248245

0 commit comments

Comments
 (0)