AzureRM
3.3.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.Storage (= 2.4.0)
- AzureRM.AnalysisServices (= 0.0.2)
- AzureRM.ApiManagement (= 3.2.0)
- AzureRM.Automation (= 2.4.0)
- AzureRM.Backup (= 2.4.0)
- AzureRM.Batch (= 2.4.0)
- AzureRM.Cdn (= 2.4.0)
- AzureRM.CognitiveServices (= 0.4.2)
- AzureRM.Compute (= 2.4.0)
- AzureRM.DataFactories (= 2.4.0)
- AzureRM.DataLakeAnalytics (= 2.4.0)
- AzureRM.DataLakeStore (= 3.2.0)
- AzureRM.DevTestLabs (= 2.4.0)
- AzureRM.Dns (= 2.4.0)
- AzureRM.EventHub (= 0.0.1)
- AzureRM.HDInsight (= 2.4.0)
- AzureRM.Insights (= 2.4.0)
- AzureRM.IoTHub (= 1.0.0)
- AzureRM.KeyVault (= 2.4.0)
- AzureRM.LogicApp (= 2.4.0)
- AzureRM.MachineLearning (= 0.11.2)
- AzureRM.Media (= 0.3.2)
- AzureRM.Network (= 3.3.0)
- AzureRM.NotificationHubs (= 2.4.0)
- AzureRM.OperationalInsights (= 2.4.0)
- AzureRM.PowerBIEmbedded (= 2.4.0)
- AzureRM.Profile (= 2.4.0)
- AzureRM.RecoveryServices (= 2.4.0)
- AzureRM.RecoveryServices.Backup (= 2.4.0)
- AzureRM.RedisCache (= 2.4.0)
- AzureRM.Resources (= 3.4.0)
- AzureRM.Scheduler (= 0.11.2)
- AzureRM.ServerManagement (= 2.4.0)
- AzureRM.ServiceBus (= 0.0.1)
- AzureRM.SiteRecovery (= 3.3.0)
- AzureRM.Sql (= 2.4.0)
- AzureRM.Storage (= 2.4.0)
- AzureRM.StreamAnalytics (= 2.4.0)
- AzureRM.Tags (= 2.4.0)
- AzureRM.TrafficManager (= 2.4.0)
- AzureRM.UsageAggregates (= 2.4.0)
- AzureRM.Websites (= 2.4.0)
Release Notes
2016.12.14 - Version 3.3.0
* ApiManagement
* Added new cmdlets to manage external Identity Provider Configurations
- New-AzureRmApiManagementIdentityProvider
- Set-AzureRmApiManagementIdentityProvider
- Get-AzureRmApiManagementIdentityProvider
- Remove-AzureRmApiManagementIdentityProvider
* Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support
* Updated cmdlet Import-AzureRmApiManagementApi to allow importing an Wsdl type API as either Soap Pass Through (ApiType = Http) or Soap To Rest (ApiType = Soap). Default is Soap Pass Through.
* Fixed Issue https://github.com/Azure/azure-powershell/issues/3217
* Compute
* Add Remove-AzureRmVMSecret cmdlet.
* Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we've added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to `Get -Date - DisplayHint Date` cmdlet. By default, the return of `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name>` will be compact. You can expand the output using `-DisplayHint Expand` parameter.
* UPCOMING BREAKING CHANGE Notification: We've added a warning about removing ` DataDiskNames` and ` NetworkInterfaceIDs` properties from the returned VM object from `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name` cmdlet. Please update your scripts to access these properties in the following way:
- `$vm.StorageProfile.DataDisks`
- `$vm.NetworkProfile.NetworkInterfaces`
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
- JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute '{"container_service": {"chef-init-test": {"command": "C:\\opscode\\chef\\bin"}}}'
- ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45
* DataLakeAnalytics
* Removal of unsupported parameters in Add and Set-AzureRMDataLakeAnalyticsDataSource (default for data lake store)
* Removed unsupported parameter in Set-AzureRMDataLakeAnalyticsAccount (default data lake store)
* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up.
* Added the ability to set MaxDegreeOfParallelism, MaxJobCount and QueryStoreRetention in New and Set-AzureRMDataLakeAnalyticsAccount
* Removed invalid return value from New-AzureRMDataLakeAnalyticsCatalogSecret
* DataLakeStore
* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up.
* Removed the ability to set encryption in Set-AzureRMDataLakeStoreAccount (never was supported)
* Added ability to enable/disable firewall rules and the trusted id providers during Set-AzureRMDataLakeStoreAccount
* Added a new cmdlet: Set-AzureRMDataLakeStoreItemExpiry, which allows the user to set or remove the expiration for files (not folders) in their ADLS account.
* Small fix for friendly date properties to pivot off UTC time instead of local time, ensuring standard time reporting.
* EventHub
* Adds commandlets for the Azure EventHub
* Insights
* Parameter now accepts two more values in New-AzureRmAutoscaleRule
- Parameter ScaleType now accepts the previous ChangeCount (default) plus two more values PercentChangeCount, and ExactCount
- Add a warning message about this parameter accepting two more values
* Add parameter became optional in Add-AzureRmLogProfile
- Parameter StorageAccountId is now optional
* Minor changes to the output classes to expose more properties
- Before the user could see the properties because they were printed, but not access them programatically because they were protected for instance.
* IotHub
* Adds commandlets for the Azure IoT Hub
* MachineLearning
* Serialization and deserialization improvements for all cmdlets
* NotificationHubs
* Added the skuTier parameter to set the sky for namespace
- New-AzureRmNotificationHubsNamespace
- Set-AzureRmNotificationHubsNamespace
* RecoveryServices.Backup
* Migrated from Hyak based Azure SDK to Swagger based Azure SDK
* Resources
* Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
- Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
* ServiceBus
* Adds commandlets for the Azure ServiceBus
* Sql
* Added storage properties to cmdlets for Azure SQL threat detection policy management at database and server level
- StorageAccountName
- RetentionInDays
* Removed the unsupported param "AuditAction" from Set-AzureSqlDatabaseServerAuditingPolicy
* Added new param "AuditAction" to Set-AzureSqlDatabaseAuditingPolicy
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
- If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
- If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
* Changes for "New-AzureRmSqlDatabase", "Set-AzureRmSqlDatabase" and "Get-AzureRmSqlDatabase" cmdlets
- Adding a new parameter called "ReadScale" for the 3 cmdlets above.
- The "ReadScale" parameter has 2 possibl values: "Enabled" or "Disabled" to indicate whether the ReadScale option is turned on for the database.
* Functionality of ReadScale Feature.
- ReadScale is a new feature in SQL Database, which allows the user to enabled/disable routing read-only requests to Geo-secondary Premium databases.
- This feature allows the customer to scale up/down their read-only workload flexibly, and unlocked more DTUs for the premium database.
- To configure ReadScale, user simply specify "ReadScale" paramter with "Enabled/Disabled" at database creation with New-AzureRmSqlDatabase cmdlet,
* Websites
* Add: PerSiteScaling option on cmdlets New-AzureRmAppservicePlan and Set-AzureRmAppServicePlan
* Add: NumberOfWorkers option on cmdlets Set-AzureRmWebApp and Set-AzureRmWebAppSlot
* Add: Help documentation using platyPS
* ServiceManagement
* Updated Set-AzureVMChefExtension cmdlet to add following new options :
- JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute '{"container_service": {"chef-init-test": {"command": "C:\\opscode\\chef\\bin"}}}'
- ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45
* Updated New-AzureVirtualNetworkGatewayConnection cmdlet to add validation on acceptable input parameter:GatewayConnectionType values sets and it can be case insensitive:
- GatewayConnectionType : Added validation to accept only set of values:- 'ExpressRoute'/'IPsec'/'Vnet2Vnet'/'VPNClient' and acceptable set of values can be passed in any casing.
* Updating Managed Cache warning message which notifies customer about service deprecation on the following cmdlets :
- Get-AzureManagedCache
- Get-AzureManagedCacheAccessKey
- Get-AzureManagedCacheLocation
- Get-AzureManagedCacheNamedCache
- New-AzureManagedCache
- New-AzureManagedCacheAccessKey
- New-AzureManagedCacheNamedCache
- Remove-AzureManagedCache
- Remove-AzureManagedCacheNamedCache
- Set-AzureManagedCache
- Set-AzureManagedCacheNamedCache
* For more information about Managed Cache service deprecation, see https://go.microsoft.com/fwlink/?LinkID=717458
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 | 16,633 | 1/18/2017 |
3.3.0 (current version) | 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 |