feat(azure): support managed identity federated credentials

Signed-off-by: Sander Aernouts <sander.aernouts@gmail.com>
This commit is contained in:
Sander Aernouts
2025-01-08 17:08:56 +01:00
parent 7bc740adeb
commit d945206377
12 changed files with 611 additions and 24 deletions
+1
View File
@@ -61,6 +61,7 @@ export interface Config {
clientSecret?: string;
tenantId?: string;
personalAccessToken?: string;
managedIdentityClientId?: string;
}[];
/**
* PGP signing key for signing commits.