AzureRM

6.9.0

Azure Resource Manager Module

Minimum PowerShell version

5.0

Installation Options

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

Install-Module -Name AzureRM -RequiredVersion 6.9.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzureRM -Version 6.9.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

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

Dependencies

Release Notes

6.9.0 - September 2018
General
* AzureRM.SignalR was added to the AzureRM rollup module

AzureRM.Profile
* Minor changes to the storage common code
* Updated help files to include full parameter types.
* Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set

Azure.Storage
* Support create Storage Context with OAuth.
- New-AzureStorageContext

AzureRM.Cdn
* Added Standard_Microsoft in Cdn pricing sku.

AzureRM.Compute
* Move dependencies on Keyvault and Storage to the common dependencies
* Add support for more virutal machine sizes to AEM cmdlets
* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
* Add Invoke-AzureRmVmssVMRunCommand cmdlet

AzureRM.Dns
* Added support for alias record during dns record creation

AzureRM.Insights
* Fixed issues #6833 and #7102 (Diagnostic Settings area)
   - Issues with the default name, i.e. 'service', during creation and listing/getting of diagnostic settings
   - Issues creating diagnostic settings with categories
* Added deprecation message for metrics time grains parameters
   - Timegrains parameters are still being accepted (this is a non-breaking change,) but they are ignored in the backend since only PT1M is valid

AzureRM.Network
* Replaced LoadBalancer cmdlets with generated code
 - LoadBalancerInboundNatPoolConfig: added parameters IdleTimeoutInMinutes, EnableFloatingIp and EnableTcpReset
 - LoadBalancerInboundNatRuleConfig: added parameter EnableTcpReset
 - LoadBalancerRuleConfig: added parameter EnableTcpReset
 - LoadBalancerProbeConfig: added support for value "Https" for parameter Protocol
* Added new commands for new LoadBalancer's subresource OutboundRule
 - Add-AzureRmLoadBalancerOutboundRuleConfig
 - Get-AzureRmLoadBalancerOutboundRuleConfig
 - New-AzureRmLoadBalancerOutboundRuleConfig
 - Set-AzureRmLoadBalancerOutboundRuleConfig
 - Remove-AzureRmLoadBalancerOutboundRuleConfig
* Added new HostedWorkloads property for PSNetworkInterface
* Added new cmdlets for Azure Firewall
 - Added Get-AzureRmFirewall
 - Added Set-AzureRmFirewall
 - Added New-AzureRmFirewall
 - Added Remove-AzureRmFirewall
 - Added New-AzureRmFirewallApplicationRuleCollection
 - Added New-AzureRmFirewallApplicationRule
 - Added New-AzureRmFirewallNatRuleCollection
 - Added New-AzureRmFirewallNatRule
 - Added New-AzureRmFirewallNetworkRuleCollection
 - Added New-AzureRmFirewallNetworkRule
* Added support for Trusted Root certificate and Autoscale configuration in Application Gateway
 - New Cmdlets added:
     - Add-AzureRmApplicationGatewayTrustedRootCertificate
     - Get-AzureRmApplicationGatewayTrustedRootCertificate
     - New-AzureRmApplicationGatewayTrustedRootCertificate
     - Remove-AzureRmApplicationGatewayTrustedRootCertificate
     - Set-AzureRmApplicationGatewayTrustedRootCertificate
     - Get-AzureRmApplicationGatewayAutoscaleConfiguration
     - New-AzureRmApplicationGatewayAutoscaleConfiguration
     - Remove-AzureRmApplicationGatewayAutoscaleConfiguration
     - Set-AzureRmApplicationGatewayAutoscaleConfiguration
 - Cmdlets updated with optonal parameter -TrustedRootCertificate
     - New-AzureRmApplicationGateway
     - Set-AzureRmApplicationGateway
     - New-AzureRmApplicationGatewayBackendHttpSetting
     - Set-AzureRmApplicationGatewayBackendHttpSetting
 - Cmdlets updated with optonal parameter -AutoscaleConfiguration
     - New-AzureRmApplicationGateway
     - Set-AzureRmApplicationGateway
* Add cmdlet for Interface Endpoint Get-AzureInterfaceEndpoint
* Updating cmdlets for multiple address prefixes:
 - New-AzureRmVirtualNetworkSubnetConfig
 - Set-AzureRmVirtualNetworkSubnetConfig
 - Add-AzureRmVirtualNetworkSubnetConfig
 - Get-AzureRmVirtualNetworkSubnetConfig
 - Add-AzureRmApplicationGatewayAuthenticationCertificate
 - Add-AzureRmApplicationGatewayFrontendIPConfig
 - New-AzureRmApplicationGatewayFrontendIPConfig
 - Set-AzureRmApplicationGatewayFrontendIPConfig
 - Add-AzureRmApplicationGatewayIPConfiguration
 - New-AzureRmApplicationGatewayIPConfiguration
 - Set-AzureRmApplicationGatewayIPConfiguration
 - Add-AzureRmNetworkInterfaceIpConfig
 - New-AzureRmNetworkInterfaceIpConfig
 - Set-AzureRmNetworkInterfaceIpConfig
 - New-AzureRmVirtualNetworkGatewayIpConfig
 - Add-AzureRmVirtualNetworkGatewayIpConfig
 - Set-AzureRmLoadBalancerFrontendIpConfig
 - Add-AzureRmLoadBalancerFrontendIpConfig
 - New-AzureRmLoadBalancerFrontendIpConfig
 - New-AzureRmNetworkInterface
* Adding cmdlets for subnet delegation.
 - New-AzureRmDelegation: Creates a new delegation, which can be added to a subnet
 - Remove-AzureRmDelegation: Takes in a subnet and removes the provided delegation name from that subnet
 - Add-AzureRmDelegation: Takes in a subnet and adds the provided service name as a delegation to that subnet
 - Get-AzureRmDelegation
 - Get-AzureRmAvailableServiceDelegations

AzureRM.RecoveryServices.SiteRecovery
* Support for managed Managed disk

AzureRM.RedisCache
* Updated Insights dependency.

AzureRM.Resources
* Update New-AzureRmResourceGroupDeployment with new parameter RollbackAction
   - Add support for OnErrorDeployment with the new parameter.
* Support managed identity on policy assignments.
* Parameters with default values are no longer requred when assigning a policy with 'New-AzureRmPolicyAssignment'
* Add new cmdlet Get-AzureRmPolicyAlias for retrieving policy aliases

AzureRM.ServiceBus
* Fixed isssue #7161 add sql actions

AzureRM.SignalR
* Update SignalR SDK version to 0.10.0-preview
* Update SKU names to Free_F1 and Standard_S1
* Add version field to the PSSignalRResource object and connection string to the PSSignalRKeys object.

AzureRM.Storage
* Support Immutability Policy in AzureRm.Storage
   - Remove-AzureRmStorageAccountNetworkRule
   - Get-AzureRmStorageContainer
   - Update-AzureRmStorageContainer
   - New-AzureRmStorageContainer
   - Remove-AzureRmStorageContainer
   - Add-AzureRmStorageContainerLegalHold
   - Remove-AzureRmStorageContainerLegalHold
   - Set-AzureRmStorageContainerImmutabilityPolicy
   - Get-AzureRmStorageContainerImmutabilityPolicy
   - Remove-AzureRmStorageContainerImmutabilityPolicy
   - Lock-AzureRmStorageContainerImmutabilityPolicy

AzureRM.Websites
* New cmdlets: Get-AzureRmDeletedWebApp and Restore-AzureRmDeletedWebApp
* New-AzureRmAppServicePlan -HyperV switch is added for create app service plan with windows container
* New-AzureRmWebApp/ New-AzureRmWebAppSlot/ Set-AzureRmWebApp/ Set-AzureRmWebAppSlot
 - Added new parameters for managing Containers

FileList

Version History

Version Downloads Last updated
6.13.2 16,199,529 3/23/2021
6.13.1 6,006,374 11/21/2018
6.12.0 58,809 11/6/2018
6.11.0 63,879 10/23/2018
6.10.0 54,708 10/9/2018
6.9.0 (current version) 125,375 9/24/2018
6.8.1 188,765 8/29/2018
6.7.0 84,980 8/14/2018
6.6.0 44,381 7/31/2018
6.5.0 53,818 7/17/2018
6.4.0 59,607 7/3/2018
6.3.0 95,441 6/19/2018
6.2.1 59,816 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,618 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,896 1/31/2018
5.1.1 127,344 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,851 9/25/2017
4.3.1 81,865 8/16/2017
4.2.1 53,432 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,416 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,551 1/18/2017
3.3.0 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,560 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,571 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,720 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