4.2.0 (2021-06-15)
New Features
- Added support for the 7.2 version of the Key Vault service API.
Bug Fixes
- Fixed a bug with
beginDeleteSecret
andbeginRecoverDeletedSecret
in which unknown service errors wouldn't bubble up properly to the end users. - Fixed an issue where retrying a failed initial Key Vault request may result in an empty body.
- Added a
certificateKeyId?: string
secret property to use instead of the deprecatedkeyId?: URL
and removed"lib": ["dom"]
fromtsconfig.json
Changes since 4.2.0-beta.4:
- Fixed a bug with
beginDeleteSecret
andbeginRecoverDeletedSecret
in which unknown service errors wouldn't bubble up properly to the end users. - Renamed the
KeyVaultSecretId
toKeyVaultSecretIdentifier
, and exported a method to parse Key Vault Secret Ids:parseKeyVaultSecretIdentifier
.