Skip to content

Commit

Permalink
Remove duplicate list item in Get-AzKeyVault (#15167)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyZhou authored Jun 3, 2021
1 parent 2c0c5e4 commit 4a304aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/KeyVault/KeyVault/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Removed duplicate list item in `Get-AzKeyVault` [#15164]

## Version 3.4.4
* Provided key size for RSA key [#14819]
Expand Down
6 changes: 1 addition & 5 deletions src/KeyVault/KeyVault/KeyVault.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -510,16 +510,12 @@
<Label>Soft Delete Enabled?</Label>
<PropertyName>EnableSoftDelete</PropertyName>
</ListItem>
<ListItem>
<Label>Enabled Purge Protection?</Label>
<PropertyName>EnablePurgeProtection</PropertyName>
</ListItem>
<ListItem>
<Label>Soft Delete Retention Period (days)</Label>
<PropertyName>SoftDeleteRetentionInDays</PropertyName>
</ListItem>
<ListItem>
<Label>Enabled Purge Protection?</Label>
<Label>Purge Protection Enabled?</Label>
<PropertyName>EnablePurgeProtection</PropertyName>
</ListItem>
<ListItem>
Expand Down

0 comments on commit 4a304aa

Please sign in to comment.