Skip to content

Commit

Permalink
CodeGen from PR 16024 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 02081c154541b4d287f5fe38757f755ed6795c39 into 70de88e5fb00b9217a5cafd3c1bed11ce311fc52
  • Loading branch information
SDKAuto committed Sep 15, 2021
1 parent 21a85f1 commit 3de9417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/2021-06-01-preview/Microsoft.KeyVault.json
Original file line number Diff line number Diff line change
Expand Up @@ -1631,11 +1631,11 @@
"properties": {
"timeAfterCreate": {
"type": "string",
"description": "The time duration after key creation to rotate the key. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'."
"description": "The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'."
},
"timeBeforeExpiry": {
"type": "string",
"description": "The time duration before key expiring to rotate the key. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'."
"description": "The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'."
}
}
},
Expand Down

0 comments on commit 3de9417

Please sign in to comment.