Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function eacSetSecrets
import { eacSetSecrets } from "https://deno.land/x/fathym_everything_as_code@v0.1.71/src/azure/eacSetSecrets.ts";

Set Azure Key Vault secrets.

Parameters

secretClient: SecretClient

The Azure Key Vault secret client.

secretRoot: string

The Azure Key Vault secret root.

toSecrets: Record<string, string | undefined>

The secrets to be set.

Returns

Promise<Record<string, string>>

A promise that resolves to the secrets set.