We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90df45 commit d9ba744Copy full SHA for d9ba744
src/WindowsIotServices/help/Update-AzWindowsIotServicesDevice.md
@@ -49,7 +49,7 @@ This command updates a Windows IoT services by name.
49
50
### Example 2: Update a Windows IoT services by pipeline
51
```powershell
52
-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'}
53
```
54
```output
55
Location Name Type Etag
0 commit comments