AzureRM

4.2.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 4.2.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

Dependencies

Release Notes

## 2017.7.11 - Version 4.2.0
* AnalysisServices
   * Add new dataplane API
       - Introduced API to fetch AS server log, Export-AzureAnalysisServicesInstanceLog
* Automation
   * Properly setting TimeZone value for Weekly and Monthly schedules for New-AzureRmAutomationSchedule
       - More information: https://github.com/Azure/azure-powershell/issues/3043
* AzureBatch
   - Added new Get-AzureBatchJobPreparationAndReleaseTaskStatus cmdlet.
   - Added byte range start and end to Get-AzureBatchNodeFileContent parameters.
* CognitiveServices
   * Integrate with Cognitive Services Management SDK version 1.0.0.
   * Fix an account name length checking bug.
* Compute
   * Storage account type support for Image disk:
       - 'StorageAccountType' parameter is added to Set-AzureRmImageOsDisk and Add-AzureRmImageDataDisk
   * PrivateIP and PublicIP feature in Vmss Ip Configuration:
       - 'PrivateIPAddressVersion', 'PublicIPAddressConfigurationName', 'PublicIPAddressConfigurationIdleTimeoutInMinutes', 'DnsSetting' names are added to New-AzureRmVmssIpConfig
       - 'PrivateIPAddressVersion' parameter for specifying IPv4 or IPv6 is added to New-AzureRmVmssIpConfig
   * Performance Maintenance feature:
       - 'PerformMaintenance' switch parameter is added to Restart-AzureRmVM.
       - Get-AzureRmVM -Status shows the information of performance maintenance of the given VM
   * Virtual Machine Identity feature:
       - 'IdentityType' parameter is added to New-AzureRmVMConfig and UpdateAzureRmVM
       - Get-AzureRmVM shows the information of the identity of the given VM
   * Vmss Identity feature:
       - 'IdentityType' parameter is added to to New-AzureRmVmssConfig
       - Get-AzureRmVmss shows the information of the identity of the given Vmss
   * Vmss Boot Diagnostics feature:
       - New cmdlet for setting boot diagnostics of Vmss object: Set-AzureRmVmssBootDiagnostics
       - 'BootDiagnostic' parameter is added to New-AzureRmVmssConfig
   * Vmss LicenseType feature:
       - 'LicenseType' parameter is added to New-AzureRmVmssConfig
   * RecoveryPolicyMode support:
       - 'RecoveryPolicyMode' paramter is added to New-AzureRmVmssConfig
   * Compute Resource Sku feature:
       - New cmdlet 'New-AzureRmComputeResourceSku' list all compute resource skus
* DataFactories
   * Deprecate New-AzureRmDataFactoryGatewayKey
   * Introduce gateway auth key feature by adding New-AzureRmDataFactoryGatewayAuthKey and Get-AzureRmDataFactoryGatewayAuthKey
* DataLakeAnalytics
   * Add support for Compute Policy CRUD through the following commands:
       - Get/New/Removed/Update-AzureRMDataLakeAnalyticsComputePolicy
   * Add support for job relationship metadata for help with recurring jobs and job pipelines. The following commands were updated or added:
       - Submit-AzureRMDataLakeAnalyticsJob
       - Get-AzureRMDataLakeAnalyticsJob
       - Get-AzureRMDataLakeAnalyticsJobRecurrence
       - Get-AzureRMDataLakeAnalyticsJobPipeline
   * Updated the token audience for job and catalog APIs to use the correct Data Lake specific audience instead of the Azure Resource audience.
* DataLakeStore
   * Added support for user managed KeyVault key rotations in the Set-AzureRMDataLakeStoreAccount cmdlet
   * Added a quality of life update to automatically trigger an `enableKeyVault` call when a user managed KeyVault is added or a key is rotated.
   * Updated the token audience for job and catalog APIs to use the correct Data Lake specific audience instead of the Azure Resource audience.
   * Fixed a bug limiting the size of files created/appended using the following cmdlets:
       - New-AzureRmDataLakeStoreItem
       - Add-AzureRmDataLakeStoreItemContent
* Dns
   * Fix bug in the piping scenario for Get-AzureRmDnsZone
       - More information: https://github.com/Azure/azure-powershell/issues/4203
* HDInsight
   * Added support to enable / disable Operations Management Suite(OMS)
   * New cmdlets
       - Enable-AzureRmHDInsightOperationsManagementSuite
       - Disable-AzureRmHDInsightOperationsManagementSuite
       - Get-AzureRmHDInsightOperationsManagementSuite
   * Add new parameters to set Spark custom configurations to Add-AzureRmHDInsightConfigValues
       - Parameters SparkDefaults and SparkThriftConf for Spark 1.6
       - Parameters Spark2Defaults and Spark2ThriftConf for Spark 2.0
* Insights
   * Issue #4215 (change request) remove the 15 days limit in the time window for the Get-AzureRmLog cmdlet. Also minor changes to the unit test names.
   * Issue #3957 fixed for Get-AzureRmLog
       - Issue #1: The backend returns the records in pages of 200 records each, linked by the continuation token to the next page. The customers were seeing the cmdlet returning only 200 records when they knew there were more. This was happening regardless of the value they set for MaxEvents, unless that value was less than 200.
       - Issue #2: The documentation contained incorrect data about this cmdlet, e.g.: the default timewindow was 1 hour.
* KeyVault
   * Remove email address from the directory query when -UserPrincipalName is specified to the Set-AzureRMKeyVaultAccessPolicy and Remove-AzureRMKeyVaultAccessPolicy cmdlets.
     - Both Cmdlets now have an -EmailAddress parameter that can be used instead of the -UserPrincipalName parameter when querying for email address is appropriate.  If there are more than one matching email addresses in the directory then the Cmdlet will fail.
* Network
   * New-AzureRmIpsecPolicy: SALifeTimeSeconds and SADataSizeKilobytes are no longer mandatory parameters
       - SALifeTimeSeconds defaults to 27000 seconds
       - SADataSizeKilobytes defaults to 102400000 KB
   * Added support for custom cipher suite configuration using ssl policy and listing all ssl options api in Application Gateway
       - Added optional parameter -PolicyType, -PolicyName, -MinProtocolVersion, -Ciphersuite
           - Add/New/Set-AzureRmApplicationGatewaySslPolicy
       - Added Get-AzureRmApplicationGatewayAvailableSslOptions
       - Added Get-AzureRmApplicationGatewaySslPredefinedPolicy
   * Added redirect support in Application Gateway
       - Added Add-AzureRmApplicationGatewayRedirectConfiguration
       - Added Get-AzureRmApplicationGatewayRedirectConfiguration
       - Added New-AzureRmApplicationGatewayRedirectConfiguration
       - Added Remove-AzureRmApplicationGatewayRedirectConfiguration
       - Added Set-AzureRmApplicationGatewayRedirectConfiguration
       - Added optional parameter -RedirectConfiguration
           - Add/New/Set-AzureRmApplicationGatewayRequestRoutingRule
           - Add/New/Set-AzureRmApplicationGatewayPathRuleConfig
           - New/Set-AzureRmApplicationGateway
       - Added optional parameter -DefaultRedirectConfiguration
           - Add/New/Set-AzureRmApplicationGatewayUrlPathMapConfig
   * Added support for azure websites in Application Gateway
       - Added New-AzureRmApplicationGatewayProbeHealthResponseMatch
       - Added optional parameters -PickHostNameFromBackendHttpSettings, -MinServers, -Match
           - Add/New/Set-AzureRmApplicationGatewayProbeConfig
       - Added optional parameters -PickHostNameFromBackendAddress, -AffinityCookieName, -ProbeEnabled, -Path
           - Add/New/Set-AzureRmApplicationGatewayBackendHttpSettings
   * Update Get-AzureRmPublicIPaddress to retrieve publicipaddress resources created via VM Scale Set
   * Added cmdlet to get virtual network current usage
       - Get-AzureRmVirtualNetworkUsageList
* Profile
   * Fixed error when using Import-AzureRmContext or Save-AzureRmContext
       - More information: https://github.com/Azure/azure-powershell/issues/3954
* RecoveryServices.SiteRecovery
   * Introducing a new module for Azure Site Recovery operations.
       - All cmdlets begin with AzureRmRecoveryServicesAsr*
* Sql
   * Add Data Sync PowerShell Cmdlets to AzureRM.Sql
   * Updated AzureRmSqlServer cmdlets to use new REST API version that avoids timeouts when creating server.
   * Deprecated server upgrade cmdlets because the old server version (2.0) no longer exists.
   * Add new optional switch paramter "AssignIdentity" to New-AzureRmSqlServer and Set-AzureRmSqlServer cmdlets to support provisioning of a resource identity for the SQL server resource
   * The parameter ResourceGroupName is now optional for Get-AzureRmSqlServer
       - More information: https://github.com/Azure/azure-powershell/issues/635
* ServiceManagement
   * Updated New-AzureBgpPeering:
       - PeerAddressType : Values of "IPv4" or "IPv6" can be specified to create a BGP Peering of the corresponding address family type    
   * Updated Set-AzureBgpPeering:
       - PeerAddressType : Values of "IPv4" or "IPv6" can be specified to update BGP Peering of the corresponding address family type
   * Updated Remove-AzureBgpPeering:
       - PeerAddressType : Values of "IPv4", "IPv6" or All can be specified to remove BGP Peering of the corresponding address family type or all of them

FileList

Version History

Version Downloads Last updated
6.13.2 15,482,374 3/23/2021
6.13.1 6,002,901 11/21/2018
6.12.0 58,765 11/6/2018
6.11.0 63,876 10/23/2018
6.10.0 54,704 10/9/2018
6.9.0 124,725 9/24/2018
6.8.1 188,743 8/29/2018
6.7.0 82,725 8/14/2018
6.6.0 44,378 7/31/2018
6.5.0 53,816 7/17/2018
6.4.0 59,494 7/3/2018
6.3.0 95,434 6/19/2018
6.2.1 59,668 6/5/2018
6.2.0 1,139 6/5/2018
6.1.1 27,308 5/25/2018
6.1.0 13,388 5/22/2018
6.0.1 40,096 5/8/2018
6.0.0 4,097 5/7/2018
5.7.0 391,521 4/10/2018
5.6.0 39,571 3/27/2018
5.5.0 36,131 3/13/2018
5.4.1 41,080 2/28/2018
5.4.0 1,633 2/27/2018
5.3.0 43,575 2/13/2018
5.2.0 67,878 1/31/2018
5.1.1 124,930 12/9/2017
5.0.1 57,133 11/10/2017
5.0.0 37,460 11/8/2017
4.4.1 227,378 10/13/2017
4.4.0 139,301 9/25/2017
4.3.1 81,861 8/16/2017
4.2.1 51,179 7/18/2017
4.2.0 (current version) 6,141 7/11/2017
4.1.0 65,588 6/8/2017
4.0.2 20,220 5/24/2017
4.0.1 13,155 5/13/2017
4.0.0 6,460 5/10/2017
3.8.0 56,123 4/5/2017
3.7.0 26,918 3/9/2017
3.6.0 15,068 2/22/2017
3.5.0 13,740 2/8/2017
3.4.0 16,534 1/18/2017
3.3.0 18,186 12/14/2016
3.2.0 17,439 11/15/2016
3.1.0 11,099 11/2/2016
3.0.0 14,397 9/28/2016
2.5.0 64,883 5/9/2019
2.4.0 12,969 2/8/2019
2.3.0 22,368 9/17/2018
2.2.0 2,691 9/20/2016
2.1.0 82,929 9/8/2016
2.0.1 8,193 8/10/2016
1.6.0 25,569 7/12/2016
1.5.1 3,384 6/27/2016
1.5.0 5,700 6/1/2016
1.4.0 9,680 5/4/2016
1.3.2 3,593 4/19/2016
1.3.0 5,125 3/30/2016
1.2.11 254,642 10/13/2017
1.2.10 15,757 7/8/2017
1.2.9 22,665 3/14/2017
1.2.8 8,499 1/12/2017
1.2.7 276 1/4/2017
1.2.6 122,948 9/8/2016
1.2.2 6,284 3/4/2016
1.2.0 6,639 2/3/2016
1.1.0 3,600 1/14/2016
1.0.4 2,509 12/16/2015
1.0.3 2,299 11/24/2015
1.0.2 1,895 11/6/2015
1.0.1 1,928 10/12/2015
1.0.0 462 10/9/2015
Show less