|
3 | 3 | # |
4 | 4 | # Generated by: Microsoft Corporation |
5 | 5 | # |
6 | | -# Generated on: 5/28/2025 |
| 6 | +# Generated on: 7/4/2025 |
7 | 7 | # |
8 | 8 |
|
9 | 9 | @{ |
|
12 | 12 | # RootModule = '' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '10.0.1' |
| 15 | +ModuleVersion = '10.1.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop' |
@@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2' |
54 | 54 | # ProcessorArchitecture = '' |
55 | 55 |
|
56 | 56 | # 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'; }) |
58 | 58 |
|
59 | 59 | # Assemblies that must be loaded prior to importing this module |
60 | 60 | RequiredAssemblies = 'Compute.Autorest/bin/Az.Compute.private.dll', |
@@ -200,15 +200,23 @@ CmdletsToExport = 'Add-AzImageDataDisk', 'Add-AzVhd', |
200 | 200 | 'Update-AzHost', 'Update-AzImage', 'Update-AzRestorePointCollection', |
201 | 201 | 'Update-AzSnapshot', 'Update-AzSshKey', 'Update-AzVM', 'Update-AzVmss', |
202 | 202 | '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', |
212 | 220 | 'Set-AzVMProxyAgentSetting', 'Set-AzVmssProxyAgentSetting' |
213 | 221 |
|
214 | 222 | # Variables to export from this module |
@@ -247,7 +255,17 @@ PrivateData = @{ |
247 | 255 | # IconUri = '' |
248 | 256 |
|
249 | 257 | # 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.''' |
251 | 269 |
|
252 | 270 | # Prerelease string of this module |
253 | 271 | # Prerelease = '' |
|
0 commit comments