DEV Community

Discussion on: Fun with Azure Key Vault Part 1: Vault Creation and Storing PSCredential Objects

Collapse
 
windos profile image
Josh (Windos) King

I am, and I'm also aware that the team working on the Az module also wrote an extension for SecretManagement to support Key Vault.

Unfortunately, that extension doesn't take PSCredential objects as an input (last I checked anyway). So I would still have to transform my object into a secure string (or write my own extension) to get it into Key Vault.