From 3bc3fb0214955cad7c4f5d2a88c554b8b2fe3c7e Mon Sep 17 00:00:00 2001 From: Chris Jiang Date: Thu, 10 Aug 2023 08:54:45 -0700 Subject: [PATCH] Rename enum for patchStatus (#25257) * Add properties for os patching * resolve comments * remove autorestartafterupdates * update description * rename property * Change property osPatchingStatus to upper case * rename osPatchingStatus to upper case * add enum for patch status * add enum for patch status * rename enum's name * rename enum --------- Co-authored-by: Chris Jiang --- .../preview/2023-08-01-preview/machineLearningServices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 293c475bf92c..756410356fd3 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 @@ -2916,7 +2916,7 @@ "Unknown" ], "x-ms-enum": { - "name": "OsPatchingStatus", + "name": "PatchStatus", "modelAsString": true } },