Skip to content

Commit cff7fcb

Browse files
namanag16Naman Agarwal
andauthored
remove readonly flag on schedules property for CI (#21653)
Co-authored-by: Naman Agarwal <[email protected]>
1 parent 8100a42 commit cff7fcb

File tree

1 file changed

+1
-2
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-12-01-preview

1 file changed

+1
-2
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-12-01-preview/machineLearningServices.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3805,8 +3805,7 @@
38053805
"schedules": {
38063806
"description": "The list of schedules to be applied on the computes.",
38073807
"$ref": "#/definitions/ComputeSchedules",
3808-
"x-nullable": true,
3809-
"readOnly": true
3808+
"x-nullable": true
38103809
},
38113810
"idleTimeBeforeShutdown": {
38123811
"type": "string",

0 commit comments

Comments
 (0)