From 6d348f4f46b7c4e1ae63e6995814b9d80a619049 Mon Sep 17 00:00:00 2001 From: LeiZhao Date: Thu, 23 May 2019 12:01:03 -0700 Subject: [PATCH] Adding usage id property to support usages by VM family, Workspace & Compute (#6055) * add usage resourse id to support useages by vmfamily * add type property base on the ARM Usages contract --- .../stable/2018-11-19/machineLearningServices.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/machineLearningServices.json index 2b4c65b55399..39cc6f695800 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/machineLearningServices.json @@ -1103,6 +1103,16 @@ }, "Usage": { "properties": { + "id": { + "readOnly": true, + "type": "string", + "description": "Specifies the resource ID." + }, + "type": { + "readOnly": true, + "type": "string", + "description": "Specifies the resource type." + }, "unit": { "readOnly": true, "type": "string",