Skip to content

Az.Accounts v5.1.0 OOB Release #27884

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 1 commit into from
Jun 10, 2025
Merged

Az.Accounts v5.1.0 OOB Release #27884

merged 1 commit into from
Jun 10, 2025

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Accounts OOB Release

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at 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. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • 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.

@isra-fel isra-fel marked this pull request as ready for review June 10, 2025 00:48
@Copilot Copilot AI review requested due to automatic review settings June 10, 2025 00:48
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 the module version to 5.1.0 for the Az.Accounts module and introduces support for SSH authentication scopes by adding the new SshAuthScope parameter. Key changes include:

  • Bumping module and assembly version numbers from 5.0.2 (or 5.0.1 in assembly strings) to 5.1.0/5.0.2.0.
  • Adding the new optional SshAuthScope parameter to the serialized cmdlets.
  • Updating documentation and configuration files (e.g. PSD1 files and changelog) to reflect the new release.

Reviewed Changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tools/Tools.Common/SerializedCmdlets/Az.Accounts.json Updated module version and added the SshAuthScope parameter with its metadata; updated assembly-qualified names for consistency.
tools/Docs/az-ps-latest-2.csv & az-ps-latest-1.csv Updated package download URLs and version numbers.
tools/AzPreview/AzPreview.psd1 & tools/Az/Az.psd1 Updated required module references and module version fields.
AssemblyInfo.cs files (multiple) Updated assembly version attributes to 5.1.0.
src/Accounts/Accounts/ChangeLog.md Added a new changelog section for version 5.1.0 highlighting the SSH authentication scope feature.
NuGet.Config Minor formatting change.
Comments suppressed due to low confidence (2)

tools/Tools.Common/SerializedCmdlets/Az.Accounts.json:467

  • [nitpick] Verify that the default validation settings for the new 'SshAuthScope' parameter align with the intended design. If a non-empty value is required, consider enabling ValidateNotNullOrEmpty to enforce this requirement.
{"Name": "SshAuthScope",

src/Accounts/Accounts/ChangeLog.md:23

  • [nitpick] Consider enhancing the changelog entry with additional details or usage examples for the new 'SshAuthScope' feature to better inform users of its functional impact.
## Version 5.1.0

Copy link
Member

@isra-fel isra-fel left a comment

Choose a reason for hiding this comment

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

LGTM

@isra-fel isra-fel changed the title Accounts OOB Release Az.Accounts v5.1.0 OOB Release Jun 10, 2025
@isra-fel isra-fel merged commit 881baa3 into main Jun 10, 2025
12 checks passed
@isra-fel isra-fel deleted the oob/Accounts branch June 10, 2025 00:50
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