Skip to content

Commit 359a3bb

Browse files
authored
Update Get-AzKeyVaultCertificate.md
1 parent 900fbe1 commit 359a3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KeyVault/KeyVault/help/Get-AzKeyVaultCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Updated : 2/8/2016 11:21:45 PM
104104
```
105105

106106
### Example 2: Get cert and save it as pfx
107-
This command gets the certificate named TestCert01 from the key vault named ContosoKV01. To download the certificate as pfx file, run following command. These commands access SecredId and then save the content as a pfx file.
107+
This command gets the certificate named TestCert01 from the key vault named ContosoKV01. To download the certificate as pfx file, run following command. These commands access SecretId and then save the content as a pfx file.
108108

109109
```powershell
110110
$cert = Get-AzKeyVaultCertificate -VaultName "ContosoKV01" -Name "TestCert01"

0 commit comments

Comments
 (0)