diff --git a/src/Identity.DirectoryManagement/v1.0/examples/Update-MgDevice.md b/src/Identity.DirectoryManagement/v1.0/examples/Update-MgDevice.md index 5412ecc98b..fd748ea608 100644 --- a/src/Identity.DirectoryManagement/v1.0/examples/Update-MgDevice.md +++ b/src/Identity.DirectoryManagement/v1.0/examples/Update-MgDevice.md @@ -20,6 +20,8 @@ This example will update the accountenabled property of a device Import-Module Microsoft.Graph.Identity.DirectoryManagement $params = @{ + "extensionAttribute1" = "Value1" + "extensionAttribute2" = "Value2" } Update-MgDevice -DeviceId $deviceId -BodyParameter $params