Skip to content
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

Backward Compatibility to address issues in 2.17.0 and 2.18.0 #2721

Merged
merged 12 commits into from May 9, 2024

Conversation

timayabi2020
Copy link
Collaborator

@timayabi2020 timayabi2020 commented May 6, 2024

Fixes #2670 and #2715

This PR addresses breaking changes introduced in 2.17.0 and 2.18.0 as a result of metadata changes by introducing cmdlet aliases for backward compatibility.

Changes proposed in this pull request

  • Adds AutoREST directives to remove paths associated with building old cmdlets and converts them to aliases to the new cmdlets as per the table here and here
  • Adds CmdAlias property to Find-MgGraphCommand

@timayabi2020 timayabi2020 marked this pull request as ready for review May 7, 2024 17:19
@timayabi2020 timayabi2020 requested a review from a team as a code owner May 7, 2024 17:19
Ndiritu
Ndiritu previously approved these changes May 7, 2024
@timayabi2020 timayabi2020 merged commit 6696333 into dev May 9, 2024
3 checks passed
@timayabi2020 timayabi2020 deleted the backward-compatilibility-fix branch May 9, 2024 12:03
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.

Remove-MgGroupMemberByRef 2.17.0 missing DirectoryObjectId parameter
2 participants