Skip to content

Commit 35c61b0

Browse files
committed
updating changelog
updating help file
1 parent 0b3c654 commit 35c61b0

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

src/ResourceManager/KeyVault/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Adding support for listing certificates in a pending state
2122

2223
## Version 5.0.0
2324
* Breaking changes to support piping scenarios

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets a certificate from a key vault.
1616
### ByName (Default)
1717
```
1818
Get-AzureKeyVaultCertificate [-VaultName] <String> [[-Name] <String>] [-InRemovedState]
19-
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
19+
[-IncludePending] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2020
```
2121

2222
### ByCertificateNameAndVersion
@@ -34,7 +34,7 @@ Get-AzureKeyVaultCertificate [-VaultName] <String> [-Name] <String> [-IncludeVer
3434
### ByNameInputObject
3535
```
3636
Get-AzureKeyVaultCertificate [-InputObject] <PSKeyVault> [[-Name] <String>] [-InRemovedState]
37-
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
37+
[-IncludePending] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
3838
```
3939

4040
### ByCertificateNameAndVersionInputObject
@@ -52,7 +52,7 @@ Get-AzureKeyVaultCertificate [-InputObject] <PSKeyVault> [-Name] <String> [-Incl
5252
### ByNameResourceId
5353
```
5454
Get-AzureKeyVaultCertificate [-ResourceId] <String> [[-Name] <String>] [-InRemovedState]
55-
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
55+
[-IncludePending] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
5656
```
5757

5858
### ByCertificateNameAndVersionResourceId
@@ -252,6 +252,21 @@ Accept pipeline input: False
252252
Accept wildcard characters: False
253253
```
254254
255+
### -IncludePending
256+
Specifies whether to include pending certificates in the output
257+
258+
```yaml
259+
Type: SwitchParameter
260+
Parameter Sets: ByName, ByNameInputObject, ByNameResourceId
261+
Aliases:
262+
263+
Required: False
264+
Position: Named
265+
Default value: None
266+
Accept pipeline input: False
267+
Accept wildcard characters: False
268+
```
269+
255270
### CommonParameters
256271
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
257272

0 commit comments

Comments
 (0)