AzureRM
5.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
Dependencies
-
- Azure.AnalysisServices (= 0.5.0)
- Azure.Storage (= 4.1.1)
- AzureRM.AnalysisServices (= 0.6.3)
- AzureRM.ApiManagement (= 5.1.0)
- AzureRM.ApplicationInsights (= 0.1.1)
- AzureRM.Automation (= 4.2.0)
- AzureRM.Backup (= 4.0.2)
- AzureRM.Batch (= 4.0.4)
- AzureRM.Billing (= 0.14.0)
- AzureRM.Cdn (= 4.1.0)
- AzureRM.CognitiveServices (= 0.9.1)
- AzureRM.Compute (= 4.3.0)
- AzureRM.Consumption (= 0.3.0)
- AzureRM.ContainerInstance (= 0.2.2)
- AzureRM.ContainerRegistry (= 1.0.2)
- AzureRM.DataFactories (= 4.1.0)
- AzureRM.DataFactoryV2 (= 0.5.0)
- AzureRM.DataLakeAnalytics (= 4.2.1)
- AzureRM.DataLakeStore (= 5.1.1)
- AzureRM.DevTestLabs (= 4.0.1)
- AzureRM.Dns (= 4.0.1)
- AzureRM.EventGrid (= 0.3.1)
- AzureRM.EventHub (= 0.6.0)
- AzureRM.HDInsight (= 4.0.2)
- AzureRM.Insights (= 4.0.2)
- AzureRM.IotHub (= 3.1.0)
- AzureRM.KeyVault (= 4.1.1)
- AzureRM.LogicApp (= 4.0.1)
- AzureRM.MachineLearning (= 0.17.0)
- AzureRM.MachineLearningCompute (= 0.4.0)
- AzureRM.MarketplaceOrdering (= 0.2.0)
- AzureRM.Media (= 0.9.0)
- AzureRM.Network (= 5.1.1)
- AzureRM.NotificationHubs (= 4.1.0)
- AzureRM.OperationalInsights (= 4.2.0)
- AzureRM.PowerBIEmbedded (= 4.1.2)
- AzureRM.Profile (= 4.3.0)
- AzureRM.RecoveryServices (= 4.0.2)
- AzureRM.RecoveryServices.Backup (= 4.1.0)
- AzureRM.RecoveryServices.SiteRecovery (= 0.2.1)
- AzureRM.RedisCache (= 4.1.0)
- AzureRM.Relay (= 0.3.1)
- AzureRM.Resources (= 5.3.0)
- AzureRM.Scheduler (= 0.16.1)
- AzureRM.ServerManagement (= 4.1.0)
- AzureRM.ServiceBus (= 0.6.1)
- AzureRM.ServiceFabric (= 0.3.1)
- AzureRM.SiteRecovery (= 5.0.4)
- AzureRM.Sql (= 4.2.0)
- AzureRM.Storage (= 4.2.0)
- AzureRM.StreamAnalytics (= 4.0.2)
- AzureRM.Tags (= 4.0.0)
- AzureRM.TrafficManager (= 4.0.1)
- AzureRM.UsageAggregates (= 4.0.1)
- AzureRM.Websites (= 4.1.0)
Release Notes
5.3.0 - February 2018
AzureRM.Profile
* Added deprecation warning for PowerShell 3 and 4
* 'Add-AzureRmAccount' has been renamed as 'Connect-AzureRmAccount'; an alias has been added for the old cmdlet name, and other aliases ('Login-AzAccount' and 'Login-AzureRmAccount') have been redirected to the new cmdlet name.
* 'Remove-AzureRmAccount' has been renamed as 'Disconnect-AzureRmAccount'; an alias has been added for the old cmdlet name, and other aliases ('Logout-AzAccount' and 'Logout-AzureRmAccount') have been redirected to the new cmdlet name.
* Corrected Resource Strings to use Connect-AzureRmAccount instead of Login-AzureRmAccount
* Add-AzureRmEnvironment and Set-AzureRmEnvironment
- Added -AzureOperationalInsightsEndpoint and -AzureOperationalInsightsEndpointResourceId as parameters for use with OperationalInsights data plane RP.
AzureRM.AnalysisServices
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
AzureRM.Compute
* Added 'AvailabilitySetName' parameter to the simplified parameterset of 'New-AzureRmVm'.
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
* User assigned identity support for VM and VM scale set
- IdentityType and IdentityId parameters are added to New-AzureRmVMConfig, New-AzureRmVmssConfig, Update-AzureRmVM and Update-AzureRmVmss
* Added EnableIPForwarding parameter to Add-AzureRmVmssNetworkInterfaceConfig
* Added Priority parameter to New-AzureRmVmssConfig
AzureRM.DataLakeAnalytics
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
AzureRM.DataLakeStore
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
* Corrected the error message of 'Test-AzureRmDataLakeStoreAccount' when running this cmdlet without having logged in with 'Login-AzureRmAccount'
AzureRM.EventGrid
* Updated to use the 2018-01-01 API version.
AzureRM.EventHub
* Added below new commands for Geo Disaster Recovery operations.
-Creating a new Alias(Disaster Recovery configuration):
- New-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-PartnerNamespace] <String> [-WhatIf] [-Confirm]
-Retrieve Alias(Disaster Recovery configuration) :
- Get-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [[-Name] <String>]
-Disabling the Disaster Recovery and stops replicating changes from primary to secondary namespaces
- Set-AzureRmEventHubGeoDRConfigurationBreakPair [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String>
-Invoking Disaster Recovery failover and reconfigure the alias to point to the secondary namespace
- Set-AzureRmEventHubGeoDRConfigurationFailOver [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String>
-Deleting an Alias(Disaster Recovery configuration)
- Remove-AzureRmEventHubGeoDRConfiguration [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-WhatIf] [-Confirm]
* Added below new commands for checking the Namespace Name and GeoDr Configuration Name - Alias availability.
-Check the Availability of Namespace name or Alias(Disaster Recovery configuration) name:
- Test-AzureRmEventHubName [-ResourceGroupName] <String> [-Namespace] <String> [-AliasName] <String>
AzureRM.Insights
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
AzureRM.KeyVault
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
AzureRM.Network
* Fix overwrite message 'Are you sure you want to overwriteresource'
AzureRM.OperationalInsights
* Added support for V2 API querying via Invoke-AzureRmOperationalInsightsQuery. See [https://dev.loganalytics.io/](https://dev.loganalytics.io/) for more info on the new API.
AzureRM.Resources
* Get-AzureRmADServicePrincipal: Removed -ServicePrincipalName from the default Empty parameter set as it was redundant with the SPN parameter set
AzureRM.ServiceBus
* Added functionality fix for Remove-AzureRmServiceBusRule and Get-AzureRmServiceBusKey
* Added below new commandlets for Geo Disaster Recovery operations.
-Creating a new Alias(Disaster Recovery configuration):
- New-AzureRmServiceBusDRConfigurations [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-PartnerNamespace] <String> [-WhatIf] [-Confirm]
-Retrieve Alias(Disaster Recovery configuration) :
- Get-AzureRmServiceBusDRConfigurations [-ResourceGroupName] <String> [-Namespace] <String> [[-Name] <String>]
-Disabling the Disaster Recovery and stops replicating changes from primary to secondary namespaces
- Set-AzureRmServiceBusDRConfigurationsBreakPairing [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String>
-Invoking Disaster Recovery failover and reconfigure the alias to point to the secondary namespace
- Set-AzureRmServiceBusDRConfigurationsFailOver [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String>
-Deleting an Alias(Disaster Recovery configuration)
- Remove-AzureRmServiceBusDRConfigurations [-ResourceGroupName] <String> [-Namespace] <String> [-Name] <String> [-WhatIf] [-Confirm]
* Updated Test-AzureRmServiceBusName commandlets to support Geo Disaster Recovery - Alias name check availability operations.
-Check the Availability of Namespace name or Alias(Disaster Recovery configuration) name:
- Test-AzureRmServiceBusName [-ResourceGroupName] <String> [-Namespace] <String> [-AliasName] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
AzureRM.UsageAggregates
* Corrected usage of 'Login-AzureRmAccount' to use 'Connect-AzureRmAccount'
FileList
- AzureRM.nuspec
- AzureRM.psd1
- AzureRM.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
6.13.2 | 19,334,150 | 3/23/2021 |
6.13.1 | 6,025,970 | 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,300 | 9/24/2018 |
6.8.1 | 188,869 | 8/29/2018 |
6.7.0 | 98,081 | 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 (current version) | 43,583 | 2/13/2018 |
5.2.0 | 67,924 | 1/31/2018 |
5.1.1 | 141,249 | 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,581 | 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,776 | 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 |