Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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