-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Compute OOB Release #28131
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this 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. |
There was a problem hiding this comment.
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'.
- 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.
Description
Compute OOB Release
Checklist