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 HeartbeatInterval + func GetOutputFlagValue(args []string) string + func GetSourcePath() string + type CLI struct + AzdPath string + Env []string + T *testing.T + WorkingDirectory string + func NewCLI(t *testing.T, opts ...Options) *CLI + func (cli *CLI) RunCommand(ctx context.Context, args ...string) (*CliResult, error) + func (cli *CLI) RunCommandWithStdIn(ctx context.Context, stdin string, args ...string) (*CliResult, error) + type CliResult struct + ExitCode int + Stderr string + Stdout string + type Options interface + Apply func(o *option) + func WithSession(session *recording.Session) Options + type TestCredential struct + func NewTestCredential(azCli *CLI) *TestCredential + func (cred *TestCredential) GetToken(ctx context.Context, options policy.TokenRequestOptions) (azcore.AccessToken, error)