Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/plugin/skills/azure-messaging/ @kashifkhan @RickWinter
/plugin/skills/azure-prepare/ @tmeschter @kvenkatrajan @RickWinter
/plugin/skills/azure-quotas/ @rakal-dyh @RickWinter
/plugin/skills/azure-rbac/ @JasonYeMSFT @msalaman @RickWinter
/plugin/skills/azure-reliability/ @MadhuraBharadwaj-MSFT @saikoumudi @RickWinter
/plugin/skills/azure-resource-lookup/ @JasonYeMSFT @RickWinter
/plugin/skills/azure-resource-visualizer/ @tmeschter @RickWinter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
| azure-kubernetes, kubernetes, aks | `azure-kubernetes` |
| azure-kusto, kusto | `azure-kusto` |
| azure-storage, storage | `azure-storage` |
| azure-rbac, rbac | `azure-rbac` |
| (any other name) | use as-is |

## Blob Path Layout
Expand Down
2 changes: 1 addition & 1 deletion .github/skills/file-test-bug/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Creates a GitHub issue in `microsoft/github-copilot-for-azure` for integration t

## Input

- **Skill name** (required): e.g., `azure-rbac`, `appinsights-instrumentation`
- **Skill name** (required): e.g., `azure-ai`, `appinsights-instrumentation`
- **Test run** (optional): Timestamp of test run. Defaults to most recent with logs for the skill.

## Steps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-all-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
workflow_dispatch:
inputs:
skills:
description: 'Comma separated list of skills to test (e.g. "appinsights-instrumentation,azure-rbac")'
description: 'Comma separated list of skills to test (e.g. "appinsights-instrumentation,azure-ai")'
required: true
type: string
model-override:
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
runs-on: ubuntu-latest
env:
# Skills that should be tested using vally in a JSON array
VALLY_SKILLS: '["azure-ai","azure-aigateway","azure-compliance","azure-diagnostics","azure-kusto","azure-storage","entra-app-registration","azure-messaging","airunway-aks-setup","azure-rbac","appinsights-instrumentation","azure-cost","azure-quotas","azure-kubernetes","azure-enterprise-infra-planner","azure-resource-lookup","azure-resource-visualizer","azure-reliability","entra-agent-id","python-appservice-deploy","azure-upgrade","azure-prepare","azure-compute","azure-validate"]'
VALLY_SKILLS: '["azure-ai","azure-aigateway","azure-compliance","azure-diagnostics","azure-kusto","azure-storage","entra-app-registration","azure-messaging","airunway-aks-setup","appinsights-instrumentation","azure-cost","azure-quotas","azure-kubernetes","azure-enterprise-infra-planner","azure-resource-lookup","azure-resource-visualizer","azure-reliability","entra-agent-id","python-appservice-deploy","azure-upgrade","azure-prepare","azure-compute","azure-validate"]'
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}
Expand Down
172 changes: 0 additions & 172 deletions evals/azure-rbac/eval.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions plugin/skills/azure-rbac/SKILL.md

This file was deleted.

6 changes: 0 additions & 6 deletions plugin/skills/azure-rbac/version.json

This file was deleted.

2 changes: 1 addition & 1 deletion plugin/skills/entra-agent-id/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: entra-agent-id
description: "Provision Microsoft Entra Agent Identity Blueprints, BlueprintPrincipals, and per-instance Agent Identities via Microsoft Graph, and configure OAuth 2.0 token exchange (fmi_path, OBO, cross-tenant) including the Microsoft Entra SDK for AgentID sidecar. USE FOR: Agent Identity Blueprint, BlueprintPrincipal, agent OAuth, fmi_path token exchange, agent OBO, Workload Identity Federation for agents, polyglot agent auth, Microsoft.Identity.Web.AgentIdentities. DO NOT USE FOR: standard Entra app registration (use entra-app-registration), Azure RBAC (use azure-rbac), Microsoft Foundry agent authoring (use microsoft-foundry)."
description: "Provision Microsoft Entra Agent Identity Blueprints, BlueprintPrincipals, and per-instance Agent Identities via Microsoft Graph, and configure OAuth 2.0 token exchange (fmi_path, OBO, cross-tenant) including the Microsoft Entra SDK for AgentID sidecar. USE FOR: Agent Identity Blueprint, BlueprintPrincipal, agent OAuth, fmi_path token exchange, agent OBO, Workload Identity Federation for agents, polyglot agent auth, Microsoft.Identity.Web.AgentIdentities. DO NOT USE FOR: standard Entra app registration (use entra-app-registration), Microsoft Foundry agent authoring (use microsoft-foundry)."
license: MIT
metadata:
author: Microsoft
Expand Down
2 changes: 1 addition & 1 deletion plugin/skills/entra-app-registration/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: entra-app-registration
description: "Guides Microsoft Entra ID app registration, OAuth 2.0 authentication, and MSAL integration. USE FOR: create app registration, register Azure AD app, configure OAuth, set up authentication, add API permissions, generate service principal, MSAL example, console app auth, Entra ID setup, Azure AD authentication. DO NOT USE FOR: Azure RBAC or role assignments (use azure-rbac), Key Vault secrets (use azure-keyvault-expiration-audit), general Azure resource security guidance."
description: "Guides Microsoft Entra ID app registration, OAuth 2.0 authentication, and MSAL integration. USE FOR: create app registration, register Azure AD app, configure OAuth, set up authentication, add API permissions, generate service principal, MSAL example, console app auth, Entra ID setup, Azure AD authentication. DO NOT USE FOR: Key Vault secrets (use azure-keyvault-expiration-audit), general Azure resource security guidance."
license: MIT
metadata:
author: Microsoft
Expand Down
3 changes: 1 addition & 2 deletions tests/skills.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"azure-messaging",
"azure-prepare",
"azure-quotas",
"azure-rbac",
"azure-reliability",
"azure-resource-lookup",
"azure-resource-visualizer",
Expand All @@ -31,6 +30,6 @@
"integrationTestSchedule": {
"0 5 * * 2-6": "microsoft-foundry",
"0 8 * * 2-6": "azure-deploy",
"0 12 * * 2-6": "airunway-aks-setup,appinsights-instrumentation,azure-ai,azure-aigateway,azure-cloud-migrate,azure-compliance,azure-compute,azure-cost,azure-diagnostics,azure-enterprise-infra-planner,azure-kubernetes,azure-kusto,azure-messaging,azure-prepare,azure-quotas,azure-rbac,azure-resource-lookup,azure-resource-visualizer,azure-storage,azure-upgrade,azure-validate,entra-agent-id,entra-app-registration,azure-reliability,python-appservice-deploy"
"0 12 * * 2-6": "airunway-aks-setup,appinsights-instrumentation,azure-ai,azure-aigateway,azure-cloud-migrate,azure-compliance,azure-compute,azure-cost,azure-diagnostics,azure-enterprise-infra-planner,azure-kubernetes,azure-kusto,azure-messaging,azure-prepare,azure-quotas,azure-resource-lookup,azure-resource-visualizer,azure-storage,azure-upgrade,azure-validate,entra-agent-id,entra-app-registration,azure-reliability,python-appservice-deploy"
}
}
Loading