Skip to content

Commit 625f38e

Browse files
author
msftbot[bot]
authored
2 parents c1b076f + a25de54 commit 625f38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/2021-06-01-preview/Microsoft.KeyVault.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,11 +1631,11 @@
16311631
"properties": {
16321632
"timeAfterCreate": {
16331633
"type": "string",
1634-
"description": "The time duration after key creation to rotate the key. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'."
1634+
"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'."
16351635
},
16361636
"timeBeforeExpiry": {
16371637
"type": "string",
1638-
"description": "The time duration before key expiring to rotate the key. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'."
1638+
"description": "The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'."
16391639
}
16401640
}
16411641
},

0 commit comments

Comments
 (0)