Skip to content

Commit

Permalink
Update KeyVault.format.ps1xml (#24365)
Browse files Browse the repository at this point in the history
* Update KeyVault.format.ps1xml

* Update ChangeLog.md

* Update ChangeLog.md

* Update ChangeLog.md

---------

Co-authored-by: Vincent Dai <[email protected]>
  • Loading branch information
BethanyZhou and vidai-msft authored Mar 19, 2024
1 parent c618b57 commit c2a615c
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 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
* Formatted the output of Azure Key Vault certificate in removed state. [#24333]
* [Upcoming Breaking Change] Added breaking change warning message for parameter `EnableRbacAuthorization` of `New-AzKeyVault`.
- RBAC will be enabled by default during the process of key vault creation. To disable RBAC authorization, please use parameter 'DisableRbacAuthorization'.
- Parameter `EnableRbacAuthorization` is expected to be removed in Az.KeyVault 6.0.0 and Az 12.0.0.
Expand Down
82 changes: 82 additions & 0 deletions src/KeyVault/KeyVault/KeyVault.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,88 @@
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate</TypeName>
</ViewSelectedBy>
<ListControl>
<ListEntries>
<ListEntry>
<ListItems>
<ListItem>
<Label>Name</Label>
<PropertyName>Name</PropertyName>
</ListItem>
<ListItem>
<Label>Vault Name</Label>
<PropertyName>VaultName</PropertyName>
</ListItem>
<ListItem>
<Label>Version</Label>
<PropertyName>Version</PropertyName>
</ListItem>
<ListItem>
<Label>Id</Label>
<PropertyName>Id</PropertyName>
</ListItem>
<ListItem>
<Label>KeyId</Label>
<PropertyName>KeyId</PropertyName>
</ListItem>
<ListItem>
<Label>SecretId</Label>
<PropertyName>SecretId</PropertyName>
</ListItem>
<ListItem>
<Label>Certificate</Label>
<PropertyName>Certificate</PropertyName>
</ListItem>
<ListItem>
<Label>Thumbprint</Label>
<PropertyName>Thumbprint</PropertyName>
</ListItem>
<ListItem>
<Label>RecoveryLevel</Label>
<PropertyName>RecoveryLevel</PropertyName>
</ListItem>
<ListItem>
<Label>ScheduledPurgeDate</Label>
<PropertyName>ScheduledPurgeDate</PropertyName>
</ListItem>
<ListItem>
<Label>DeletedDate</Label>
<PropertyName>DeletedDate</PropertyName>
</ListItem>
<ListItem>
<Label>Enabled</Label>
<PropertyName>Enabled</PropertyName>
</ListItem>
<ListItem>
<Label>Expires</Label>
<PropertyName>Expires</PropertyName>
</ListItem>
<ListItem>
<Label>Not Before</Label>
<PropertyName>NotBefore</PropertyName>
</ListItem>
<ListItem>
<Label>Created</Label>
<PropertyName>Created</PropertyName>
</ListItem>
<ListItem>
<Label>Updated</Label>
<PropertyName>Updated</PropertyName>
</ListItem>
<ListItem>
<Label>Tags</Label>
<PropertyName>TagsTable</PropertyName>
</ListItem>
</ListItems>
</ListEntry>
</ListEntries>
</ListControl>
</View>
<View>
<Name>Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate</Name>
<ViewSelectedBy>
Expand Down

0 comments on commit c2a615c

Please sign in to comment.