[KeyVault] Support for soft-delete on/off/null as a one time operation #10555
Labels
Azure PS Team
feature-request
This issue requires a new behavior in the product in order be resolved.
KeyVault
Milestone
Description of the new feature
Keyvault team are changing the default behavior that when creating a new keyvault, it's soft-delete is on.
We need to make sure:
Proposed implementation details (optional)
Since the requirement is changing a property of the keyvault resource, idealy we should add an optional parameter
[-EnableSoftDelete]
to theUpdate-AzKeyVault
cmdlet, but that cmdlet does not exist (only get- new- remove-), so we might need to add aupdate-
cmdlet.New-AzKeyVault
Update-AzKeyVault
The text was updated successfully, but these errors were encountered: