Skip to content

Commit 4a1a422

Browse files
committed
Resole warnings
1 parent 3176afe commit 4a1a422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-local/manage/disconnected-operations-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Populate the required parameters based on your deployment planning. Modify the e
292292
```powershell
293293
$oidcCertChain = Get-CertificateChainFromEndpoint -requestUri 'https://adfs.azurestack.local/adfs'
294294
# Omit ldapsCertChain in this preview release
295-
# $ldapsCertChain = Get-CertificateChainFromEndpoint -requestUri 'https://dc01.azurestack.local'
295+
# $ldapsCertChain = Get-CertificateChainFromEndpoint -requestUri 'https://dc01.azurestack.local'
296296
$ldapPassword = 'RETRACTED'|ConvertTo-SecureString -AsPlainText -Force
297297
298298
$identityParams = @{

0 commit comments

Comments
 (0)