azure-mgmt-apicenter-dotnet
仓库创建 2026年1月17日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
便于在 Azure 上统一管理和发现组织内的 API。
▸ 风险提示
需 Azure 管理权限与订阅,可能修改生产 API 配置。
这个 Skill 做什么
管理 Azure API Center,提供 API 清单治理与版本控制的 .NET SDK。
用 .NET 编程化管理 Azure 上的 API 中心:可以创建/登记 API、管理版本、设置治理策略、工作区和部署,构建企业级的 API 目录与发现机制。当你需要统一管理组织内的 API、做版本控制或自动化部署 API 定义时会用到。特点是和 Azure 身份认证集成,提供 SDK 接口方便把 API 元数据与环境编入自动化流程。
▸ 展开 SKILL.md 英文原文
Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: "API Center", "ApiCenterService", "ApiCenterWorkspace", "ApiCenterApi", "API inventory", "API governance", "API versioning", "API catalog", "API discovery".
2.7k
Stars
304
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-apicenter-dotnet/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-apicenter-dotnet/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Azure.ResourceManager.ApiCenter (.NET) Centralized API inventory and governance SDK for managing APIs across your organization. ## Installation ```bash dotnet add package Azure.ResourceManager.ApiCenter dotnet add package Azure.Identity ``` **Current Version**: v1.0.0 (GA) **API Version**: 2024-03-01 ## Environment Variables ```bash AZURE_SUBSCRIPTION_ID=<your-subscription-id> # Required: Azure subscription ID AZURE_RESOURCE_GROUP=<your-resource-group> # Required: resource group name AZURE_APICENTER_SERVICE_NAME=<your-apicenter-service> # Required: API Center service name AZURE_TOKEN_CREDENTIALS=prod # Required only if DefaultAzureCredential is used in production ``` ## Authen
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有