AzureRM

3.3.0

Azure Resource Manager Module

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzureRM -RequiredVersion 3.3.0

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

AzureAutomationNotSupported

Functions

Update-AzureRM Import-AzureRM Uninstall-AzureRM

Dependencies

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

Version History

Version Downloads Last updated
6.13.2 16,249,082 3/23/2021
6.13.1 6,006,743 11/21/2018
6.12.0 58,817 11/6/2018
6.11.0 63,879 10/23/2018
6.10.0 54,708 10/9/2018
6.9.0 125,389 9/24/2018
6.8.1 188,774 8/29/2018
6.7.0 85,243 8/14/2018
6.6.0 44,381 7/31/2018
6.5.0 53,818 7/17/2018
6.4.0 59,616 7/3/2018
6.3.0 95,441 6/19/2018
6.2.1 59,822 6/5/2018
6.2.0 1,142 6/5/2018
6.1.1 27,310 5/25/2018
6.1.0 13,445 5/22/2018
6.0.1 40,100 5/8/2018
6.0.0 4,099 5/7/2018
5.7.0 391,625 4/10/2018
5.6.0 39,587 3/27/2018
5.5.0 36,133 3/13/2018
5.4.1 41,082 2/28/2018
5.4.0 1,635 2/27/2018
5.3.0 43,577 2/13/2018
5.2.0 67,897 1/31/2018
5.1.1 127,611 12/9/2017
5.0.1 57,138 11/10/2017
5.0.0 37,462 11/8/2017
4.4.1 227,380 10/13/2017
4.4.0 140,980 9/25/2017
4.3.1 81,865 8/16/2017
4.2.1 53,695 7/18/2017
4.2.0 6,143 7/11/2017
4.1.0 65,590 6/8/2017
4.0.2 20,222 5/24/2017
4.0.1 13,158 5/13/2017
4.0.0 6,462 5/10/2017
3.8.0 58,679 4/5/2017
3.7.0 26,925 3/9/2017
3.6.0 15,070 2/22/2017
3.5.0 13,742 2/8/2017
3.4.0 16,554 1/18/2017
3.3.0 (current version) 18,189 12/14/2016
3.2.0 17,441 11/15/2016
3.1.0 11,101 11/2/2016
3.0.0 14,399 9/28/2016
2.5.0 65,588 5/9/2019
2.4.0 13,043 2/8/2019
2.3.0 22,404 9/17/2018
2.2.0 2,693 9/20/2016
2.1.0 85,861 9/8/2016
2.0.1 8,195 8/10/2016
1.6.0 25,578 7/12/2016
1.5.1 3,386 6/27/2016
1.5.0 5,702 6/1/2016
1.4.0 9,724 5/4/2016
1.3.2 3,595 4/19/2016
1.3.0 5,127 3/30/2016
1.2.11 254,648 10/13/2017
1.2.10 15,759 7/8/2017
1.2.9 22,667 3/14/2017
1.2.8 8,501 1/12/2017
1.2.7 278 1/4/2017
1.2.6 122,966 9/8/2016
1.2.2 6,286 3/4/2016
1.2.0 6,641 2/3/2016
1.1.0 3,602 1/14/2016
1.0.4 2,511 12/16/2015
1.0.3 2,301 11/24/2015
1.0.2 1,897 11/6/2015
1.0.1 1,930 10/12/2015
1.0.0 464 10/9/2015
Show less