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
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.
30
44
* New parameters in New-AzureRmVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
31
-
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
32
-
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
33
-
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
34
-
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
35
-
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
36
-
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
45
+
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
46
+
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
47
+
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
48
+
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
49
+
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
50
+
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
37
51
* New-AzureVMSqlServer* cmdlets are renamed to New-AzureRmVMSqlServer* now. Old ones will continue to work however.
0 commit comments