microsoft / microsoft/sre-agent

[Issue] ARM child resource endpoints for agent sub-resources are inaccessible

Open
#199 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
PowerShell
Stars
160
Forks
97
Avg merge
2d 5h
Merged PRs (30d)
12

Description

ARM child resource endpoints for agent sub-resources (tools, skills, scheduledTasks, incidentFilters) are inaccessible for external (non-Microsoft-internal) tenants.

When running the `sreagent-templates/bin/export-agent.sh` script does not export a couple of things any longer.

Noted that the original scripts used `2025-05-01-preview`, but that version now returns a completely different error: "Agent Extensions is invalid. Agent Extensions are not available for this tenant. This feature is restricted to internal tenants only."

After i locally switched to `2026-01-01`, the child endpoints return "Unsupported API version".

So both versions are broken for these child resources, in different ways. The `2026-01-01` bump wouldn't cause the breakage either, the ARM child resource path for tools/skills/scheduledTasks/incidentFilters has become inaccessible for external tenants entirely.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with sreagent-templates/bin/export-agent.sh and trace the child-resource requests for tools, skills, scheduledTasks, and incidentFilters. Compare the 2025-05-01-preview and 2026-01-01 responses for external tenants; done means the script can export those sub-resources through a supported endpoint and API version.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, shell
Domain
api, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.