From 6d8b20230fa57a3dfb2f1fd70f7f4fa5b67354b8 Mon Sep 17 00:00:00 2001 From: binilkk <45779126+binilkk@users.noreply.github.com> Date: Fri, 14 Dec 2018 09:59:05 -0800 Subject: [PATCH] Fixes for: (#4880) Issue #1 : https://github.com/Azure/azure-rest-api-specs/issues/4576#issuecomment-445427819 Typo in the DeltaOperationType Enum. Issue #2 : https://github.com/Azure/azure-rest-api-specs/issues/4844#event-2014233693 GlobalAdmins list is marked as an object, while it's an array. --- .../stable/2014-01-01/ADHybridHealthService.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json b/specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json index def539e54f12..56af5a164574 100644 --- a/specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json +++ b/specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json @@ -3964,7 +3964,7 @@ "Update", "Delete", "Obsolete", - "DeletAdd" + "DeleteAdd" ], "x-ms-enum": { "name": "DeltaOperationType", @@ -6245,7 +6245,7 @@ "description": "The reason due to which the tenant was disabled in Azure Active Directory Connect Health." }, "globalAdminsEmail": { - "type": "object", + "type": "array", "items": { "type": "string" },