Skip to content

Commit a6ee9c7

Browse files
Fix Az.Purview Syntax Errors (#17737)
1 parent f20584a commit a6ee9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Purview/Purview/help/Update-AzPurviewAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Updates an account
3333

3434
### Example 1: Update a purview account
3535
```powershell
36-
Update-AzPurviewAccount -Name test-pa -ResourceGroupName test-rg -Tag @{"k"="v"} | fl
36+
Update-AzPurviewAccount -Name test-pa -ResourceGroupName test-rg -Tag @{"k"="v"} | Format-List
3737
```
3838

3939
```output

0 commit comments

Comments
 (0)