AzureRM
3.4.0
Azure Resource Manager Module
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
Microsoft Corporation. All rights reserved.
Package Details
Author(s)
- Microsoft Corporation
Tags
Functions
Update-AzureRM Import-AzureRM Uninstall-AzureRM
Dependencies
-
- Azure.AnalysisServices (= 0.0.1)
- Azure.Storage (= 2.5.0)
- AzureRM.AnalysisServices (= 0.0.3)
- AzureRM.ApiManagement (= 3.3.0)
- AzureRM.Automation (= 2.5.0)
- AzureRM.Backup (= 2.5.0)
- AzureRM.Batch (= 2.5.0)
- AzureRM.Cdn (= 2.5.0)
- AzureRM.CognitiveServices (= 0.4.3)
- AzureRM.Compute (= 2.5.0)
- AzureRM.DataFactories (= 2.5.0)
- AzureRM.DataLakeAnalytics (= 2.5.0)
- AzureRM.DataLakeStore (= 3.3.0)
- AzureRM.DevTestLabs (= 2.5.0)
- AzureRM.Dns (= 2.5.0)
- AzureRM.EventHub (= 0.0.2)
- AzureRM.HDInsight (= 2.5.0)
- AzureRM.Insights (= 2.5.0)
- AzureRM.IoTHub (= 1.1.0)
- AzureRM.KeyVault (= 2.5.0)
- AzureRM.LogicApp (= 2.5.0)
- AzureRM.MachineLearning (= 0.11.3)
- AzureRM.Media (= 0.3.3)
- AzureRM.Network (= 3.4.0)
- AzureRM.NotificationHubs (= 2.5.0)
- AzureRM.OperationalInsights (= 2.5.0)
- AzureRM.PowerBIEmbedded (= 2.5.0)
- AzureRM.Profile (= 2.5.0)
- AzureRM.RecoveryServices (= 2.5.0)
- AzureRM.RecoveryServices.Backup (= 2.5.0)
- AzureRM.RedisCache (= 2.5.0)
- AzureRM.Resources (= 3.5.0)
- AzureRM.Scheduler (= 0.11.3)
- AzureRM.ServerManagement (= 2.5.0)
- AzureRM.ServiceBus (= 0.0.2)
- AzureRM.SiteRecovery (= 3.4.0)
- AzureRM.Sql (= 2.5.0)
- AzureRM.Storage (= 2.5.0)
- AzureRM.StreamAnalytics (= 2.5.0)
- AzureRM.Tags (= 2.5.0)
- AzureRM.TrafficManager (= 2.5.0)
- AzureRM.UsageAggregates (= 2.5.0)
- AzureRM.Websites (= 2.5.0)
Release Notes
## 2017.01.18 - Version 3.4.0
* AnalysisServices
* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
* Compute
* 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.
* New parameters in New-AzureRmVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
* New-AzureVMSqlServer* cmdlets are renamed to New-AzureRmVMSqlServer* now. Old ones will continue to work however.
* DataLakeAnalytics
* Update Get-AdlJob to support Top parameter
* Update Get-AdlJob to return the list of jobs in order by most recently submitted
* Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases.
* Update New-AdlAnalyticsAccount and Set-AdlAnalyticsAccount to support commitment tier options for the service.
* Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release.
* DataLakeStore
* Updated help for all cmdlets to include output as well as more descriptions of parameters and the inclusion of aliases.
* Update New-AdlStore and Set-AdlStore to support commitment tier options for the service.
* Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release.
* Add Diagnostic logging support to Import-AdlStoreItem and Export-AdlStoreItem. This can be enabled through the following parameters:
* -Debug, enables full diagnostic logging as well as debug logging to the PowerShell console. Most verbose options
* -DiagnosticLogLevel, allows finer control of the output than debug. If used with debug, this is ignored and debug logging is used.
* -DiagnosticLogPath, optionally specify the file to write diagnostic logs to. By default it is written to a file under %LOCALAPPDATA%\AdlDataTransfer
* Added support to New-AdlStore to explicitly opt-out of account encryption. To do so, create the account with the -DisableEncryption flag.
* OperationalInsights
* Get-AzureRmOperationalInsightsSearchResults no longer requires the Top parameter to retrieve results
* Resources
* Support Tag as parameters for Find-AzureRmResource
- Users can now use Tag parameter with Find-AzureRmResource
- 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.
* ServiceBus
* Add SkuCapacity parameter to Set-AzureRmServiceBusNamespace
- User will be able to update the SkuCapacity(Messaging units in case of a premium namespace) of the SeriveBus NameSpace
* 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
-The call remains the same, but the returned values NameSpace object will not have the ResourceGroupName property
* Sql
* Added new return parameter "AuditType" to Get-AzureRmSqlDatabaseAuditingPolicy and Get-AzureRmSqlServerAuditingPolicy returned object
- This parameter value indicates the returned auditing policy type - Table or Blob.
* ServiceManagement
* New parameters in New-AzureVMSqlServerAutoBackupConfig cmdlet to support Auto Backup for SQL Server 2016 VMs.
- BackupSystemDbs : Specifies if system databases should be added to Sql Server Managed Backup.
- BackupScheduleType : Specifies the type of managed backup schedule, manual or automated. If it's manual, schedule settings need to be specified.
- FullBackupFrequency : Specifies the frequency of Full Backup, daily or weekly.
- FullBackupStartHour : Specifies the hour of the day when the Sql Server Full Backup should start.
- FullBackupWindowInHours : Specifies the window (in hours) when Sql Server Full Backup should occur.
- LogBackupFrequencyInMinutes : Specifies the frequency of Sql Server Log Backup.
* Storage
* Fix Start-AzureStorageBlobCopy output might has wrong BlobType issue
- Start-AzureStorageBlobCopy
* Fix hang issue when running cmdlets from WPF/Winform context
- Get-AzureStorageBlob
- Get-AzureStorageBlobContent
- Get-AzureStorageBlobCopyState
- Get-AzureStorageContainer
- Get-AzureStorageContainerStoredAccessPolicy
- New-AzureStorageContainer
- Remove-AzureStorageBlob
- Remove-AzureStorageContainer
- Set-AzureStorageBlobContent
- Set-AzureStorageContainerAcl
- Start-AzureStorageBlobCopy
- Stop-AzureStorageBlobCopy
- Get-AzureStorageFile
- Get-AzureStorageFileContent
- Get-AzureStorageFileCopyState
- Get-AzureStorageShare
- Get-AzureStorageShareStoredAccessPolicy
- New-AzureStorageDirectory
- New-AzureStorageShare
- Remove-AzureStorageDirectory
- Remove-AzureStorageFile
- Remove-AzureStorageShare
- Set-AzureStorageFileContent
- Start-AzureStorageFileCopy
- Stop-AzureStorageFileCopy
- Get-AzureStorageQueueStoredAccessPolicy
- Get-AzureStorageTableStoredAccessPolicy
FileList
- AzureRM.nuspec
- AzureRM.psd1
- AzureRM.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
6.13.2 | 19,334,176 | 3/23/2021 |
6.13.1 | 6,025,971 | 11/21/2018 |
6.12.0 | 59,308 | 11/6/2018 |
6.11.0 | 63,885 | 10/23/2018 |
6.10.0 | 54,719 | 10/9/2018 |
6.9.0 | 128,301 | 9/24/2018 |
6.8.1 | 188,869 | 8/29/2018 |
6.7.0 | 98,083 | 8/14/2018 |
6.6.0 | 44,387 | 7/31/2018 |
6.5.0 | 53,824 | 7/17/2018 |
6.4.0 | 59,748 | 7/3/2018 |
6.3.0 | 95,518 | 6/19/2018 |
6.2.1 | 60,449 | 6/5/2018 |
6.2.0 | 1,147 | 6/5/2018 |
6.1.1 | 27,324 | 5/25/2018 |
6.1.0 | 13,641 | 5/22/2018 |
6.0.1 | 40,106 | 5/8/2018 |
6.0.0 | 4,103 | 5/7/2018 |
5.7.0 | 392,124 | 4/10/2018 |
5.6.0 | 39,674 | 3/27/2018 |
5.5.0 | 36,138 | 3/13/2018 |
5.4.1 | 41,087 | 2/28/2018 |
5.4.0 | 1,640 | 2/27/2018 |
5.3.0 | 43,583 | 2/13/2018 |
5.2.0 | 67,924 | 1/31/2018 |
5.1.1 | 141,251 | 12/9/2017 |
5.0.1 | 57,148 | 11/10/2017 |
5.0.0 | 37,469 | 11/8/2017 |
4.4.1 | 227,395 | 10/13/2017 |
4.4.0 | 143,070 | 9/25/2017 |
4.3.1 | 81,874 | 8/16/2017 |
4.2.1 | 66,583 | 7/18/2017 |
4.2.0 | 6,146 | 7/11/2017 |
4.1.0 | 65,601 | 6/8/2017 |
4.0.2 | 20,227 | 5/24/2017 |
4.0.1 | 13,163 | 5/13/2017 |
4.0.0 | 6,466 | 5/10/2017 |
3.8.0 | 71,777 | 4/5/2017 |
3.7.0 | 26,955 | 3/9/2017 |
3.6.0 | 15,083 | 2/22/2017 |
3.5.0 | 13,755 | 2/8/2017 |
3.4.0 (current version) | 16,633 | 1/18/2017 |
3.3.0 | 18,194 | 12/14/2016 |
3.2.0 | 17,446 | 11/15/2016 |
3.1.0 | 11,430 | 11/2/2016 |
3.0.0 | 14,404 | 9/28/2016 |
2.5.0 | 70,111 | 5/9/2019 |
2.4.0 | 13,265 | 2/8/2019 |
2.3.0 | 22,487 | 9/17/2018 |
2.2.0 | 2,696 | 9/20/2016 |
2.1.0 | 100,305 | 9/8/2016 |
2.0.1 | 8,201 | 8/10/2016 |
1.6.0 | 25,583 | 7/12/2016 |
1.5.1 | 3,390 | 6/27/2016 |
1.5.0 | 5,705 | 6/1/2016 |
1.4.0 | 9,992 | 5/4/2016 |
1.3.2 | 3,598 | 4/19/2016 |
1.3.0 | 5,130 | 3/30/2016 |
1.2.11 | 254,674 | 10/13/2017 |
1.2.10 | 15,764 | 7/8/2017 |
1.2.9 | 22,674 | 3/14/2017 |
1.2.8 | 8,504 | 1/12/2017 |
1.2.7 | 281 | 1/4/2017 |
1.2.6 | 123,003 | 9/8/2016 |
1.2.2 | 6,289 | 3/4/2016 |
1.2.0 | 6,644 | 2/3/2016 |
1.1.0 | 3,605 | 1/14/2016 |
1.0.4 | 2,514 | 12/16/2015 |
1.0.3 | 2,304 | 11/24/2015 |
1.0.2 | 1,900 | 11/6/2015 |
1.0.1 | 1,933 | 10/12/2015 |
1.0.0 | 469 | 10/9/2015 |