Skip to content

Commit fe514ec

Browse files
author
maddieclayton
committed
address comments
1 parent 97d6337 commit fe514ec

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/ResourceManager/KeyVault/Commands.KeyVault/help/Add-AzureKeyVaultCertificateContact.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
178178
179179
## INPUTS
180180
181-
### System.String
181+
### Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault
182182
183183
## OUTPUTS
184184
185-
### List<Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact>
185+
### Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact
186186
187187
## NOTES
188188

src/ResourceManager/KeyVault/Commands.KeyVault/help/Get-AzureKeyVaultCertificateOperation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ CertificateSigningRequest : MIICpjCCAY4CAQAwFjEUMBIGA1UEAxMLY29udG9zby5jb20wggEi
4848
xPDA6MA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwCQYDVR0TBAIwADANBgkqhkiG9w0BAQsFAAOCAQEAIHhsDJV37PKi8hor5eQf7+Tct1preIvSwqV0NF6Uo7O6
4949
YnC9Py7Wp7CHfKzuqeptUk2Tsu7B5dHB+o9Ypeeqw8fWhTN0GFGRKO7WjZQlDqL+lRNcjlFSaP022oIP0kmvVhBcmZqRQlALXccAaxEclFA/3y/aNj2gwWeKpH/pwAkZ39zMEzpQCaRfnQk7e3l4MV8cf
5050
eC2HPYdRWkXxAeDcNPxBuVmKy49AzYvly+APNVDU3v66gxl3fIKrGRsKi2Cp/nO5rBxG2h8t+0Za4l/HJ7ZWR9wKbd/xg7JhdZZFVBxMHYzw8KQ0ys13x8HY+PXU92Y7yD3uC2Rcj+zbAf+Kg==
51-
==
5251
ErrorCode :
5352
ErrorMessage :
5453
Name :

src/ResourceManager/KeyVault/Commands.KeyVault/help/Remove-AzureKeyVaultCertificateContact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The **Remove-AzureKeyVaultCertificateContact** cmdlet deletes a contact that is
3838

3939
### Example 1: Remove a certificate contact
4040
```powershell
41-
PS C:\> Remove-AzureKeyVaultCertificateContact -VaultName "Contoso01" -EmailAddress "[email protected]"
41+
PS C:\> Remove-AzureKeyVaultCertificateContact -VaultName "Contoso01" -EmailAddress "[email protected]" -PassThru
4242
4343
Email VaultName
4444
----- ---------

0 commit comments

Comments
 (0)