Skip to content

Commit

Permalink
undo unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zim Kalinowski committed May 7, 2020
1 parent 80abcf1 commit c57ab76
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,14 @@
},
"AttestationProviderListResult": {
"description": "Attestation Providers List.",
"type": "array",
"items": {
"$ref": "#/definitions/AttestationProvider"
}
"properties": {
"value": {
"type": "array",
"description": "Attestation Provider array.",
"items": {
"$ref": "#/definitions/AttestationProvider"
}
}
},
"AttestationServicePatchParams": {
"description": "Parameters for patching an attestation service instance",
Expand Down

0 comments on commit c57ab76

Please sign in to comment.