Skip to content

Commit

Permalink
format the help markdown files of Az.IotHub (#18631)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainFanZzz authored Jun 22, 2022
1 parent 6047692 commit 1872414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IotHub/IotHub/help/Set-AzIotHubDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Update an IoT Hub device.

### Example 1
```powershell
Set-AzIotHubDevice -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -EdgeEnabled
Set-AzIotHubDevice -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -EdgeEnabled $true
```

Turn on edge capabilities for device.
Expand Down

0 comments on commit 1872414

Please sign in to comment.