Skip to content

Commit 95d156f

Browse files
committed
Remove paramater extensionhostfeature
1 parent ef9c031 commit 95d156f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-stack/azure-stack-extension-host-prepare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-stack
55
keywords:
66
author: mattbriggs
77
ms.author: mabrigg
8-
ms.date: 09/26/2018
8+
ms.date: 11/02/2018
99
ms.topic: article
1010
ms.service: azure-stack
1111
ms.reviewer: thoroet
@@ -65,7 +65,7 @@ The Azure Stack Readiness Checker Tool provides the ability to create a certific
6565
```PowerShell
6666
$pfxPassword = Read-Host -Prompt "Enter PFX Password" -AsSecureString
6767
68-
Start-AzsReadinessChecker -CertificatePath c:\certificates -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com -IdentitySystem AAD -ExtensionHostFeature
68+
Start-AzsReadinessChecker -CertificatePath c:\certificates -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com -IdentitySystem AAD
6969
```
7070
7171
5. Place your certificate(s) in the appropriate directories.

articles/azure-stack/azure-stack-validate-pki-certs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: na
1212
pms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 09/26/2018
15+
ms.date: 11/02/2018
1616
ms.author: mabrigg
1717
ms.reviewer: ppacent
1818
---
@@ -90,7 +90,7 @@ Use these steps to prepare and to validate the Azure Stack PKI certificates for
9090
```PowerShell
9191
$pfxPassword = Read-Host -Prompt "Enter PFX Password" -AsSecureString
9292
93-
Invoke-AzsCertificateValidation -CertificatePath c:\certificates -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com -IdentitySystem AAD -extensionhostfeature
93+
Invoke-AzsCertificateValidation -CertificatePath c:\certificates -pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com -IdentitySystem AAD
9494
```
9595
9696
4. Check the output and all certificates pass all tests. For example:

0 commit comments

Comments
 (0)