Skip to content

[PS] Add StreamAnalytics module migration breaking changes #28326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

JoyerJin
Copy link
Contributor

@JoyerJin JoyerJin commented Aug 4, 2025

Description

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

Copy link

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

@JoyerJin JoyerJin marked this pull request as ready for review August 5, 2025 09:17
@Copilot Copilot AI review requested due to automatic review settings August 5, 2025 09:17
@JoyerJin JoyerJin added the Breaking Change Preannounce This PR adds preannouncement about upcoming breaking change label Aug 5, 2025
Copy link
Contributor

@Copilot 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

This pull request adds breaking change announcements for the StreamAnalytics module, documenting upcoming changes from fixed arrays to lists for various cmdlets and parameter removals. The changes prepare users for breaking changes that will occur in version 3.0.0 of the module.

  • Added breaking change announcements in ChangeLog.md for cmdlets changing from fixed arrays to lists
  • Updated module configuration files and project structure
  • Added breaking change attributes to PowerShell cmdlets and configuration directives

Reviewed Changes

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

Show a summary per file
File Description
src/StreamAnalytics/StreamAnalytics/ChangeLog.md Documents breaking change announcements for array-to-list conversions and parameter removal
src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 Updates module dependencies and configuration paths
src/StreamAnalytics/StreamAnalytics.sln Restructures solution with additional build configurations and project references
src/StreamAnalytics/StreamAnalytics.Autorest/README.md Adds breaking change directives for cmdlet output property changes
src/StreamAnalytics/StreamAnalytics.Autorest/custom/*.ps1 Adds breaking change attributes to PowerShell cmdlet functions
src/StreamAnalytics/StreamAnalytics.Autorest/Properties/AssemblyInfo.cs Adds standard assembly metadata for the generated module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Preannounce This PR adds preannouncement about upcoming breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant