Skip to content

Commit

Permalink
Update Update-AzDedicatedHsm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyuezh576 authored Jun 28, 2022
1 parent 4b14a7c commit f897e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DedicatedHsm/help/Update-AzDedicatedHsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This command updates the parameter tag of the Dedicated HSM by name

### Example 2: Update the parameter tag of the Dedicated HSM by object
```powershell
$hsm = Get-AzDedicatedHsm -Name hsm-n7wfxi -ResourceGroupName dedicatedhsm-rg-n359cz
$hsm = Get-AzDedicatedHsm -Name hsm-n7wfxi -ResourceGroupName dedicatedhsm-rg-n359cz
Update-AzDedicatedHsm -InputObject $hsm -Tag @{'key1' = '1'; 'key2' = 2; 'key3' = 3}
```

Expand Down

0 comments on commit f897e5a

Please sign in to comment.