Skip to content

Commit 7429904

Browse files
author
SDKAuto
committed
CodeGen from PR 16024 in Azure/azure-rest-api-specs
Merge fbed89884c6280705e62f665ebbe2b17ecc418cf into 4c72ae9d7df7e79d2709c35ee8597f1427d5e3c5
1 parent 966391c commit 7429904

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 should be in ISO8601 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 should be in ISO8601 format. Eg: 'P90D', 'P1Y'."
16391639
}
16401640
}
16411641
},

0 commit comments

Comments
 (0)