You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Compute client library version to 14.0.0 and re-generate Powershell code with DiskRP support
* Fix VM output issue when AvailabilitySet is set with Compact display mode
* Update VM helper cmdlets to support Managed disk
* Update New-AzureRmAvailabilitySet and Get-AzureRmAvailabilitySet to support Managed disk
* Update change log for Compute
* WORK: PS test for Images
* WORK: add images PS tests
* Fix tab space
* Adding test for ConvertTo-AzureRmVMManagedDisk
* Fix tab spacing
* Change CreationDataCreateOption to CreateOption
* Add Update-AzureRmAvailabilitySet cmdlet
* Add SourceVaultId to Key encryption key commands
* Add Access and DurationIdSecond to Grant Access cmdlets
* Add StorageAccountType to Add-AzureRmVmssDataDisk and rename ManagedDiskStorageAccountType to StorageAccountType
* Update image tests.
* Update the markdown and help files.
* disk tests
* Powershell tests for VMSS with managed disks
* update compute test proj file to include any recorded files.
* adding disk tests
* adding disk and snapshot test
* records
* session records
* Add TestVirtualMachine_Managed test.
* Add session record files.
* Add more validation for disk rp tests.
* Remove tabs in VirtualMachineTests.ps1 file
* Add Remove-AzureRmDataDisk test
* Add Set-AzureRmDiskImage and Set-AzureRmSnapshotImage to the tests
* Add Update-AzureRmImage cmdlet and set alias Name for ImageName parameter.
* Update help and markdown files.
* Revert auto-generated cmdlets to manually written cmdlets.
* Add ShouldProcess support to Update, Grant, Revoke, Start, Restart cmdlets
* Add ShouldProcess support to config cmdlets
* Updating Remove-AzureRmVmssExtension cmdlet back to previous.
* Remove Get-AzureRmContainerServiceListNext because it is included Get-AzureRmContainerService
* Adding Add-AzureRmVmssDataDisk and Remove-AzureRmVmssDataDisk
* Update help and markdown files.
* Update the order of the paramters not to break existing ones.
* Update the markdown file.
* Limit the max number of position value to 3 for new cmdlets.
* Suppress breaking change exceptions.
* Update module version for Compute
* Suppress exceptions for sign job
Copy file name to clipboardExpand all lines: src/ResourceManager/Compute/AzureRM.Compute.psd1
+34-14Lines changed: 34 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
-
ModuleVersion='2.5.0'
15
+
ModuleVersion='2.6.0'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -75,7 +75,8 @@ FunctionsToExport = @()
75
75
76
76
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
ReleaseNotes='* Fix Get-AzureRmVM with -Status issue: Get-AzureRmVM throws an exception when Get-AzureRmVM lists multiple VMs and some of the VMs are deleted during Get-AzureRmVM is performed.
179
-
* New parameters in New-AzureRmVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
180
-
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
181
-
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it''s manual, schedule settings need to be specified.
182
-
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
183
-
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
184
-
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
185
-
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
186
-
* New-AzureVMSqlServer* cmdlets are renamed to New-AzureRmVMSqlServer* now. Old ones will continue to work however.
195
+
ReleaseNotes='* New cmdlets for Managed disk
196
+
- Disk cmdlets: New-AzureRmDisk, Update-AzureRmDisk, Get-AzureRmDisk, Remove-AzureRmDisk,
* Fix Get-AzureRmVM with -Status issue: Get-AzureRmVM throws an exception when Get-AzureRmVM lists multiple VMs and some of the VMs are deleted during Get-AzureRmVM is performed.
24
38
* New parameters in New-AzureRmVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
25
-
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
26
-
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
27
-
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
28
-
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
29
-
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
30
-
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
39
+
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
40
+
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
41
+
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
42
+
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
43
+
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
44
+
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
31
45
* New-AzureVMSqlServer* cmdlets are renamed to New-AzureRmVMSqlServer* now. Old ones will continue to work however.
0 commit comments