Skip to content

Commit 58667e3

Browse files
Harald S. FianbakkenHarald S. Fianbakken
authored andcommitted
Fixed signature updated in powershell module
1 parent e0e807e commit 58667e3

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-CertChainInfo -endpoint 'https://adfs.azurestack.local'
293-
$ldapsCertChain = Get-CertChainInfo -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)