Skip to content

Compute OOB Release #28131

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 8, 2025
Merged

Compute OOB Release #28131

merged 2 commits into from
Jul 8, 2025

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

Compute 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.

@YanaXu YanaXu changed the base branch from yanxu/compute_md to main July 7, 2025 08:35
@YanaXu YanaXu marked this pull request as ready for review July 7, 2025 08:35
@Copilot Copilot AI review requested due to automatic review settings July 7, 2025 08:35
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 Az.Compute module to version 10.1.0, adds support for the Metadata Security Protocol (MSP) for Gallery In-VM Access Control, and prepares documentation and packaging for the new cmdlets.

  • Bumped Az.Compute version to 10.1.0 across manifests, assemblies, and package metadata
  • Introduced new cmdlets for managing In-VM Access Control Profiles and Versions in Azure Compute Gallery
  • Updated help URLs, changelog entry, CSV manifest, and release notes accordingly

Reviewed Changes

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

Show a summary per file
File Description
tools/Docs/az-ps-latest-1.csv Bumped Az.Compute package source to 10.1.0
tools/AzPreview/AzPreview.psd1 Updated preview RequiredModules version for Az.Compute
tools/Az/Az.psd1 Updated RequiredModules Az.Compute version to 10.1.0
src/Compute/Compute/help/Update-AzGalleryInVMAccessControlProfileVersion.md Updated online version URL to reflect new Az.Compute endpoint
src/Compute/Compute/help/Update-AzGalleryInVMAccessControlProfile.md Updated online version URL
src/Compute/Compute/help/Set-AzVmssProxyAgentSetting.md Updated online version URL
src/Compute/Compute/help/Set-AzVMProxyAgentSetting.md Updated online version URL
src/Compute/Compute/help/Remove-AzGalleryInVMAccessControlProfileVersionRulesRoleAssignment.md Updated online version URL
src/Compute/Compute/help/Remove-AzGalleryInVMAccessControlProfileVersionRulesRole.md Updated online version URL
src/Compute/Compute/help/Remove-AzGalleryInVMAccessControlProfileVersionRulesPrivilege.md Updated online version URL
src/Compute/Compute/help/Remove-AzGalleryInVMAccessControlProfileVersionRulesIdentity.md Updated online version URL
src/Compute/Compute/help/Remove-AzGalleryInVMAccessControlProfileVersion.md Updated online version URL
src/Compute/Compute/help/Remove-AzGalleryInVMAccessControlProfile.md Updated online version URL
src/Compute/Compute/help/New-AzGalleryInVMAccessControlProfileVersionConfig.md Updated online version URL
src/Compute/Compute/help/New-AzGalleryInVMAccessControlProfileVersion.md Updated online version URL
src/Compute/Compute/help/New-AzGalleryInVMAccessControlProfile.md Updated online version URL
src/Compute/Compute/help/Get-AzGalleryInVMAccessControlProfileVersion.md Updated online version URL
src/Compute/Compute/help/Get-AzGalleryInVMAccessControlProfile.md Updated online version URL
src/Compute/Compute/help/Add-AzGalleryInVMAccessControlProfileVersionRulesRoleAssignment.md Updated online version URL
src/Compute/Compute/help/Add-AzGalleryInVMAccessControlProfileVersionRulesRole.md Updated online version URL
src/Compute/Compute/help/Add-AzGalleryInVMAccessControlProfileVersionRulesPrivilege.md Updated online version URL
src/Compute/Compute/help/Add-AzGalleryInVMAccessControlProfileVersionRulesIdentity.md Updated online version URL
src/Compute/Compute/Properties/AssemblyInfo.cs Bumped AssemblyVersion and AssemblyFileVersion to 10.1.0
src/Compute/Compute/ChangeLog.md Added a Version 10.1.0 section under Upcoming Release
src/Compute/Compute/Az.Compute.psd1 Updated ModuleVersion, RequiredModules, Generated date, and ReleaseNotes
src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs Bumped AssemblyVersion and AssemblyFileVersion to 10.1.0
src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs Bumped AssemblyVersion and AssemblyFileVersion to 10.1.0
NuGet.Config Removed extraneous blank lines
Comments suppressed due to low confidence (3)

src/Compute/Compute/Az.Compute.psd1:268

  • ReleaseNotes references 'Set-AzVmssProxyAgent' and 'Set-AzVMProxyAgent', but the exported cmdlets are named 'Set-AzVmssProxyAgentSetting' and 'Set-AzVMProxyAgentSetting'. Please update to match.
* Added new cmdlets ''Set-AzVmssProxyAgent'' and ''Set-AzVMProxyAgent'' to set the proxy agent settings for VM and VMSS.'''

src/Compute/Compute/ChangeLog.md:24

  • [nitpick] Under '## Upcoming Release', consider using a subheader (e.g., '### Version 10.1.0') to maintain consistent heading hierarchy.
## Version 10.1.0

ReleaseNotes = '* Support for Metadata Security Protocol (MSP) support for Gallery
- Added new cmdlets ''New-AzGalleryInVmAccessControlProfile'', ''Get-AzGalleryInVmAccessControlProfile'', ''Update-AzGalleryInVmAccessControlProfile'', and ''Remove-AzGalleryInVmAccessControlProfile'' to manage In-VM Access Control Profiles in Azure Compute Gallery.
- Added new cmdlets ''New-AzGalleryInVmAccessControlProfileVersion'', ''Get-AzGalleryInVmAccessControlProfileVersion'', ''Update-AzGalleryInVmAccessControlProfileVersion'', and ''Remove-AzGalleryInVmAccessControlProfileVersion'' to manage In-VM Access Control Profile Versions in Azure Compute Gallery.
- Added new cmdlet ''New0AzGalleryInVmAccessControlProfileVersionConfig'' to create a local configuration object for In-VM Access Control Profile Version.
Copy link
Preview

Copilot AI Jul 7, 2025

Choose a reason for hiding this comment

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

Typo in ReleaseNotes: 'New0AzGalleryInVmAccessControlProfileVersionConfig' should be 'New-AzGalleryInVMAccessControlProfileVersionConfig'.

Suggested change
- Added new cmdlet ''New0AzGalleryInVmAccessControlProfileVersionConfig'' to create a local configuration object for In-VM Access Control Profile Version.
- Added new cmdlet ''New-AzGalleryInVMAccessControlProfileVersionConfig'' to create a local configuration object for In-VM Access Control Profile Version.

Copilot uses AI. Check for mistakes.

@YanaXu YanaXu merged commit edcc783 into main Jul 8, 2025
6 of 12 checks passed
@YanaXu YanaXu deleted the oob/Compute branch July 8, 2025 02: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.

2 participants