Skip to content

Commit 4a3d621

Browse files
authored
[keyvault-secrets] Change incorrectly named expires property to expiresOn in README (Azure#26507)
### Packages impacted by this PR - `@azure/keyvault-secrets` ### Issues associated with this PR - Fixes Azure#26431 ### Describe the problem that is addressed by this PR Documentation fix as reported in Azure#26431.
1 parent 82e2eca commit 4a3d621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/keyvault/keyvault-secrets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ the following attributes:
205205
- `contentType`: Any string that can be used to help the receiver of the secret understand how to use the secret value.
206206
- `enabled`: A boolean value that determines whether the secret value can be read or not.
207207
- `notBefore`: A given date after which the secret value can be retrieved.
208-
- `expires`: A given date after which the secret value cannot be retrieved.
208+
- `expiresOn`: A given date after which the secret value cannot be retrieved.
209209

210210
An object with these attributes can be sent as the third parameter of
211211
`setSecret`, right after the secret's name and value, as follows:

0 commit comments

Comments
 (0)