Skip to content

Commit d9ba744

Browse files
authored
Fix Az.WindowsIotServices Syntax Errors (#17870)
1 parent e90df45 commit d9ba744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WindowsIotServices/help/Update-AzWindowsIotServicesDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This command updates a Windows IoT services by name.
4949

5050
### Example 2: Update a Windows IoT services by pipeline
5151
```powershell
52-
Get-AzWindowsIotServicesDevice -Name wsi-t03 -ResourceGroupName azure-rg-test | Update-AzWindowsIotServicesDevice-Quantity 100 -Tag @{'oper'='update'}
52+
Get-AzWindowsIotServicesDevice -Name wsi-t03 -ResourceGroupName azure-rg-test | Update-AzWindowsIotServicesDevice -Quantity 100 -Tag @{'oper'='update'}
5353
```
5454
```output
5555
Location Name Type Etag

0 commit comments

Comments
 (0)