Skip to content

Commit c1ad6c6

Browse files
Add DefaultDeploymentTemplate to mfe.json (#43221)
1 parent 3fddcd6 commit c1ad6c6

File tree

1 file changed

+9
-0
lines changed
  • sdk/ml/azure-ai-ml/swagger/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-10-01-dataplanepreview

1 file changed

+9
-0
lines changed

sdk/ml/azure-ai-ml/swagger/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2021-10-01-dataplanepreview/mfe.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5733,6 +5733,15 @@
57335733
"description": "AssetId of origin model.",
57345734
"type": "string",
57355735
"x-nullable": true
5736+
},
5737+
"DefaultDeploymentTemplate": {
5738+
"type": "object",
5739+
"properties": {
5740+
"assetId": {
5741+
"type": "string",
5742+
"x-nullable": true
5743+
}
5744+
}
57365745
}
57375746
},
57385747
"x-ms-client-name": "ModelVersionDetails",

0 commit comments

Comments
 (0)