AzureRM
5.0.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
Dependencies
-
- Azure.AnalysisServices (= 0.5.0)
- Azure.Storage (= 4.0.0)
- AzureRM.AnalysisServices (= 0.5.0)
- AzureRM.ApiManagement (= 5.0.0)
- AzureRM.ApplicationInsights (= 0.1.0)
- AzureRM.Automation (= 4.0.0)
- AzureRM.Backup (= 4.0.0)
- AzureRM.Batch (= 4.0.0)
- AzureRM.Billing (= 0.14.0)
- AzureRM.Cdn (= 4.0.0)
- AzureRM.CognitiveServices (= 0.9.0)
- AzureRM.Compute (= 4.0.0)
- AzureRM.Consumption (= 0.3.0)
- AzureRM.ContainerInstance (= 0.1.0)
- AzureRM.ContainerRegistry (= 0.3.0)
- AzureRM.DataFactories (= 4.0.0)
- AzureRM.DataFactoryV2 (= 0.3.0)
- AzureRM.DataLakeAnalytics (= 4.0.0)
- AzureRM.DataLakeStore (= 5.0.0)
- AzureRM.DevTestLabs (= 4.0.0)
- AzureRM.Dns (= 4.0.0)
- AzureRM.EventGrid (= 0.2.0)
- AzureRM.EventHub (= 0.5.0)
- AzureRM.HDInsight (= 4.0.0)
- AzureRM.Insights (= 4.0.0)
- AzureRM.IoTHub (= 3.0.0)
- AzureRM.KeyVault (= 4.0.0)
- AzureRM.LogicApp (= 4.0.0)
- AzureRM.MachineLearning (= 0.16.0)
- AzureRM.MachineLearningCompute (= 0.2.0)
- AzureRM.MarketplaceOrdering (= 0.2.0)
- AzureRM.Media (= 0.8.0)
- AzureRM.Network (= 5.0.0)
- AzureRM.NotificationHubs (= 4.0.0)
- AzureRM.OperationalInsights (= 4.0.0)
- AzureRM.PowerBIEmbedded (= 4.0.0)
- AzureRM.Profile (= 4.0.0)
- AzureRM.RecoveryServices (= 4.0.0)
- AzureRM.RecoveryServices.Backup (= 4.0.0)
- AzureRM.RecoveryServices.SiteRecovery (= 0.2.0)
- AzureRM.RedisCache (= 4.0.0)
- AzureRM.Relay (= 0.3.0)
- AzureRM.Resources (= 5.0.0)
- AzureRM.Scheduler (= 0.16.0)
- AzureRM.ServerManagement (= 4.0.0)
- AzureRM.ServiceBus (= 0.5.0)
- AzureRM.ServiceFabric (= 0.3.0)
- AzureRM.SiteRecovery (= 5.0.0)
- AzureRM.Sql (= 4.0.0)
- AzureRM.Storage (= 4.0.0)
- AzureRM.StreamAnalytics (= 4.0.0)
- AzureRM.Tags (= 4.0.0)
- AzureRM.TrafficManager (= 4.0.0)
- AzureRM.UsageAggregates (= 4.0.0)
- AzureRM.Websites (= 4.0.0)
Release Notes
## 2017.11.8 - Version 5.0.0
* NOTE: This is a breaking change release. Please see the migration guide (https://aka.ms/azps-migration-guide) for a full list of breaking changes introduced.
* All cmdlets in AzureRM now support online help
- Run Get-Help with the -Online parameter to open the online help in your default Internet browser
* AnalysisServices
* Fixed Synchronize-AzureAsInstance command to work with new AsAzure REST API for sync
* ApiManagement
* Please see the migration guide for breaking changes made to ApiManagement this release
* Updated Get-AzureRmApiManagementUser to fix issue https://github.com/Azure/azure-powershell/issues/4510
* Updated New-AzureRmApiManagementApi to create Api with Empty Path https://github.com/Azure/azure-powershell/issues/4069
* ApplicationInsights
* Add commands to get/create/remove applicaiton insights resource
- Get/New/Remove-AzureRmApplicationInsights
* Add commands to get/update pricing/daily cap of applicaiton insights resource
- Get-AzureRmApplicationInsights -IncludeDailyCap
- Set-AzureRmApplicationInsightsPricingPlan
- Set-AzureRmApplicationInsightsDailyCap
* Add commands to get/create/remove/update continuous export of applicaiton insights resource
- Get/New/Remove/Set-AzureRmApplicationInsightsContinuousExport
* Add commands to get/create/remove api keys of applicaiton insights resoruce
- Get/New/Remove-AzureRmApplicationInsightsApiKey
* AzureBatch
* Please see the migration guide for breaking changes made to Batch this release
* Please see the Batch change log for a full list of changes made this release
* Added support for Azure Active Directory based authentication.
- To use Azure Active Directory authentication, retrieve a `BatchAccountContext` object using the `Get-AzureRmBatchAccount` cmdlet, and supply this `BatchAccountContext` to the `-BatchContext` parameter of a Batch service cmdlet. Azure Active Directory authentication is mandatory for accounts with `PoolAllocationMode = UserSubscription`.
- For existing accounts or for new accounts created with `PoolAllocationMode = BatchService`, you may continue to use shared key authentication by retrieving a `BatchAccountContext` object using the `Get-AzureRmBatchAccoutKeys` cmdlet.
* Compute
* Azure Disk Encryption Extension Commands
- New Parameter for 'Set-AzureRmVmDiskEncryptionExtension': '-EncryptFormatAll' encrypt formats data disks
- New Parameters for 'Set-AzureRmVmDiskEncryptionExtension': '-ExtensionPublisherName' and '-ExtensionType' allow switching to other versions of the extension
- New Parameters for 'Disable-AzureRmVmDiskEncryption': '-ExtensionPublisherName' and '-ExtensionType' allow switching to other versions of the extension
- New Parameters for 'Get-AzureRmVmDiskEncryptionStatus': '-ExtensionPublisherName' and '-ExtensionType' allow switching to other versions of the extension
* DataLakeAnalytics
* Please see the migration guide for breaking changes made to DataLakeAnalytics this release
* Changed one of the two OutputTypes of Get-AzureRmDataLakeAnalyticsAccount
- List<DataLakeAnalyticsAccount> to List<PSDataLakeAnalyticsAccountBasic>
* Changed one of the two OutputTypes of Get-AzureRmDataLakeAnalyticsJob
- List<JobInformation> to List<PSJobInformationBasic>
* DataLakeStore
* Please see the migration guide for breaking changes made to DataLakeStore this release
* Changed one of the two OutputTypes of Get-AzureRmDataLakeStoreAccount
- List<PSDataLakeStoreAccount> to List<PSDataLakeStoreAccountBasic>
* Dns
* Support for CAA record types in Azure DNS
- Supports all operations on CAA record type
* EventHub
* Please see the migration guide for breaking changes made to EventHub this release
* Insights
* Please see the migration guide for breaking changes made to Insights this release
* Network
* Please see the migration guide for breaking changes made to Network this release
* Added cmdlet to list available internet service providers for a specified Azure region
- Get-AzureRmNetworkWatcherReachabilityProvidersList
* Added cmdlet to get the relative latency score for internet service providers from a specified location to Azure regions
- Get-AzureRmNetworkWatcherReachabilityReport
* Profile
- Set-AzureRmDefault
- Use this cmdlet to set a default resource group. This will make the -ResourceGroup parameter optional for some cmdlets, and will use the default when a resource group is not specified
- ```Set-AzureRmDefault -ResourceGroupName "ExampleResourceGroup"```
- If resource group specified exists in the subscription, this resource group will be set to default. Otherwise, the resource group will be created and then set to default.
- Get-AzureRmDefault
- Use this cmdlet to get the current default resource group (and other defaults in the future).
- ```Get-AzureRmDefault -ResourceGroup```
- Clear-AzureRmDefault
- Use this cmdlet to remove the current default resource group
- ```Clear-AzureRmDefault -ResourceGroup```
- Add-AzureRmEnvironment and Set-AzureRmEnvironment
- Add the BatchAudience parameter, which allows you to specify the Azure Batch Active Directory audience to use when acquiring authentication tokens for the Batch service.
* RecoveryServices.Backup
* Added cmdlets to perform instant file recovery.
- Get-AzureRmRecoveryServicesBackupRPMountScript
- Disable-AzureRmRecoveryServicesBackupRPMountScript
* Updated RecoveryServices.Backup SDK version to the latest
* Updated tests for the Azure VM workload so that, all setups needed for test runs are done by the tests themselves.
* Fixes https://github.com/Azure/azure-powershell/issues/3164
* RecoveryServices.SiteRecovery
* Changes for ASR VMware to Azure Site Recovery (cmdlets are currently supporting operations for Enterprise to Enterprise, Enterprise to Azure, HyperV to Azure)
- New-AzureRmRecoveryServicesAsrPolicy
- New-AzureRmRecoveryServicesAsrProtectedItem
- Update-AzureRmRecoveryServicesAsrPolicy
- Update-AzureRmRecoveryServicesAsrProtectionDirection
* Added support to AAD-based vault
* Added cmdlets to manage VCenter resources
- Get-AzureRmRecoveryServicesAsrVCenter
- New-AzureRmRecoveryServicesAsrVCenter
- Remove-AzureRmRecoveryServicesAsrVCenter
- Update-AzureRmRecoveryServicesAsrVCenter
* Added other cmdlets
- Get-AzureRmRecoveryServicesAsrAlertSetting
- Get-AzureRmRecoveryServicesAsrEvent
- New-AzureRmRecoveryServicesAsrProtectableItem
- Set-AzureRmRecoveryServicesAsrAlertSetting
- Start-AzureRmRecoveryServicesAsrResynchronizeReplicationJob
- Start-AzureRmRecoveryServicesAsrSwitchProcessServerJob
- Start-AzureRmRecoveryServicesAsrTestFailoverCleanupJob
- Update-AzureRmRecoveryServicesAsrMobilityService
* ServiceBus
* Please see the migration guide for changes made to ServiceBus this release.
* Sql
* Adding support for list and cancel the asynchronous updateslo operation on the database
- update existing cmdlet Get-AzureRmSqlDatabaseActivity to return DB updateslo operation status.
- add new cmdlet Stop-AzureRmSqlDatabaseActivity for cancel the asynchronous updateslo operation on the database.
* Adding support for Zone Redundancy for databases and elastic pools
- Adding ZoneRedundant switch parameter to New-AzureRmSqlDatabase, Set-AzureRmSqlDatabase, New-AzureRmSqlElasticPool, Set-AzureRmSqlElasticPool
* Adding support for Server DNS Aliases
- Get-AzureRmSqlServerDnsAlias: gets server dns aliases by server and alias name or a list of server dns aliases for an azure Sql Server.
- New-AzureRmSqlServerDnsAlias: creates new server dns alias for a given Azure Sql server
- Set-AzurermSqlServerDnsAlias: allows updating a Azure Sql Server to which server dns alias is pointing
- Remove-AzureRmSqlServerDnsAlias: removes a server dns alias for a Azure Sql Server
* Azure.Storage
* Upgrade to Azure Storage Client Library 8.5.0 and Azure Storage DataMovement Library 0.6.3
* Add File Share Snapshot Support Feature
- Add 'SnapshotTime' parameter to Get-AzureStorageShare
- Add 'IncludeAllSnapshot' parameter to Remove-AzureStorageShare
FileList
- AzureRM.nuspec
- AzureRM.psd1
- AzureRM.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
6.13.2 | 11 | 3/22/2021 |
6.13.1 | 42 | 11/21/2018 |
6.13.0 | 5 | 11/16/2018 |
6.12.0 | 2 | 11/2/2018 |
6.11.0 | 1 | 10/19/2018 |
6.10.0 | 4 | 10/5/2018 |
6.9.0 | 9 | 9/17/2018 |
6.8.1 | 20 | 8/29/2018 |
6.8.0 | 11 | 8/24/2018 |
6.7.0 | 19 | 8/10/2018 |
6.6.0 | 25 | 7/27/2018 |
6.5.0 | 32 | 7/13/2018 |
6.4.0 | 29 | 6/29/2018 |
6.3.0 | 42 | 6/15/2018 |
6.2.1 | 30 | 6/5/2018 |
6.2.0 | 12 | 6/1/2018 |
6.1.1 | 9 | 5/25/2018 |
6.1.0 | 17 | 5/18/2018 |
6.0.1 | 35 | 5/8/2018 |
6.0.0 | 25 | 5/1/2018 |
5.7.0 | 64 | 4/6/2018 |
5.6.0 | 33 | 3/23/2018 |
5.5.0 | 48 | 3/9/2018 |
5.4.1 | 57 | 2/28/2018 |
5.4.0 | 25 | 2/23/2018 |
5.3.0 | 44 | 2/9/2018 |
5.2.0 | 198 | 1/26/2018 |
5.1.1 | 53 | 12/9/2017 |
5.1.0 | 4 | 12/8/2017 |
5.0.1 | 5 | 11/10/2017 |
5.0.0 (current version) | 5 | 11/8/2017 |
4.4.1 | 3 | 10/12/2017 |
4.4.0 | 7 | 9/24/2017 |
4.3.1 | 5 | 8/16/2017 |
4.3.0 | 4 | 8/9/2017 |
4.2.1 | 4 | 7/18/2017 |
4.2.0 | 4 | 7/11/2017 |
4.1.0 | 359 | 6/8/2017 |
4.0.2 | 26 | 5/24/2017 |
4.0.1 | 2 | 5/13/2017 |
4.0.0 | 4 | 5/9/2017 |
3.8.0 | 15 | 4/5/2017 |
3.7.0 | 2 | 3/9/2017 |
3.6.0 | 4 | 2/22/2017 |
3.5.0 | 3 | 2/8/2017 |
3.4.0 | 2 | 1/18/2017 |
3.3.0 | 3 | 12/14/2016 |
3.2.0 | 1 | 11/15/2016 |
3.1.0 | 4 | 11/1/2016 |
3.0.0 | 4 | 9/27/2016 |
2.5.0 | 5 | 5/1/2019 |
2.4.0 | 3 | 2/8/2019 |
2.3.0 | 13 | 9/16/2018 |
2.2.0 | 6 | 9/18/2016 |
2.1.0 | 7 | 9/8/2016 |
2.0.1 | 11 | 8/10/2016 |
2.0.0 | 4 | 8/8/2016 |
1.6.0 | 3 | 7/11/2016 |
1.5.1 | 5 | 6/24/2016 |
1.5.0 | 3 | 6/1/2016 |
1.4.0 | 4 | 5/4/2016 |
1.3.2 | 50 | 4/18/2016 |
1.3.0 | 46 | 3/29/2016 |
1.2.11 | 6 | 10/12/2017 |
1.2.10 | 3 | 7/8/2017 |
1.2.9 | 5 | 3/14/2017 |
1.2.8 | 10 | 1/12/2017 |
1.2.7 | 9 | 12/16/2016 |
1.2.6 | 16 | 9/8/2016 |
1.2.2 | 7 | 3/4/2016 |
1.2.0 | 7 | 2/3/2016 |
1.1.0 | 5 | 1/14/2016 |
1.0.4 | 8 | 12/16/2015 |
1.0.3 | 7 | 11/20/2015 |
1.0.2 | 7 | 11/5/2015 |
1.0.0 | 4 | 10/8/2015 |
0.9.12 | 7 | 10/5/2015 |
0.9.11 | 8 | 9/25/2015 |
0.9.10 | 6 | 9/25/2015 |
0.9.8 | 6 | 9/23/2015 |