Skip to content

Commit 659dc2f

Browse files
authored
Update disconnected-operations-deploy.md
Removed extra space
1 parent c7b1f5f commit 659dc2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ Populate the required parameters based on your deployment planning. Modify the e
289289
1. Populate the identity configuration object.
290290
291291
```powershell
292-
$oidcCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://adfs.azurestack.local'
293-
$ldapsCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://dc01.azurestack.local'
292+
$oidcCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://adfs.azurestack.local'
293+
$ldapsCertChain = Get-CertificateChainFromEndpoint -endpoint 'https://dc01.azurestack.local'
294294
295295
$identityParams = @{
296296
Authority = "https://adfs.azurestack.local/adfs"

0 commit comments

Comments
 (0)