AzureRM
6.9.0
Azure Resource Manager Module
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
Microsoft Corporation. All rights reserved.
Package Details
Author(s)
- Microsoft Corporation
Dependencies
-
- Azure.AnalysisServices (= 0.5.4)
- Azure.Storage (= 4.6.0)
- AzureRM.AnalysisServices (= 0.6.14)
- AzureRM.ApiManagement (= 6.1.5)
- AzureRM.ApplicationInsights (= 0.1.8)
- AzureRM.Automation (= 5.1.1)
- AzureRM.Backup (= 4.0.10)
- AzureRM.Batch (= 4.1.5)
- AzureRM.Billing (= 0.14.6)
- AzureRM.Cdn (= 5.0.6)
- AzureRM.CognitiveServices (= 0.9.10)
- AzureRM.Compute (= 5.6.0)
- AzureRM.Consumption (= 0.3.7)
- AzureRM.ContainerInstance (= 0.2.10)
- AzureRM.ContainerRegistry (= 1.0.10)
- AzureRM.DataFactories (= 5.0.3)
- AzureRM.DataFactoryV2 (= 0.5.10)
- AzureRM.DataLakeAnalytics (= 5.1.4)
- AzureRM.DataLakeStore (= 6.1.2)
- AzureRM.DevTestLabs (= 4.0.9)
- AzureRM.Dns (= 5.1.0)
- AzureRM.EventGrid (= 0.3.7)
- AzureRM.EventHub (= 0.6.10)
- AzureRM.HDInsight (= 4.1.8)
- AzureRM.Insights (= 5.1.4)
- AzureRM.IotHub (= 3.1.8)
- AzureRM.KeyVault (= 5.2.1)
- AzureRM.LogicApp (= 4.1.4)
- AzureRM.MachineLearning (= 0.18.5)
- AzureRM.MachineLearningCompute (= 0.4.8)
- AzureRM.MarketplaceOrdering (= 0.2.5)
- AzureRM.Media (= 0.10.4)
- AzureRM.Network (= 6.8.0)
- AzureRM.NotificationHubs (= 5.0.3)
- AzureRM.OperationalInsights (= 5.0.6)
- AzureRM.PolicyInsights (= 1.0.4)
- AzureRM.PowerBIEmbedded (= 4.1.10)
- AzureRM.Profile (= 5.6.0)
- AzureRM.RecoveryServices (= 4.1.8)
- AzureRM.RecoveryServices.Backup (= 4.4.1)
- AzureRM.RecoveryServices.SiteRecovery (= 0.2.10)
- AzureRM.RedisCache (= 5.0.6)
- AzureRM.Relay (= 0.3.10)
- AzureRM.Resources (= 6.5.0)
- AzureRM.Scheduler (= 0.16.10)
- AzureRM.ServiceBus (= 0.6.12)
- AzureRM.ServiceFabric (= 0.3.12)
- AzureRM.SignalR (= 1.0.0)
- AzureRM.Sql (= 4.11.3)
- AzureRM.Storage (= 5.1.0)
- AzureRM.StreamAnalytics (= 4.0.10)
- AzureRM.Tags (= 4.0.5)
- AzureRM.TrafficManager (= 4.1.1)
- AzureRM.UsageAggregates (= 4.0.5)
- AzureRM.Websites (= 5.1.0)
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
- 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 (current version) | 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 | 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 |