|
12 | 12 | RootModule = '.\AzureRM.psm1'
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '3.4.0' |
| 15 | +ModuleVersion = '3.5.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | # CompatiblePSEditions = @()
|
@@ -61,7 +61,7 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; RequiredVersion = '2.5.0';
|
61 | 61 | @{ModuleName = 'AzureRM.Batch'; RequiredVersion = '2.5.0'; },
|
62 | 62 | @{ModuleName = 'AzureRM.Cdn'; RequiredVersion = '2.5.0'; },
|
63 | 63 | @{ModuleName = 'AzureRM.CognitiveServices'; RequiredVersion = '0.4.3'; },
|
64 |
| - @{ModuleName = 'AzureRM.Compute'; RequiredVersion = '2.5.0'; }, |
| 64 | + @{ModuleName = 'AzureRM.Compute'; RequiredVersion = '2.6.0'; }, |
65 | 65 | @{ModuleName = 'AzureRM.DataFactories'; RequiredVersion = '2.5.0'; },
|
66 | 66 | @{ModuleName = 'AzureRM.DataLakeAnalytics'; RequiredVersion = '2.5.0'; },
|
67 | 67 | @{ModuleName = 'AzureRM.DataLakeStore'; RequiredVersion = '3.3.0'; },
|
@@ -149,89 +149,20 @@ PrivateData = @{
|
149 | 149 | # IconUri = ''
|
150 | 150 |
|
151 | 151 | # ReleaseNotes of this module
|
152 |
| - ReleaseNotes = '## 2017.01.18 - Version 3.4.0 |
153 |
| -* AnalysisServices |
154 |
| - * Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1 |
155 |
| - - This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command. |
| 152 | + ReleaseNotes = '## 2017.02.08 - Version 3.5.0 |
156 | 153 | * Compute
|
157 |
| - * 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. |
158 |
| - * New parameters in New-AzureRmVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs. |
159 |
| - - BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup. |
160 |
| - - BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it''s manual, schedule settings need to be specified. |
161 |
| - - FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly. |
162 |
| - - FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start. |
163 |
| - - FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur. |
164 |
| - - LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup. |
165 |
| - * New-AzureVMSqlServer* cmdlets are renamed to New-AzureRmVMSqlServer* now. Old ones will continue to work however. |
166 |
| -* DataLakeAnalytics |
167 |
| - * Update Get-AdlJob to support Top parameter |
168 |
| - * Update Get-AdlJob to return the list of jobs in order by most recently submitted |
169 |
| - * Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases. |
170 |
| - * Update New-AdlAnalyticsAccount and Set-AdlAnalyticsAccount to support commitment tier options for the service. |
171 |
| - * Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release. |
172 |
| -* DataLakeStore |
173 |
| - * Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases. |
174 |
| - * Update New-AdlStore and Set-AdlStore to support commitment tier options for the service. |
175 |
| - * Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release. |
176 |
| - * Add Diagnostic logging support to Import-AdlStoreItem and Export-AdlStoreItem. This can be enabled through the following parameters: |
177 |
| - * -Debug, enables full diagnostic logging as well as debug logging to the PowerShell console. Most verbose options |
178 |
| - * -DiagnosticLogLevel, allows finer control of the output than debug. If used with debug, this is ignored and debug logging is used. |
179 |
| - * -DiagnosticLogPath, optionally specify the file to write diagnostic logs to. By default it is written to a file under %LOCALAPPDATA%\AdlDataTransfer |
180 |
| - * Added support to New-AdlStore to explicitly opt-out of account encryption. To do so, create the account with the -DisableEncryption flag. |
181 |
| -* OperationalInsights |
182 |
| - * Get-AzureRmOperationalInsightsSearchResults no longer requires the Top parameter to retrieve results |
183 |
| -* Resources |
184 |
| - * Support Tag as parameters for Find-AzureRmResource |
185 |
| - - Users can now use Tag parameter with Find-AzureRmResource |
186 |
| - - Fixed the issue where illegal combinations of TagName, TagValue with other search parameters was allowed in Find-AzureRmResource and would result in users getting exception from the service by disallowing such combinations. |
187 |
| -* ServiceBus |
188 |
| - * Add SkuCapacity parameter to Set-AzureRmServiceBusNamespace |
189 |
| - - User will be able to update the SkuCapacity(Messaging units in case of a premium namespace) of the SeriveBus NameSpace |
190 |
| - |
191 |
| - * Future Breaking Change Notification: We''ve added a warning about removing property ''ResourceGroupName'' from the returned NamespceAttributes from cmdlets New-AzureRmServiceBusNamespace, Get-AzureRmServiceBusNamespace and Set-AzureRmServiceBusNamespace |
192 |
| - -The call remains the same, but the returned values NameSpace object will not have the ResourceGroupName property |
193 |
| -* Sql |
194 |
| - * Added new return parameter "AuditType" to Get-AzureRmSqlDatabaseAuditingPolicy and Get-AzureRmSqlServerAuditingPolicy returned object |
195 |
| - - This parameter value indicates the returned auditing policy type - Table or Blob. |
196 |
| -* ServiceManagement |
197 |
| - * New parameters in New-AzureVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs. |
198 |
| - - BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup. |
199 |
| - - BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it''s manual, schedule settings need to be specified. |
200 |
| - - FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly. |
201 |
| - - FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start. |
202 |
| - - FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur. |
203 |
| - - LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup. |
204 |
| -* Storage |
205 |
| - * Fix Start-AzureStorageBlobCopy output might has wrong BlobType issue |
206 |
| - - Start-AzureStorageBlobCopy |
207 |
| - * Fix hang issue when running cmdlets from WPF/Winform context |
208 |
| - - Get-AzureStorageBlob |
209 |
| - - Get-AzureStorageBlobContent |
210 |
| - - Get-AzureStorageBlobCopyState |
211 |
| - - Get-AzureStorageContainer |
212 |
| - - Get-AzureStorageContainerStoredAccessPolicy |
213 |
| - - New-AzureStorageContainer |
214 |
| - - Remove-AzureStorageBlob |
215 |
| - - Remove-AzureStorageContainer |
216 |
| - - Set-AzureStorageBlobContent |
217 |
| - - Set-AzureStorageContainerAcl |
218 |
| - - Start-AzureStorageBlobCopy |
219 |
| - - Stop-AzureStorageBlobCopy |
220 |
| - - Get-AzureStorageFile |
221 |
| - - Get-AzureStorageFileContent |
222 |
| - - Get-AzureStorageFileCopyState |
223 |
| - - Get-AzureStorageShare |
224 |
| - - Get-AzureStorageShareStoredAccessPolicy |
225 |
| - - New-AzureStorageDirectory |
226 |
| - - New-AzureStorageShare |
227 |
| - - Remove-AzureStorageDirectory |
228 |
| - - Remove-AzureStorageFile |
229 |
| - - Remove-AzureStorageShare |
230 |
| - - Set-AzureStorageFileContent |
231 |
| - - Start-AzureStorageFileCopy |
232 |
| - - Stop-AzureStorageFileCopy |
233 |
| - - Get-AzureStorageQueueStoredAccessPolicy |
234 |
| - - Get-AzureStorageTableStoredAccessPolicy ' |
| 154 | + * New cmdlets for Managed disk |
| 155 | + - Disk cmdlets: New-AzureRmDisk, Update-AzureRmDisk, Get-AzureRmDisk, Remove-AzureRmDisk, |
| 156 | + Grant-AzureRmDiskAccess, Revoke-AzureRmDiskAccess, |
| 157 | + New-AzureRmDiskConfig, Set-AzureRmDiskDiskEncryptionKey, Set-AzureRmDiskImageReference, Set-AzureRmDiskKeyEncryptionKey, |
| 158 | + New-AzureRmDiskUpdateConfig, Set-AzureRmDiskUpdateDiskEncryptionKey, Set-AzureRmDiskUpdateImageReference, Set-AzureRmDiskUpdateKeyEncryptionKey |
| 159 | + - Snapshot cmdlets: New-AzureRmSnapshot, Update-AzureRmSnapshot, Get-AzureRmSnapshot, Remove-AzureRmSnapshot, |
| 160 | + Grant-AzureRmSnapshotAccess, Revoke-AzureRmSnapshotAccess, |
| 161 | + New-AzureRmSnapshotConfig, Set-AzureRmSnapshotDiskEncryptionKey, Set-AzureRmSnapshotImageReference, Set-AzureRmSnapshotKeyEncryptionKey, |
| 162 | + New-AzureRmSnapshotUpdateConfig, Set-AzureRmSnapshotUpdateDiskEncryptionKey, Set-AzureRmSnapshotUpdateImageReference, Set-AzureRmSnapshotUpdateKeyEncryptionKey |
| 163 | + - Image cmdlets: New-AzureRmImage, Get-AzureRmImage, Remove-AzureRmImage, |
| 164 | + New-AzureRmImageConfig, Set-AzureRmImageOsDisk, Add-AzureRmImageDataDisk, Remove-AzureRmImageDataDisk |
| 165 | + - VM cmdlet: ConvertTo-AzureRmVMManagedDisk' |
235 | 166 |
|
236 | 167 | # External dependent modules of this module
|
237 | 168 | # ExternalModuleDependencies = ''
|
|
0 commit comments