Files
certd/packages/ui/certd-server/src/plugins/plugin-azure/index.ts
T
xiaojunnuo 1f1d687317 perf: 添加Azure DNS插件支持及文档
添加Azure DNS插件实现,包括DNS记录管理和授权配置
新增Azure使用文档和配置截图
更新依赖添加@azure/arm-dns和@azure/identity包
2026-04-26 03:36:33 +08:00

3 lines
70 B
TypeScript

export * from './access.js';
export * from './azure-dns-provider.js';