Removing extra ``` that was causing formatting issues

This commit is contained in:
Charles Joy 2019-09-11 11:18:27 -07:00 коммит произвёл GitHub
Родитель e2f02928b8
Коммит dd6acf5ae2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -25,8 +25,6 @@ Install-Module -Name AzureStack -RequiredVersion 1.7.1
For all other azure stack versions, please follow the instructions at https://aka.ms/azspsh for the needed azure powershell For all other azure stack versions, please follow the instructions at https://aka.ms/azspsh for the needed azure powershell
```
Then make sure the following modules are imported: Then make sure the following modules are imported:
```powershell ```powershell
@ -139,4 +137,4 @@ $healthReport.directoryTenants | Where status -EQ 'Healthy' | Select -Property t
Write-Host "Unhealthy directories: " Write-Host "Unhealthy directories: "
$healthReport.directoryTenants | Where status -NE 'Healthy' | Select -Property tenantName,tenantId,status | ft $healthReport.directoryTenants | Where status -NE 'Healthy' | Select -Property tenantName,tenantId,status | ft
``` ```