Skip to content

Commit

Permalink
Merge pull request #24 from msyyc/patch-2
Browse files Browse the repository at this point in the history
Update service.json to fix python pipeline failure
  • Loading branch information
viananth authored Dec 1, 2021
2 parents b9d2a04 + b52c1db commit f0ef082
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9951,7 +9951,10 @@
"readOnly": true
}
},
"discriminator": "instanceType"
"discriminator": "instanceType",
"required": [
"instanceType"
]
},
"ApplyRecoveryPointInput": {
"description": "Input to apply recovery point.",
Expand Down

0 comments on commit f0ef082

Please sign in to comment.