Skip to content

Azure Monitor Pipleines upgrade to GA version 2026-04-01#29485

Open
andborja wants to merge 11 commits intoAzure:mainfrom
andborja:andborja/37706358GAVersion
Open

Azure Monitor Pipleines upgrade to GA version 2026-04-01#29485
andborja wants to merge 11 commits intoAzure:mainfrom
andborja:andborja/37706358GAVersion

Conversation

@andborja
Copy link
Copy Markdown

@andborja andborja commented Apr 29, 2026

Description

Upgrades the PS module of Azure Monitor Pipelines to its GA version 2026-04-01.

The cmdlet design was originally completed at https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1463.

This version is adding the elements "tlsConfigurations" and "executionPlacement". It is also removing NetworkingConfiguration in comparison with the previous version.

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings April 29, 2026 22:09
@azure-client-tools-bot-prd
Copy link
Copy Markdown

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Upgrades the Azure Monitor PipelineGroups PowerShell module to target the GA 2026-04-01 API version, alongside regenerated module artifacts (docs/help, metadata, and tests).

Changes:

  • Bumped PipelineGroups REST API version to 2026-04-01 and updated autorest input spec path to the stable spec.
  • Updated PipelineGroup cmdlet docs to reflect new/removed parameters (e.g., remove NetworkingConfiguration, add TlsConfiguration, placement/distribution).
  • Adjusted live test configuration and Pester tests for create/get/list/delete flow.

Reviewed changes

Copilot reviewed 20 out of 21 changed files in this pull request and generated 14 comments.

Show a summary per file
File Description
src/Monitor/PipelineGroup.Autorest/test/utils.ps1 Updates live test environment defaults (RG/location/extLoc).
src/Monitor/PipelineGroup.Autorest/test/env.json Updates test env.json values (includes IDs and new defaults).
src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1 Adds conditional skipping logic and updates create payload args.
src/Monitor/PipelineGroup.Autorest/generate-info.json Regeneration metadata update.
src/Monitor/PipelineGroup.Autorest/docs/New-AzPipelineGroup.md Regenerated cmdlet doc reflecting GA shape/params.
src/Monitor/PipelineGroup.Autorest/docs/Update-AzPipelineGroup.md Regenerated cmdlet doc reflecting GA shape/params.
src/Monitor/PipelineGroup.Autorest/docs/Az.PipelineGroup.md Regenerated module doc metadata (GUID, synopsis capitalization).
src/Monitor/PipelineGroup.Autorest/UX/Microsoft.Monitor/pipelineGroups.json Updates UX API version to 2026-04-01.
src/Monitor/PipelineGroup.Autorest/README.md Updates autorest config (spec path, module version).
src/Monitor/PipelineGroup.Autorest/Properties/AssemblyInfo.cs Updates assembly version metadata.
src/Monitor/Monitor/help/New-AzPipelineGroup.md Minor help text casing update only.
src/Monitor/Monitor/help/Update-AzPipelineGroup.md Minor help text casing update only.
src/Monitor/Monitor/help/New-AzMonitorWorkspace.md Help content removed for JSON parameter sets; param set list adjusted.
src/Monitor/Monitor/help/Update-AzMonitorWorkspace.md Help content removed for JSON parameter sets; param set list adjusted.
src/Monitor/Monitor/help/Az.Monitor.md Cmdlet list and PipelineGroup synopsis casing updated; large block removed.
src/Monitor/Monitor/help/Add-AzLogProfile.md Help content replaced with placeholders/blank online link.
src/Monitor/Monitor/help/Add-AzMetricAlertRule.md Help content replaced with placeholders/blank online link.
src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md Help content replaced with placeholders/blank online link.
src/Monitor/Monitor/help/Add-AzWebtestAlertRule.md Help content replaced with placeholders/blank online link.
src/Monitor/Monitor/Az.Monitor.psd1 Regenerated manifest metadata (date, required Az.Accounts, formatting).

Comment thread src/Monitor/PipelineGroup.Autorest/test/utils.ps1 Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/test/env.json Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1 Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1 Outdated
Comment thread src/Monitor/Monitor/help/New-AzPipelineGroup.md
Comment thread src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md
Comment thread src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md Outdated
Comment thread src/Monitor/Monitor/help/Az.Monitor.md
Comment thread src/Monitor/PipelineGroup.Autorest/Properties/AssemblyInfo.cs Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/README.md Outdated
@VeryEarly
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copilot AI review requested due to automatic review settings April 30, 2026 00:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 20 out of 21 changed files in this pull request and generated 6 comments.

Comments suppressed due to low confidence (2)

src/Monitor/Monitor/help/Az.Monitor.md:18

  • The Az.Monitor module index no longer lists several exported cmdlets (e.g., Add-AzLogProfile / Add-AzMetricAlertRule / Add-AzMetricAlertRuleV2 / Add-AzWebtestAlertRule). Since these cmdlets are still exported in Az.Monitor.psd1, removing them from the index appears accidental; please regenerate or restore Az.Monitor.md so the index reflects the module's actual exported surface.
This topic displays help topics for the Azure Insights Cmdlets.

## Az.Monitor Cmdlets
### [Enable-AzActionGroupReceiver](Enable-AzActionGroupReceiver.md)
Enable a receiver in an action group.
This changes the receiver's status from Disabled to Enabled.
This operation is only supported for Email or SMS receivers.

src/Monitor/PipelineGroup.Autorest/Properties/AssemblyInfo.cs:33

  • There are multiple trailing blank lines added at the end of this file. Please remove the extra empty lines to keep the generated AssemblyInfo.cs clean and minimize noisy diffs.

Comment thread src/Monitor/Monitor/help/Add-AzLogProfile.md Outdated
Comment thread src/Monitor/Monitor/help/Add-AzMetricAlertRule.md Outdated
Comment thread src/Monitor/Monitor/help/Add-AzMetricAlertRuleV2.md Outdated
Comment thread src/Monitor/Monitor/help/Add-AzWebtestAlertRule.md Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/test/env.json Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/test/utils.ps1 Outdated
@VeryEarly
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copilot AI review requested due to automatic review settings April 30, 2026 00:58
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 15 out of 16 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1:34

  • $script:createSucceeded is assigned but never read anywhere in this test file (or other tests in this folder). This looks like leftover state and can be removed to keep the tests minimal and avoid confusion about control flow.

Comment thread src/Monitor/PipelineGroup.Autorest/README.md
Copilot AI review requested due to automatic review settings April 30, 2026 01:06
@VeryEarly
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 15 out of 16 changed files in this pull request and generated 4 comments.

Comment thread src/Monitor/Monitor.sln
Comment thread src/Monitor/Monitor.sln
Comment thread src/Monitor/PipelineGroup.Autorest/test/env.json Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1
Copilot AI review requested due to automatic review settings May 1, 2026 21:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 15 out of 16 changed files in this pull request and generated 5 comments.

Comment thread src/Monitor/Monitor.sln
Comment thread src/Monitor/Monitor.sln
Comment thread src/Monitor/PipelineGroup.Autorest/docs/Update-AzPipelineGroup.md
Comment thread src/Monitor/PipelineGroup.Autorest/test/utils.ps1 Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/Properties/AssemblyInfo.cs Outdated
@VeryEarly
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copilot AI review requested due to automatic review settings May 1, 2026 22:19
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 15 out of 16 changed files in this pull request and generated 5 comments.

Comment thread src/Monitor/Monitor/help/New-AzPipelineGroup.md
Comment thread src/Monitor/Monitor/help/Update-AzPipelineGroup.md
Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1
Comment thread src/Monitor/PipelineGroup.Autorest/docs/New-AzPipelineGroup.md
Comment thread src/Monitor/PipelineGroup.Autorest/docs/Update-AzPipelineGroup.md
@andborja andborja force-pushed the andborja/37706358GAVersion branch from 318040e to 3a4b4f8 Compare May 1, 2026 22:30
Copilot AI review requested due to automatic review settings May 1, 2026 22:53
@andborja andborja force-pushed the andborja/37706358GAVersion branch from 3a4b4f8 to a4c3ae0 Compare May 1, 2026 22:53
Copilot AI review requested due to automatic review settings May 4, 2026 16:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 22 out of 23 changed files in this pull request and generated 7 comments.

Comment thread src/Monitor/PipelineGroup.Autorest/README.md
Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1 Outdated
Comment thread src/Monitor/Monitor/help/Get-AzPipelineGroup.md
Comment thread src/Monitor/PipelineGroup.Autorest/examples/Get-AzPipelineGroup.md Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/examples/New-AzPipelineGroup.md Outdated
Comment thread src/Monitor/Monitor/help/New-AzPipelineGroup.md
Comment thread src/Monitor/Monitor/help/Update-AzPipelineGroup.md
@VeryEarly
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copilot AI review requested due to automatic review settings May 4, 2026 17:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 22 out of 23 changed files in this pull request and generated 11 comments.

Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1
Comment thread src/Monitor/PipelineGroup.Autorest/test/utils.ps1 Outdated
Comment thread tools/StaticAnalysis/Exceptions/Az.Monitor/SignatureIssues.csv Outdated
Comment thread tools/StaticAnalysis/Exceptions/Az.Monitor/SignatureIssues.csv Outdated
Comment thread tools/StaticAnalysis/Exceptions/Az.Monitor/SignatureIssues.csv Outdated
Comment thread src/Monitor/Monitor.sln
Comment thread src/Monitor/Monitor.sln
Comment thread src/Monitor/Monitor.sln
Comment thread src/Monitor/Monitor.sln
Comment thread src/Monitor/PipelineGroup.Autorest/examples/New-AzPipelineGroup.md
@VeryEarly
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@VeryEarly
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copilot AI review requested due to automatic review settings May 4, 2026 23:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 22 out of 23 changed files in this pull request and generated 11 comments.

Comment thread tools/StaticAnalysis/Exceptions/Az.Monitor/BreakingChangeIssues.csv
Comment thread tools/StaticAnalysis/Exceptions/Az.Monitor/BreakingChangeIssues.csv
Comment thread tools/StaticAnalysis/Exceptions/Az.Monitor/BreakingChangeIssues.csv
Comment thread tools/StaticAnalysis/Exceptions/Az.Monitor/BreakingChangeIssues.csv
Comment thread src/Monitor/Monitor/ChangeLog.md
Comment thread src/Monitor/PipelineGroup.Autorest/docs/Update-AzPipelineGroup.md
Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1
Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1
Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1 Outdated
Comment thread src/Monitor/PipelineGroup.Autorest/examples/New-AzPipelineGroup.md
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 5, 2026 00:05
@VeryEarly
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 22 out of 23 changed files in this pull request and generated 8 comments.

Comment thread src/Monitor/PipelineGroup.Autorest/README.md
Comment thread src/Monitor/PipelineGroup.Autorest/test/AzPipelineGroup.Tests.ps1
Comment thread src/Monitor/PipelineGroup.Autorest/test/utils.ps1
Comment thread src/Monitor/PipelineGroup.Autorest/Properties/AssemblyInfo.cs
Comment thread src/Monitor/Monitor/help/New-AzPipelineGroup.md
Comment thread src/Monitor/Monitor/help/Update-AzPipelineGroup.md
Comment thread src/Monitor/Monitor/help/Get-AzPipelineGroup.md
Comment thread src/Monitor/Monitor/ChangeLog.md
@VeryEarly
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@YanaXu YanaXu added the Contains Breaking Change This PR contains breaking change label May 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

To the author of the pull request,
This PR was labeled "Contains Breaking Change" because breaking changes have been detected by the static analysis pipeline.

  • According to our policy, breaking changes can only take place during major release and they must be preannounced.
  • Please follow our guide on the detailed steps.
  • Required: Please fill in the task below to facilitate our contact,you will receive notifications related to breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Contains Breaking Change This PR contains breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants