Skip to content

Commit

Permalink
Fix Az.WindowsIotServices Syntax Errors (#17870)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-yuzhichen authored Apr 24, 2022
1 parent e90df45 commit d9ba744
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This command updates a Windows IoT services by name.

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

0 comments on commit d9ba744

Please sign in to comment.