Skip to content

Commit

Permalink
Fix Model validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
sparatala committed Sep 14, 2022
1 parent 4d85f1d commit f3b6738
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@
},
{
"schema": {
"type": "object",
"type": "array",
"items": {
"$ref": "#/definitions/TrustedServiceByPassConfiguration"
}
Expand All @@ -912,7 +912,7 @@
"responses": {
"200": {
"schema": {
"type": "object",
"type": "array",
"items": {
"$ref": "#/definitions/TrustedServiceByPassConfiguration"
}
Expand Down Expand Up @@ -958,7 +958,7 @@
},
{
"schema": {
"type": "object",
"type": "array",
"items": {
"$ref": "#/definitions/CheckDefaultStorageAccountStatus"
}
Expand All @@ -972,7 +972,7 @@
"responses": {
"200": {
"schema": {
"type": "object",
"type": "array",
"items": {
"$ref": "#/definitions/CheckDefaultStorageAccountStatus"
}
Expand Down

0 comments on commit f3b6738

Please sign in to comment.