Skip to content

Commit

Permalink
Swagger validation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikjoshi14 committed Feb 16, 2022
1 parent 24857dd commit 8d5d657
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
"$ref": "#/parameters/SubscriptionId"
},
{
"name": "location",
"name": "operationId",
"in": "path",
"required": true,
"type": "string"
},
{
"name": "operationId",
"name": "location",
"in": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -3927,8 +3927,7 @@
"required": [
"objectType",
"restoreTargetInfo",
"sourceDataStoreType",
"sourceResourceId"
"sourceDataStoreType"
],
"title": "AzureBackupRestoreRequest",
"type": "object"
Expand Down

0 comments on commit 8d5d657

Please sign in to comment.