-
Notifications
You must be signed in to change notification settings - Fork 4k
Add deprecation messages and fixes for KeyVault #5798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f038444
58b52c9
3dcfca9
5a30cf8
81604c2
0a9f18a
bec9f79
ef4d8cb
f36345f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,14 +27,14 @@ Remove-AzureRmKeyVault [-VaultName] <String> [-Location] <String> [-InRemovedSta | |
|
||
### InputObjectByAvailableVault | ||
``` | ||
Remove-AzureRmKeyVault [-InputObject] <PSKeyVault> [[-Location] <String>] [-Force] [-AsJob] [-PassThru] | ||
Remove-AzureRmKeyVault [-InputObject] <PSKeyVault> [-Force] [-AsJob] [-PassThru] | ||
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>] | ||
``` | ||
|
||
### InputObjectByDeletedVault | ||
``` | ||
Remove-AzureRmKeyVault [-InputObject] <PSKeyVault> [-Location] <String> [-InRemovedState] [-Force] [-AsJob] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This parameter is required for recovering a deleted vault. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So I have just removed this Parameter for the -Input object parameter set because you can actually obtain the location from the PSVault object. It remains in the interactive parameter set above. |
||
[-PassThru] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>] | ||
Remove-AzureRmKeyVault [-InputObject] <PSKeyVault> [-InRemovedState] [-Force] [-AsJob] [-PassThru] | ||
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
|
@@ -143,7 +143,7 @@ The location of the deleted vault. | |
|
||
```yaml | ||
Type: String | ||
Parameter Sets: ByAvailableVault, InputObjectByAvailableVault | ||
Parameter Sets: ByAvailableVault | ||
Aliases: | ||
|
||
Required: False | ||
|
@@ -155,7 +155,7 @@ Accept wildcard characters: False | |
|
||
```yaml | ||
Type: String | ||
Parameter Sets: ByDeletedVault, InputObjectByDeletedVault | ||
Parameter Sets: ByDeletedVault | ||
Aliases: | ||
|
||
Required: True | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maddieclayton we should add a change log entry if we want this fix to go out to users before Build