Skip to content

Commit 4609e91

Browse files
author
WHOIS: ldap_open failed
committed
update comment
1 parent e5de246 commit 4609e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sp-add-ins/replace-an-expiring-client-secret-in-a-sharepoint-add-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Ensure the following before you begin:
6565
> $params = @{
6666
> PasswordCredential = @{
6767
> DisplayName = "NewSecret" # Replace with a firendly name.
68-
> EndDateTime = "2025-01-01T00:00:00Z" # Optional. Specify the end date you want. Using ISO 8601 format and is always in UTC time.
68+
> EndDateTime = "2025-01-01T00:00:00Z" # Optional. Specify the end date you want. Using ISO 8601 format.
6969
> }
7070
> }
7171
> ```

0 commit comments

Comments
 (0)