Skip to content

Commit

Permalink
ManagementPartner: added x-ms-enum for swagger linter (#17961)
Browse files Browse the repository at this point in the history
Co-authored-by: Ochi <ochisamand@microsoft.com>
  • Loading branch information
Ochirkhuyag and Ochi authored Feb 25, 2022
1 parent 5e70c3e commit eecc79c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,11 @@
"enum": [
"Active",
"Deleted"
]
],
"x-ms-enum": {
"name": "ManagementPartnerState",
"modelAsString": true
}
},
"ErrorResponseCode": {
"type": "string",
Expand Down

0 comments on commit eecc79c

Please sign in to comment.