Skip to content

Commit a25de54

Browse files
SDKAutoheaths
andcommitted
CodeGen from PR 16024 in Azure/azure-rest-api-specs
Update description of trigger options (#16024) * Update description of trigger options * Update specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json Co-authored-by: Heath Stewart <heaths@microsoft.com> * Update specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json Co-authored-by: Heath Stewart <heaths@microsoft.com> * Update keys.json Co-authored-by: Heath Stewart <heaths@microsoft.com>
1 parent c1b076f commit a25de54

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)