Skip to content

[PS ManagedServices] Update breaking change announcement #28175

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

Merged
merged 2 commits into from
Jul 15, 2025

Conversation

JoyerJin
Copy link
Contributor

@JoyerJin JoyerJin commented Jul 11, 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 July 11, 2025 09:39
@Copilot Copilot AI review requested due to automatic review settings July 11, 2025 09:39
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 PR updates breaking change announcements for the Azure PowerShell ManagedServices module, transitioning from cmdlet-level breaking change attributes to parameter-level breaking change attributes for better granularity. The changes primarily focus on updating breaking change metadata for array-to-list type conversions scheduled for version 15.0.0.

  • Updated breaking change directives in README.md from generic change descriptions to specific deprecated/new property mappings
  • Replaced cmdlet-level breaking change attributes with parameter-level attributes in PowerShell functions
  • Updated version numbers and regenerated project files with new GUIDs

Reviewed Changes

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

Show a summary per file
File Description
Az.ManagedServices.psd1 Updated generation date and uncommented empty array declarations
ManagedServices.sln Updated project GUID references for the autorest component
generate-info.json Updated generation ID for autorest regeneration
Az.ManagedServices.md Updated module GUID in documentation
New-AzManagedServicesEligibleAuthorizationObject.ps1 Replaced cmdlet-level breaking change with parameter-level attribute
New-AzManagedServicesAuthorizationObject.ps1 Added parameter-level breaking change attribute
README.md Enhanced breaking change directives with detailed property mappings
AssemblyInfo.cs Incremented version from 3.1.0 to 3.1.1

@YanaXu YanaXu self-assigned this Jul 14, 2025
@YanaXu YanaXu merged commit 70e6ee7 into main Jul 15, 2025
12 checks passed
@YanaXu YanaXu deleted the joyer/managedservice-breakingchangefix branch July 15, 2025 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants