You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix "save as pfx" example
See issue #18251
* Add description for example#1 in `Get-AzKeyVaultCertificate`
Co-authored-by: Beisi Zhou <[email protected]>
This command gets the certificate named `$certName` from the key vault named `$vaultName`. These commands access secret `$cert.Name` and then save the content as a pfx file.
118
+
This command gets the certificate named `$certName` from the key vault named `$vaultName`. These commands access secret `$certName` and then save the content as a pfx file.
127
119
128
120
### Example 3: Get all the certificates that have been deleted but not purged for this key vault.
0 commit comments