Skip to content

Commit 63a57f6

Browse files
binilkkAnuTalluri
authored andcommitted
Fixes for: (Azure#4880)
Issue #1 : Azure#4576 (comment) Typo in the DeltaOperationType Enum. Issue #2 : Azure#4844 (comment) GlobalAdmins list is marked as an object, while it's an array.
1 parent be01804 commit 63a57f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/adhybridhealthservice/resource-manager/Microsoft.ADHybridHealthService/stable/2014-01-01/ADHybridHealthService.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3964,7 +3964,7 @@
39643964
"Update",
39653965
"Delete",
39663966
"Obsolete",
3967-
"DeletAdd"
3967+
"DeleteAdd"
39683968
],
39693969
"x-ms-enum": {
39703970
"name": "DeltaOperationType",
@@ -6245,7 +6245,7 @@
62456245
"description": "The reason due to which the tenant was disabled in Azure Active Directory Connect Health."
62466246
},
62476247
"globalAdminsEmail": {
6248-
"type": "object",
6248+
"type": "array",
62496249
"items": {
62506250
"type": "string"
62516251
},

0 commit comments

Comments
 (0)