AzureRM

5.1.1

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 5.1.1

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

* AnalysisServices
      - Change validate set of location to dynamic lookup so that all clouds are supported.
* Automation
   - Update to Import-AzureRMAutomationRunbook
       - Support is now being provided for Python2 runbooks
* Batch
   - Fixed a bug where account operations without a resource group failed to auto-detect the resource group
* Compute
   - Get-AzureRmComputeResourceSku shows zone information.
   - Update Disable-AzureRmVmssDiskEncryption to fix issue https://github.com/Azure/azure-powershell/issues/5038
   - Added -AsJob support for long-running Compute cmdlets. Allows selected cmdlets to run in the background and return a job to track and control progress.
       - Affected cmdlets include: New-, Update-, Set-, Remove-, Start-, Restart-, Stop- cmdlets for Virtual Machines and Virtual Machine Scale Sets
   - Added simplified parameter set to New-AzureRmVM, which creates a Virtual Machine and all required resources using smart defaults
* ContainerInstance
   - Apply Azure Container Instance SDK 2017-10-01
       - Support container run-to-completion
       - Support Azure File volume mount
       - Support opening multiple ports for public IP
* ContainerRegistry
   - New cmdlets for geo-replication and webhooks
       - Get/New/Remove-AzureRmContainerRegistryReplication
       - Get/New/Remove/Test/Update-AzureRmContainerRegistryWebhook
* DataFactories
   - Credential encryption functionality now works with both "Remote Access" enabled (Over Network) and "Remote Access" disabled (Local Machine).
* DataFactoryV2
   - Added two new cmdlets: Update-AzureRmDataFactoryV2 and Stop-AzureRmDataFactoryV2PipelineRun
* DataLakeAnalytics
   - Added a parameter called ScriptParameter to Submit-AzureRmDataLakeAnalyticsJob
       - Detailed information about ScriptParameter can be found using Get-Help on Submit-AzureRmDataLakeAnalyticsJob
   - For New-AzureRmDataLakeAnalyticsAccount, changed the parameter MaxDegreeOfParallelism to MaxAnalyticsUnits
       - Added an alias for the parameter MaxAnalyticsUnits: MaxDegreeOfParallelism
   - For New-AzureRmDataLakeAnalyticsComputePolicy, changed the parameter MaxDegreeOfParallelismPerJob to MaxAnalyticsUnitsPerJob
       - Added an alias for the parameter MaxAnalyticsUnitsPerJob: MaxDegreeOfParallelismPerJob
   - For Set-AzureRmDataLakeAnalyticsAccount, changed the parameter MaxDegreeOfParallelism to MaxAnalyticsUnits
       - Added an alias for the parameter MaxAnalyticsUnits: MaxDegreeOfParallelism
   - For Submit-AzureRmDataLakeAnalyticsJob, changed the parameter DegreeOfParallelism to AnalyticsUnits
       - Added an alias for the parameter AnalyticsUnits: DegreeOfParallelism
   - For Update-AzureRmDataLakeAnalyticsComputePolicy, changed the parameter MaxDegreeOfParallelismPerJob to MaxAnalyticsUnitsPerJob
       - Added an alias for the parameter MaxAnalyticsUnitsPerJob: MaxDegreeOfParallelismPerJob
* MachineLearningCompute
   - Add Set-AzureRmMlOpCluster
       - Update a cluster's agent count or SSL configuration
   - Orchestrator properties are optional
       - The service will create a service principal if not provided, so the orchestrator
       properties are now optional
* PowerBIEmbedded
   - Add support for Power BI Embedded Capacity cmdlets
   - New Cmdlet Get-AzureRmPowerBIEmbeddedCapacity - Gets the details of a PowerBI Embedded Capacity.
   - New Cmdlet New-AzureRmPowerBIEmbeddedCapacity - Creates a new PowerBI Embedded Capacity
   - New Cmdlet Remove-AzureRmPowerBIEmbeddedCapacity - Deletes an instance of PowerBI Embedded Capacity
   - New Cmdlet Resume-AzureRmPowerBIEmbeddedCapacity - Resumes an instance of PowerBI Embedded Capacity
   - New Cmdlet Suspend-AzureRmPowerBIEmbeddedCapacity - Suspends an instance of PowerBI Embedded Capacity
   - New Cmdlet Test-AzureRmPowerBIEmbeddedCapacity - Tests the existence of an instance of PowerBI Embedded Capacity
   - New Cmdlet Update-AzureRmPowerBIEmbeddedCapacity - Modifies an instance of PowerBI Embedded Capacity
* Profile
   - Updated USGovernmentActiveDirectoryEndpoint to https://login.microsoftonline.us/
       - For more information about the Azure Government endpoint mappings, please see the following: https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-developer-guide#endpoint-mapping
   - Added -AsJob support for cmdlets, enabling selected cmdlets to execute in the background and return a job to track and control progress
   - Added -AsJob parameter to Get-AzureRmSubscription cmdlet
* RecoveryServices.Backup
   - Fixed bug - Get-AzureRmRecoveryServicesBackupItem should do case insensitive comparison for container name filter.
   - Fixed bug - AzureVmItem now has a property that shows the last time a backup operation has happened - LastBackupTime.
* Resources
   - Fixed issue where Get-AzureRMRoleAssignment would result in a assignments without roledefiniton name for custom roles
       - Users can now use Get-AzureRMRoleAssignment with assignments having roledefinition names irrespective of the type of role
   - Fixed issue where Set-AzureRMRoleRoleDefinition used to throw RD not found error when there was a new scope in assignablescopes
       - Users can now use Set-AzureRMRoleRoleDefinition with assignable scopes including new scopes irrespective of the position of the scope
   - Allow scopes to end with "/"
       - Users can now use RoleDefinition and RoleAssignment commandlets with scopes ending with "/" ,consistent with API and CLI
   - Allow users to create RoleAssignment using delegation flag
       - Users can now use New-AzureRMRoleAssignment with an option of adding the delegation flag
   - Fix RoleAssignment get to respect the scope parameter
   - Add an alias for ServicePrincipalName in the New-AzureRmRoleAssignment Commandlet
       - Users can now use the ApplicationId instead of the ServicePrincipalName when using the New-AzureRmRoleAssignment commandlet
* SiteRecovery
   - Add deprecation warnings for all cmdlets in this module in preparation for the next breaking change release.
       - Please see the upcoming breaking changes guide for more information on how to migrate your cmdlets from AzureRM.
* Sql
   - Added ability to rename database using Set-AzureRmSqlDatabase
   - Fixed issue https://github.com/Azure/azure-powershell/issues/4974
       - Providing invalid AUDIT_CHANGED_GROUP value for auditing cmdlets no longer throws an error and will be removed in an upcoming release.
   - Fixed issue https://github.com/Azure/azure-powershell/issues/5046
       - AuditAction parameter in auditing cmdlets is no longer being ignored
   - Fixed an issue in Auditing cmdlets when 'Secondary' StorageKeyType is provided
       - When setting blob auditing, the primary storage account key was used instead of the secondary key when providing 'Secondary' value for StorageKeyType parameter.
   - Changing the wording for confirmation message from Set-AzureRmSqlServerTransparentDataEncryptionProtector
* Azure (RDFE)
   - Removed all RemoteApp Cmdles
* Azure.Storage
   - Upgrade to Azure Storage Client Library 8.6.0 and Azure Storage DataMovement Library 0.6.5

FileList

Version History

Version Downloads Last updated
6.13.2 15,478,060 3/23/2021
6.13.1 6,002,882 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,715 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,432 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,520 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 (current version) 124,919 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,293 9/25/2017
4.3.1 81,861 8/16/2017
4.2.1 51,169 7/18/2017
4.2.0 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,112 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,880 5/9/2019
2.4.0 12,969 2/8/2019
2.3.0 22,367 9/17/2018
2.2.0 2,691 9/20/2016
2.1.0 82,916 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