1.3.0 (2021-03-30)
- Adds the
AzureNamedKeyCredential
class which supports credential rotation and a correspondingNamedKeyCredential
interface to support the use of static string-based names and keys in Azure clients. - Adds the
isNamedKeyCredential
andisSASCredential
typeguard functions similar to the existingisTokenCredential
.