You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@doc("Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based `connection_name/deployment_name` (i.e. `my-aoai-connection/gpt-4o`.")
Copy file name to clipboardExpand all lines: specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/azure-ai-projects-1dp.json
+4-22Lines changed: 4 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1976,20 +1976,20 @@
1976
1976
"type": "object",
1977
1977
"description": "Azure OpenAI model configuration. The API version would be selected by the service for querying the model.",
1978
1978
"properties": {
1979
-
"DeploymentName": {
1979
+
"ModelDeploymentName": {
1980
1980
"type": "string",
1981
1981
"description": "Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based `connection_name/deployment_name` (i.e. `my-aoai-connection/gpt-4o`."
1982
1982
}
1983
1983
},
1984
1984
"required": [
1985
-
"DeploymentName"
1985
+
"ModelDeploymentName"
1986
1986
],
1987
1987
"allOf": [
1988
1988
{
1989
1989
"$ref": "#/definitions/TargetConfig"
1990
1990
}
1991
1991
],
1992
-
"x-ms-discriminator-value": "AzureAOAIModel"
1992
+
"x-ms-discriminator-value": "AzureOpenAIModel"
1993
1993
},
1994
1994
"BaseCredentials": {
1995
1995
"type": "object",
@@ -3245,10 +3245,7 @@
3245
3245
"HateUnfairness",
3246
3246
"Violence",
3247
3247
"Sexual",
3248
-
"SelfHarm",
3249
-
"ProtectedMaterial",
3250
-
"CodeVulnerability",
3251
-
"UngroundedAttributes"
3248
+
"SelfHarm"
3252
3249
],
3253
3250
"x-ms-enum": {
3254
3251
"name": "RiskCategory",
@@ -3273,21 +3270,6 @@
3273
3270
"name": "SelfHarm",
3274
3271
"value": "SelfHarm",
3275
3272
"description": "Represents content related to self-harm."
0 commit comments