Skip to content

Commit

Permalink
format the help markdown files of Az.DedicatedHsm (#18709)
Browse files Browse the repository at this point in the history
* format the help markdown files of Az.DedicatedHsm

* Update Update-AzDedicatedHsm.md
  • Loading branch information
ziyuezh576 authored Jul 4, 2022
1 parent f165528 commit 175bb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DedicatedHsm/help/Update-AzDedicatedHsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ 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
Update-AzDedicatedHsm -InputObject -Tag @{'key1' = '1'; 'key2' = 2; 'key3' = 3}
$hsm = Get-AzDedicatedHsm -Name hsm-n7wfxi -ResourceGroupName dedicatedhsm-rg-n359cz
Update-AzDedicatedHsm -InputObject $hsm -Tag @{'key1' = '1'; 'key2' = 2; 'key3' = 3}
```

```output
Expand Down

0 comments on commit 175bb06

Please sign in to comment.