Versions in this module Expand all Collapse all v1 v1.3.2 Oct 29, 2018 Changes in this version + const AzureVaultApiVersion + func Authenticate(env azure.Environment, tenantID string, say func(string), scope string) (*adal.ServicePrincipalToken, error) + func DumpConfig(config interface{}, say func(string)) + func FindTenantID(env azure.Environment, subscriptionID string) (string, error) + func GlueStrings(a, b string) string + func IsStateCancelled(stateBag multistep.StateBag) bool + type Secret struct + ID *string + Value string + type VaultClient struct + SubscriptionID string + func NewVaultClient(keyVaultEndpoint url.URL) VaultClient + func NewVaultClientWithBaseURI(baseURI, subscriptionID string) VaultClient + func (client *VaultClient) Delete(resourceGroupName string, vaultName string) (result autorest.Response, err error) + func (client *VaultClient) DeletePreparer(resourceGroupName string, vaultName string) (*http.Request, error) + func (client *VaultClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client *VaultClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client *VaultClient) GetSecret(vaultName, secretName string) (*Secret, error)