Add new stable API version 2026-09-01 for ActionGroups (ports #37313)#44777
Open
thomasp98296 wants to merge 1 commit into
Open
Add new stable API version 2026-09-01 for ActionGroups (ports #37313)#44777thomasp98296 wants to merge 1 commit into
thomasp98296 wants to merge 1 commit into
Conversation
Ports the reviewed/signed-off changes from PR Azure#37313 (originally authored against preview 2025-09-01-preview, before the Insights spec was migrated to TypeSpec) into a new stable 2026-09-01 API version. Changes (TypeSpec source of truth in ActionGroupsApi/*.tsp): - Add Versions.v2026_09_01 (2026-09-01) to the version enum. - EventHubReceiver: add resourceId (arm-id -> Microsoft.EventHub/namespaces), @added 2026-09-01. - LogicAppReceiver: add triggerName, @added 2026-09-01. - AzureFunctionReceiver: add scope, @added 2026-09-01. - Update managedIdentity description on all 5 receivers to 'The principal id of the referenced managed identity.' Regenerated artifacts: - stable/2026-09-01/actionGroups.json + examples. - preview/2024-10-01-preview/actionGroups.json (description-only update, a consequence of the shared, non-versioned TypeSpec doc comment). - readme.md: add package-2026-09-01 tag. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 863b59ef-72f1-4953-b2e2-54fb6d17735c
Next Steps to MergeNext steps that must be taken to merge this PR:
Comment generated by summarize-checks workflow run. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
Comment generated by After APIView workflow run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ARM (Control Plane) API Specification Update
Purpose
Summary
This PR adds a new stable API version
2026-09-01for the ActionGroups resource type (Microsoft.Insights), porting the reviewed and signed-off changes from #37313.#37313 was authored against preview
2025-09-01-previewbefore the Insights spec was migrated to TypeSpec, and was never merged. Since TypeSpec is now the source of truth, those same changes have been re-expressed in TypeSpec and promoted to the stable2026-09-01version.Changes (TypeSpec source of truth —
ActionGroupsApi/*.tsp)Versions.v2026_09_01(2026-09-01) to the version enum.resourceId(arm-id →Microsoft.EventHub/namespaces), gated@added(2026-09-01).triggerName, gated@added(2026-09-01).scope, gated@added(2026-09-01).managedIdentitydescription on all 5 receivers to "The principal id of the referenced managed identity."Regenerated artifacts
stable/2026-09-01/actionGroups.json+ examples.preview/2024-10-01-preview/actionGroups.json— description-only update (consequence of the shared, non-versioned TypeSpec doc comment).readme.md— addpackage-2026-09-01tag.Note
Local
tsp compilecould not be run in the authoring environment (npm registry access blocked). The generatedactionGroups.jsonand examples were produced to match the TypeSpec emitter output; please rely on CI regeneration/validation to confirm byte-exactness.