Skip to content

Commit 038880b

Browse files
authored
Merge pull request #56964 from jeffgilb/1121
Minor updates
2 parents 70ea2a2 + a30fd2c commit 038880b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/azure-stack/azure-stack-diagnostic-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: na
1212
pms.tgt_pltfrm: na
1313
ms.devlang: PowerShell
1414
ms.topic: article
15-
ms.date: 10/31/2018
15+
ms.date: 11/02/2018
1616
ms.author: jeffgilb
1717
ms.reviewer: adshar
1818
---
@@ -141,7 +141,7 @@ In a PEP session, run:
141141
To exclude specific tests:
142142

143143
````PowerShell
144-
Enter-PSSession -ComputerName <ERCS-VM-name> -ConfigurationName PrivilegedEndpoint -Credential $localcred
144+
Enter-PSSession -ComputerName <ERCS-VM-name> -ConfigurationName PrivilegedEndpoint -Credential $localcred
145145
Test-AzureStack -Ignore AzsInfraPerformance
146146
````
147147

@@ -158,7 +158,7 @@ In a PEP session, run:
158158
After configuring backup, you can run AzsBackupShareAccessibility to validate the share is accessible from the ERCS, from a PEP session run:
159159

160160
````PowerShell
161-
Enter-PSSession -ComputerName <ERCS-VM-name> -ConfigurationName PrivilegedEndpoint -Credential $localcred
161+
Enter-PSSession -ComputerName <ERCS-VM-name> -ConfigurationName PrivilegedEndpoint -Credential $localcred
162162
Test-AzureStack -Include AzsBackupShareAccessibility
163163
````
164164

articles/azure-stack/azure-stack-diagnostics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cloud: azure-stack
99

1010
ms.service: azure-stack
1111
ms.topic: article
12-
ms.date: 10/31/2018
12+
ms.date: 11/02/2018
1313
ms.author: jeffgilb
1414
ms.reviewer: adshar
1515
---
@@ -108,11 +108,11 @@ if($s)
108108
- If the **FromDate** and **ToDate** parameters are not specified, logs are collected for the past four hours by default.
109109
- Use the **FilterByNode** parameter to filter logs by computer name. For example:
110110
```powershell
111-
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred ` -FilterByNode azs-xrp01
111+
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred -FilterByNode azs-xrp01
112112
```
113113
- Use the **FilterByLogType** parameter to filter logs by type. You can choose to filter by File, Share or WindowsEvent. For example:
114114
```powershell
115-
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred ` -FilterByLogType File
115+
Get-AzureStackLog -OutputSharePath “<path>” -OutputShareCredential $cred -FilterByLogType File
116116
```
117117
- You can use the **TimeOutInMinutes** parameter to set the timeout for log collection. It is set to 150 (2.5 hours) by default.
118118
- In version 1805 and later, dump file log collection is disabled by default. To enable it, use the **IncludeDumpFile** switch parameter.

articles/azure-stack/azure-stack-registration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: na
1313
pms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: article
16-
ms.date: 10/30/2018
16+
ms.date: 11/02/2018
1717
ms.author: jeffgilb
1818
ms.reviewer: brbartle
1919

@@ -268,7 +268,7 @@ Next, you need to retrieve an activation key from the registration resource crea
268268
To get the activation key, run the following PowerShell cmdlets:
269269

270270
```Powershell
271-
$RegistrationResourceName = "AzureStack-<unique-registration-name>"
271+
$RegistrationResourceName = "<unique-registration-name>"
272272
$KeyOutputFilePath = "$env:SystemDrive\ActivationKey.txt"
273273
$ActivationKey = Get-AzsActivationKey -RegistrationName $RegistrationResourceName -KeyOutputFilePath $KeyOutputFilePath
274274
```

0 commit comments

Comments
 (0)