Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + const SecretOrRandomPasswordCommandName + func ContainsCommandInvocation(doc, commandName string) bool + func Eval(ctx context.Context, input string, cmd CommandExecutor) (string, error) + type CommandExecutor interface + Run func(ctx context.Context, commandName string, args []string) (bool, string, error) + type SecretOrRandomPasswordCommandExecutor struct + func NewSecretOrRandomPasswordExecutor(keyvaultService keyvault.KeyVaultService, subscriptionId string) *SecretOrRandomPasswordCommandExecutor + func (e *SecretOrRandomPasswordCommandExecutor) Run(ctx context.Context, commandName string, args []string) (bool, string, error)