Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3532,7 +3532,7 @@
"properties": {
"accountEnabled": {
"description": "whether or not the service principal account is enabled",
"type": "string"
"type": "boolean"
},
"appRoleAssignmentRequired": {
"description": "Specifies whether an AppRoleAssignment to a user or group is required before Azure AD will issue a user or access token to the application.",
Expand Down Expand Up @@ -3603,7 +3603,7 @@
"properties": {
"accountEnabled": {
"description": "whether or not the service principal account is enabled",
"type": "string"
"type": "boolean"
},
"alternativeNames": {
"description": "alternative names",
Expand Down