Skip to content

Commit c473752

Browse files
committed
update
1 parent 882a39e commit c473752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/includes/api-surface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Each API surface/specification encapsulates a different set of Azure OpenAI capa
2424
2525
| API | Latest preview release | Latest GA release | Specifications | Description |
2626
|:---|:----|:----|:----|:---|
27-
| **Control plane** | `2025-07-01-preview` | [`2025-06-01`](/rest/api/aifoundry/accountmanagement/operation-groups?view=rest-aifoundry-accountmanagement-2025-06-01) | [Spec files](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json) | The control plane API is used for operations like [creating resources](/rest/api/aifoundry/accountmanagement/accounts/create?view=rest-aifoundry-accountmanagement-2025-06-01&tabs=HTTP), [model deployment](/rest/api/aifoundry/accountmanagement/deployments/create-or-update?view=rest-aifoundry-accountmanagement-2025-06-01&tabs=HTTP), and other higher level resource management tasks. The control plane also governs what is possible to do with capabilities like Azure Resource Manager, Bicep, Terraform, and Azure CLI.|
27+
| **Control plane** | `2025-07-01-preview` | [`2025-06-01`](/rest/api/aifoundry/accountmanagement/operation-groups?view=rest-aifoundry-accountmanagement-2025-06-01&preserve-view=true) | [Spec files](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2025-06-01/cognitiveservices.json) | The control plane API is used for operations like [creating resources](/rest/api/aifoundry/accountmanagement/accounts/create?view=rest-aifoundry-accountmanagement-2025-06-01&tabs=HTTP&preserve-view=true), [model deployment](/rest/api/aifoundry/accountmanagement/deployments/create-or-update?view=rest-aifoundry-accountmanagement-2025-06-01&tabs=HTTP&preserve-view=true), and other higher level resource management tasks. The control plane also governs what is possible to do with capabilities like Azure Resource Manager, Bicep, Terraform, and Azure CLI.|
2828
| **Data plane** | [`v1 preview`](/azure/ai-foundry/openai/reference-preview-latest) | [`v1`](/azure/ai-foundry/openai/latest) | [Spec files](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/ai/data-plane/OpenAI.v1) | The data plane API controls inference and authoring operations. |
2929

3030

0 commit comments

Comments
 (0)