chore(config): refresh bundled channel metadata

This commit is contained in:
Peter Steinberger
2026-04-11 21:49:08 +01:00
parent e08f4c12da
commit 1bdd8166b6

View File

@@ -7833,6 +7833,22 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
tenantId: {
type: "string",
},
authType: {
type: "string",
enum: ["secret", "federated"],
},
certificatePath: {
type: "string",
},
certificateThumbprint: {
type: "string",
},
useManagedIdentity: {
type: "boolean",
},
managedIdentityClientId: {
type: "string",
},
webhook: {
type: "object",
properties: {