Skip to content

Commit

Permalink
Fixes for: (Azure#4880)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
binilkk authored and AnuTalluri committed Feb 6, 2019
1 parent be01804 commit 63a57f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3964,7 +3964,7 @@
"Update",
"Delete",
"Obsolete",
"DeletAdd"
"DeleteAdd"
],
"x-ms-enum": {
"name": "DeltaOperationType",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 63a57f6

Please sign in to comment.