diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/examples/Compute/createOrUpdate/AmlCompute.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/examples/Compute/createOrUpdate/AmlCompute.json index 52d57363df95..b5abb100bc88 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/examples/Compute/createOrUpdate/AmlCompute.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/examples/Compute/createOrUpdate/AmlCompute.json @@ -48,6 +48,7 @@ "nodeIdleTimeBeforeScaleDown": "PT5M" }, "remoteLoginPortPublicAccess": "Enabled", + "releaseQuotaOnStop": false, "allocationState": "Resizing", "allocationStateTransitionTime": "2017-09-27T22:28:08.998Z", "errors": null, diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/examples/Compute/get/AmlCompute.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/examples/Compute/get/AmlCompute.json index 486c8195cebb..f666b7400de8 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/examples/Compute/get/AmlCompute.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/examples/Compute/get/AmlCompute.json @@ -34,6 +34,7 @@ "nodeIdleTimeBeforeScaleDown": "PT5M" }, "remoteLoginPortPublicAccess": "Enabled", + "releaseQuotaOnStop": false, "allocationState": "Resizing", "allocationStateTransitionTime": "2017-09-27T22:28:08.998Z", "errors": null, diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/machineLearningServices.json index f78572d53c0f..e007af09dfc5 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2023-08-01-preview/machineLearningServices.json @@ -1907,6 +1907,13 @@ "modelAsString": true } }, + "releaseQuotaOnStop": { + "type": "boolean", + "default": false, + "title": "Release quota if compute instance stopped.", + "description": "Release quota if compute instance stopped. Possible values are: true - release quota if compute instance stopped. false - don't release quota when compute instance stopped.", + "x-nullable": true + }, "allocationState": { "type": "string", "readOnly": true, @@ -2106,6 +2113,11 @@ "modelAsString": true } }, + "releaseQuotaOnStop": { + "type": "boolean", + "title": "Release quota if compute instance stopped.", + "description": "Release quota if compute instance stopped. Possible values are: true - release quota if compute instance stopped. false - don't release quota when compute instance stopped." + }, "personalComputeInstanceSettings": { "title": "Personal Compute Instance settings.", "description": "Settings for a personal compute instance.",