Skip to content

Commit edcc783

Browse files
Compute OOB Release (#28131)
Co-authored-by: Yan Xu <[email protected]>
1 parent e78c260 commit edcc783

File tree

10 files changed

+9751
-2828
lines changed

10 files changed

+9751
-2828
lines changed

NuGet.Config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333

3434

35+
36+
3537

3638

3739

src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]
2828

29-
[assembly: AssemblyVersion("10.0.1")]
30-
[assembly: AssemblyFileVersion("10.0.1")]
29+
[assembly: AssemblyVersion("10.1.0")]
30+
[assembly: AssemblyFileVersion("10.1.0")]

src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("9d9ad6c2-c449-4f97-95d1-252f737c4e96")]
2828

29-
[assembly: AssemblyVersion("10.0.1")]
30-
[assembly: AssemblyFileVersion("10.0.1")]
29+
[assembly: AssemblyVersion("10.1.0")]
30+
[assembly: AssemblyFileVersion("10.1.0")]

src/Compute/Compute/Az.Compute.psd1

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/28/2025
6+
# Generated on: 7/4/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '10.0.1'
15+
ModuleVersion = '10.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
5454
# ProcessorArchitecture = ''
5555

5656
# Modules that must be imported into the global environment prior to importing this module
57-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.0.2'; })
57+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
6060
RequiredAssemblies = 'Compute.Autorest/bin/Az.Compute.private.dll',
@@ -200,15 +200,23 @@ CmdletsToExport = 'Add-AzImageDataDisk', 'Add-AzVhd',
200200
'Update-AzHost', 'Update-AzImage', 'Update-AzRestorePointCollection',
201201
'Update-AzSnapshot', 'Update-AzSshKey', 'Update-AzVM', 'Update-AzVmss',
202202
'Update-AzVmssInstance', 'Update-AzVmssVM',
203-
'New-AzGalleryInVMAccessControlProfile', 'Remove-AzGalleryInVMAccessControlProfile',
204-
'Get-AzGalleryInVMAccessControlProfile',
205-
'New-AzGalleryInVMAccessControlProfileVersion', 'New-AzGalleryInVMAccessControlProfileVersionConfig',
206-
'Remove-AzGalleryInVMAccessControlProfileVersion', 'Get-AzGalleryInVMAccessControlProfileVersion',
207-
'Add-AzGalleryInVMAccessControlProfileVersionRulesPrivilege', 'Remove-AzGalleryInVMAccessControlProfileVersionRulesPrivilege',
208-
'Add-AzGalleryInVMAccessControlProfileVersionRulesRole', 'Remove-AzGalleryInVmAccessControlProfileVersionRulesRole',
209-
'Add-AzGalleryInVMAccessControlProfileVersionRulesIdentity', 'Remove-AzGalleryInVMAccessControlProfileVersionRulesIdentity',
210-
'Add-AzGalleryInVMAccessControlProfileVersionRulesRoleAssignment', 'Remove-AzGalleryInVMAccessControlProfileVersionRulesRoleAssignment',
211-
'Update-AzGalleryInVMAccessControlProfileVersion', 'Update-AzGalleryInVMAccessControlProfile',
203+
'New-AzGalleryInVMAccessControlProfile',
204+
'Remove-AzGalleryInVMAccessControlProfile',
205+
'Get-AzGalleryInVMAccessControlProfile',
206+
'New-AzGalleryInVMAccessControlProfileVersion',
207+
'New-AzGalleryInVMAccessControlProfileVersionConfig',
208+
'Remove-AzGalleryInVMAccessControlProfileVersion',
209+
'Get-AzGalleryInVMAccessControlProfileVersion',
210+
'Add-AzGalleryInVMAccessControlProfileVersionRulesPrivilege',
211+
'Remove-AzGalleryInVMAccessControlProfileVersionRulesPrivilege',
212+
'Add-AzGalleryInVMAccessControlProfileVersionRulesRole',
213+
'Remove-AzGalleryInVmAccessControlProfileVersionRulesRole',
214+
'Add-AzGalleryInVMAccessControlProfileVersionRulesIdentity',
215+
'Remove-AzGalleryInVMAccessControlProfileVersionRulesIdentity',
216+
'Add-AzGalleryInVMAccessControlProfileVersionRulesRoleAssignment',
217+
'Remove-AzGalleryInVMAccessControlProfileVersionRulesRoleAssignment',
218+
'Update-AzGalleryInVMAccessControlProfileVersion',
219+
'Update-AzGalleryInVMAccessControlProfile',
212220
'Set-AzVMProxyAgentSetting', 'Set-AzVmssProxyAgentSetting'
213221

214222
# Variables to export from this module
@@ -247,7 +255,17 @@ PrivateData = @{
247255
# IconUri = ''
248256

249257
# ReleaseNotes of this module
250-
ReleaseNotes = '* Added breaking change message for ''New-AzVM'' and ''New-AzVmss'' cmdlets.'
258+
ReleaseNotes = '* Support for Metadata Security Protocol (MSP) support for Gallery
259+
- Added new cmdlets ''New-AzGalleryInVmAccessControlProfile'', ''Get-AzGalleryInVmAccessControlProfile'', ''Update-AzGalleryInVmAccessControlProfile'', and ''Remove-AzGalleryInVmAccessControlProfile'' to manage In-VM Access Control Profiles in Azure Compute Gallery.
260+
- Added new cmdlets ''New-AzGalleryInVmAccessControlProfileVersion'', ''Get-AzGalleryInVmAccessControlProfileVersion'', ''Update-AzGalleryInVmAccessControlProfileVersion'', and ''Remove-AzGalleryInVmAccessControlProfileVersion'' to manage In-VM Access Control Profile Versions in Azure Compute Gallery.
261+
- Added new cmdlet ''New0AzGalleryInVmAccessControlProfileVersionConfig'' to create a local configuration object for In-VM Access Control Profile Version.
262+
- Added new cmdlets ''Add-AzGalleryInVmAccessControlProfileVersionRulesPrivilege'' and ''Remove-AzGalleryInVmAccessControlProfileVersionRulesPrivilege'' to manage privileges in In-VM Access Control Profile Version.
263+
- Added new cmdlets ''Add-AzGalleryInVmAccessControlProfileVersionRulesRole'' and ''Remove-AzGalleryInVmAccessControlProfileVersionRulesRole'' to manage roles in In-VM Access Control Profile Version.
264+
- Added new cmdlets ''Add-AzGalleryInVmAccessControlProfileVersionRulesIdentity'' and ''Remove-AzGalleryInVmAccessControlProfileVersionRulesIdentity'' to manage identities in In-VM Access Control Profile Version.
265+
- Added new cmdlets ''Add-AzGalleryInVmAccessControlProfileVersionRulesRoleAssignment'' and ''Remove-AzGalleryInVmAccessControlProfileVersionRulesRoleAssignment'' to manage role assignments in In-VM Access Control Profile Version.
266+
* Added ''-EnableProxyAgent'' parameter to ''New-AzVM'' and ''New-AzVmss'' simple parameter sets.
267+
* Added ''-ProxyAgentKeyIncarnationId''parameter to ''Update-AzVmssVM'' cmdlet.
268+
* Added new cmdlets ''Set-AzVmssProxyAgent'' and ''Set-AzVMProxyAgent'' to set the proxy agent settings for VM and VMSS.'''
251269

252270
# Prerelease string of this module
253271
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
2121
-->
2222
## Upcoming Release
23+
24+
## Version 10.1.0
2325
* Support for Metadata Security Protocol (MSP) support for Gallery
2426
- Added new cmdlets `New-AzGalleryInVmAccessControlProfile`, `Get-AzGalleryInVmAccessControlProfile`, `Update-AzGalleryInVmAccessControlProfile`, and `Remove-AzGalleryInVmAccessControlProfile` to manage In-VM Access Control Profiles in Azure Compute Gallery.
2527
- Added new cmdlets `New-AzGalleryInVmAccessControlProfileVersion`, `Get-AzGalleryInVmAccessControlProfileVersion`, `Update-AzGalleryInVmAccessControlProfileVersion`, and `Remove-AzGalleryInVmAccessControlProfileVersion` to manage In-VM Access Control Profile Versions in Azure Compute Gallery.

src/Compute/Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("10.0.1")]
29-
[assembly: AssemblyFileVersion("10.0.1")]
28+
[assembly: AssemblyVersion("10.1.0")]
29+
[assembly: AssemblyFileVersion("10.1.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

tools/Az/Az.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; },
6969
@{ModuleName = 'Az.Cdn'; RequiredVersion = '5.0.0'; },
7070
@{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.0'; },
7171
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.16.0'; },
72-
@{ModuleName = 'Az.Compute'; RequiredVersion = '10.0.1'; },
72+
@{ModuleName = 'Az.Compute'; RequiredVersion = '10.1.0'; },
7373
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.1.0'; },
7474
@{ModuleName = 'Az.ConnectedMachine'; RequiredVersion = '1.1.1'; },
7575
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '4.1.1'; },

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.1.1'; },
8686
@{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.0'; },
8787
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.16.0'; },
8888
@{ModuleName = 'Az.Communication'; RequiredVersion = '0.6.0'; },
89-
@{ModuleName = 'Az.Compute'; RequiredVersion = '10.0.1'; },
89+
@{ModuleName = 'Az.Compute'; RequiredVersion = '10.1.0'; },
9090
@{ModuleName = 'Az.ComputeFleet'; RequiredVersion = '0.1.1'; },
9191
@{ModuleName = 'Az.ComputeSchedule'; RequiredVersion = '0.1.1'; },
9292
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.1.0'; },

tools/Docs/az-ps-latest-1.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
3232
pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudService.2.1.0.zip;sourceType=sa]Az.CloudService,2.1.0
3333
pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CognitiveServices.1.16.0.zip;sourceType=sa]Az.CognitiveServices,1.16.0
3434
pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Communication.0.6.0.zip;sourceType=sa]Az.Communication,0.6.0
35-
pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.10.0.1.zip;sourceType=sa]Az.Compute,10.0.1
35+
pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.10.1.0.zip;sourceType=sa]Az.Compute,10.1.0
3636
pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ComputeFleet.0.1.1.zip;sourceType=sa]Az.ComputeFleet,0.1.1
3737
pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ComputeSchedule.0.1.1.zip;sourceType=sa]Az.ComputeSchedule,0.1.1
3838
pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConfidentialLedger.1.1.0.zip;sourceType=sa]Az.ConfidentialLedger,1.1.0

0 commit comments

Comments
 (0)