Skip to content

Commit dd6acf5

Browse files
authored
Removing extra ``` that was causing formatting issues
1 parent e2f0292 commit dd6acf5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Identity/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Install-Module -Name AzureStack -RequiredVersion 1.7.1
2525

2626
For all other azure stack versions, please follow the instructions at https://aka.ms/azspsh for the needed azure powershell
2727

28-
```
29-
3028
Then make sure the following modules are imported:
3129

3230
```powershell
@@ -139,4 +137,4 @@ $healthReport.directoryTenants | Where status -EQ 'Healthy' | Select -Property t
139137
140138
Write-Host "Unhealthy directories: "
141139
$healthReport.directoryTenants | Where status -NE 'Healthy' | Select -Property tenantName,tenantId,status | ft
142-
```
140+
```

0 commit comments

Comments
 (0)