Skip to content

Commit

Permalink
RecoveryServices @ 2023-06-01: adding CertificateCreateOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Nov 13, 2023
1 parent 78eac0b commit 456526f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@
"properties": {
"properties": {
"$ref": "#/definitions/RawCertificateData"
},
"certificateCreateOptions": {
"type": "object",
"properties": {
"validityInHours": {
"type": "integer",
"format": "int64"
}
}
}
}
},
Expand Down

0 comments on commit 456526f

Please sign in to comment.