
1,205,911
Downloads
113,812
Downloads of 4.4.0
2017-09-25
Last published
AzureRM
4.4.0
Azure Resource Manager Module
Inspect
PS> Save-Module -Name AzureRM -Path <path>
-RequiredVersion 4.4.0
Install
PS> Install-Module -Name AzureRM
-RequiredVersion 4.4.0
Deploy
See Documentation for more details.
Release Notes
## 2017.09.25 - Version 4.4.0
* AnalysisServices
* Added a new dataplane commandlet to allow synchronization of databases from read-write instance to read-only instances
- Included help file for the commandlet
- Added in-memory tests and a scenario test (only live)
* Fixed bugs in Add-AzureAsAccount commandlet
* CognitiveServices
* Integrate with Cognitive Services Management SDK version 2.0.0.
* Get-AzureRmCognitiveServicesAccount now can correctly support paging.
* Compute
* Run Command feature:
- New cmdlet: 'Invoke-AzureRmVMRunCommand'
- New cmdlet: 'Get-AzureRmVMRunCommandDocument'
* Add 'StorageAccountType' parameter to Set-AzureRmDataDisk
* Availability Zone support for virtual machine, VM scale set, and disk
- New paramter: 'Zone' is added to New-AzureRmVM, New-AzureRmVMConfig, New-AzureRmVmssConfig, New-AzureRmDiskConfig
* VM scale set rolling upgrade feature:
- New cmdlet: 'Start-AzureRmVmssRollingOSUpgrade'
- New cmdlet: 'Set-AzureRmVmssRollingUpgradePolicy'
- New cmdlet: 'Stop-AzureRmVmssRollingUpgrade'
- New cmdlet: 'Get-AzureRmVmssRollingUpgrade'
* AssignIdentity switch parameter is introduced for system assigned identity.
- New parameter: 'AssignIdentity' is added to New-AzureRmVMConfig, New-AzureRmVmssConfig and Update-AzureRmVM
* Vmss disk encryption feature:
- New cmdlet: 'Set-AzureRmVmssDiskEncryptionExtension' enables disk encryption on VM scale set
- New cmdlet: 'Disable-AzureRmVmssDiskEncryption' disables disk encryption on VM scale set
- New cmdlet: 'Get-AzureRmVmssDiskEncryptionStatus' shows the disk encryption status of a VM scale set
- New cmdelt: 'Get-AzureRmVmssVMDiskEncryptionStatus' shows the disk encryption status of VMs in a VM scale set
* ContainerInstance
* Add PowerShell cmdlets for Azure Container Instance
- New-AzureRmContainerGroup
- Get-AzureRmContainerGroup
- Remove-AzureRmContainerGroup
- Get-AzureRmContainerInstanceLog
* Insights
* New cmdlet Set-AzureRmActionGroup
- A new cmdlet to create a new or update an existing action group.
* New cmdlet Get-AzureRmActionGroup
- A new cmdlet to retrieve one or more action groups.
- The action groups can be retrieved by name, resource group, or subscription.
* New cmdlet Remove-AzureRmActionGroup
- A new cmdlet to remove one action group.
* New cmdlet New-AzureRmActionGroupReceiver
- A new cmdlet to create an new action group receiver in memory.
* KeyVault
* New/updated Cmdlets to support soft-delete for KeyVault certificates
* Get-AzureKeyVaultCertificate
* Remove-AzureKeyVaultCertificate
* Undo-AzureKeyVaultCertificateRemoval
* Network
* Added support for endpoint services to Virtual Network Subnets
- Updated Add-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
- Updated New-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
- Updated Set-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
* Added cmdlet to list endpoint services available in the location
- Get-AzureRmVirtualNetworkAvailableEndpointService
* Added the ability to configure external radius based P2S authentication to the following commandlets
- New-AzureVirtualNetworkGateway
- Set-AzureVirtualNetworkGateway
- Set-AzureRmVirtualNetworkGatewayVpnClientConfig
* Added cmdlet to allow generation of VpnProfiles for external radius based P2S
- New-AzureRmVpnClientConfiguration
- Get-AzureRmVpnClientConfiguration
* Added support for SKU parameter to Public IP Addresses and Load Balancers
- Updated New-AzureRMLoadBalancer: Added optional parameter -Sku
- Updated New-AzureRMPublicIpAddress: Added optional parameter -Sku
* Added support for DisableOutboundSNAT to Load Balancer Rules
- Updated New-AzureRMLoadBalancerRuleConfig: Added optional parameter DisableOutboundSNAT
- Updated Add-AzureRMLoadBalancerRuleConfig: Added optional parameter DisableOutboundSNAT
- Updated Set-AzureRMLoadBalancerRuleConfig: Added optional parameter DisableOutboundSNAT
* Added support for IkeV2 P2S
- Updated New-AzureRmVirtualNetworkGateway: Added optional parameter -VpnClientProtocol, defaults to [ "SSTP", "IkeV2" ]
- Updated Set-AzureRmVirtualNetworkGateway: Added optional parameter -VpnClientProtocol
* Added support for MultiValued rules in Network Security Rules and Effective Network Security Rules
- Updated Add-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameters to accept a list of strings
- Updated New-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameter to accept a list of strings
- Updated Set-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameter to accept a list of strings
- Updated Add-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameter to accept a list of strings
- Updated New-AzureRmNetworkSecurityGroup : Updated SecurityRules parameter to accept SourcePortRange, DestinationPortRange, SourceAddressPrefix parameters which are list of strings in PSSecurityRule object
- Updated Get-AzureRmEffectiveNetworkSecurityGroup: Added parameter TagMap
- Updated Get-AzureRmEffectiveNetworkSecurityGroup: Updated returned PSEffectiveSecurityRule object with SourcePortRange, DestinationPortRange, SourceAddressPrefix parameters which are list of strings.
* Added support for DDoS protection for virtual networks
- Updated New-AzureRmVirtualNetwork: Added switch parameters EnableDDoSProtection and EnableVmProtection
- Added properties EnableDDoSProtection and EnableVmProtection in PSVirtualNetwork object
* Added support for Highly Available Internal Load Balancer
- Updated Add-AzureRmLoadBalancerRuleConfig: Added All as an acceptable value for Protocol parameter
- Updated New-AzureRmLoadBalancerRuleConfig: Added All as an acceptable value for Protocol parameter
- Updated Set-AzureRmLoadBalancerRuleConfig: Added All as an acceptable value for Protocol parameter
* Added support for Application Security Groups
- Added New-AzureRmApplicationSecurityGroup
- Added Get-AzureRmApplicationSecurityGroup
- Added Remove-AzureRmApplicationSecurityGroup
- Updated New-AzureRmNetworkInterface: Added optional parameters ApplicationSecurityGroup and ApplicationSecurityGroupId
- Updated Add/New/Set-AzureRmNetworkInterfaceIpConfig: Added optional parameters ApplicationSecurityGroup and ApplicationSecurityGroupId
- Updated Add/New/Set-AzureRmNetworkSecurityRuleConfig: Added optional parameters SourceApplicationSecurityGroup, SourceApplicationSecurityGroupId, DestinationApplicationSecurityGroup, and DestinationApplicationSecurityGroupId
* Resources
* Add PolicySetDefinition cmdlets
- New-AzureRmPolicySetDefinition cmdlet to create a policy set definition
- Get-AzureRmPolicySetDefinition cmdlet to list all policy set definitions or to get a specific policy set definition
- Remove-AzureRmPolicySetDefinition cmdlet to delete a policy set definition
- Set-AzureRmPolicySetDefinition cmdlet to update an existing policy set definition
* Add -PolicySetDefinition, -Sku and -NotScope parameters to New-AzureRmPolicyAssignment and Set-AzureRmPolicyAssignment cmdlets
* Add support to pass in policy url to New-AzureRmPolicyDefinition and Set-AzureRmPolicyDefinition cmdlets
* Add -Mode parameter to New-AzureRmPolicyDefinition cmdlet
* Sql
* Adding support for Virtual Network Rules
- Adding Get/New/Remove/Set-AzureRmSqlServerVirtualNetworkRule cmdlet
* Websites
* Add PremiumV2 Tier for App Service Plans
* Azure.Storage
* Upgrade to Azure Storage Client Library 8.4.0 and Azure Storage DataMovement Library 0.6.1
* Add PremiumPageBlobTier Support in Upload and Copy Blob API
- Set-AzureStorageBlobContent
- Start-AzureStorageBlobCopy
* Refine the Console Output Format of AzureStorageContainer, AzureStorageBlob, AzureStorageQueue, AzureStorageTable
- Get-AzureStorageContainer
- Get-AzureStorageBlob
- Get-AzureStorageQueue
- Get-AzureStorageTable
Owners
Authors
Copyright
Microsoft Corporation. All rights reserved.
FileList
ShowDependencies
-
- AzureRM.Profile (= 3.4.0)
- Azure.Storage (= 3.4.0)
- AzureRM.AnalysisServices (= 0.4.6)
- Azure.AnalysisServices (= 0.4.6)
- AzureRM.ApiManagement (= 4.4.0)
- AzureRM.Automation (= 3.4.0)
- AzureRM.Backup (= 3.4.0)
- AzureRM.Batch (= 3.4.0)
- AzureRM.Billing (= 0.13.6)
- AzureRM.Cdn (= 3.4.0)
- AzureRM.CognitiveServices (= 0.8.6)
- AzureRM.Compute (= 3.4.0)
- AzureRM.Consumption (= 0.2.6)
- AzureRM.ContainerInstance (= 0.0.1)
- AzureRM.ContainerRegistry (= 0.2.6)
- AzureRM.DataFactories (= 3.4.0)
- AzureRM.DataFactoryV2 (= 0.2.0)
- AzureRM.DataLakeAnalytics (= 3.4.0)
- AzureRM.DataLakeStore (= 4.4.0)
- AzureRM.DevTestLabs (= 3.4.0)
- AzureRM.Dns (= 3.4.0)
- AzureRM.EventGrid (= 0.1.0)
- AzureRM.EventHub (= 0.4.6)
- AzureRM.HDInsight (= 3.4.0)
- AzureRM.Insights (= 3.4.0)
- AzureRM.IoTHub (= 2.4.0)
- AzureRM.KeyVault (= 3.4.0)
- AzureRM.LogicApp (= 3.4.0)
- AzureRM.MachineLearning (= 0.15.6)
- AzureRM.Media (= 0.7.6)
- AzureRM.Network (= 4.4.0)
- AzureRM.NotificationHubs (= 3.4.0)
- AzureRM.OperationalInsights (= 3.4.0)
- AzureRM.PowerBIEmbedded (= 3.4.0)
- AzureRM.RecoveryServices (= 3.4.0)
- AzureRM.RecoveryServices.Backup (= 3.4.0)
- AzureRM.RedisCache (= 3.4.0)
- AzureRM.Relay (= 0.2.6)
- AzureRM.Resources (= 4.4.0)
- AzureRM.Scheduler (= 0.15.6)
- AzureRM.ServerManagement (= 3.4.0)
- AzureRM.ServiceBus (= 0.4.6)
- AzureRM.ServiceFabric (= 0.2.6)
- AzureRM.SiteRecovery (= 4.4.0)
- AzureRM.Sql (= 3.4.0)
- AzureRM.Storage (= 3.4.0)
- AzureRM.StreamAnalytics (= 3.4.0)
- AzureRM.Tags (= 3.4.0)
- AzureRM.TrafficManager (= 3.4.0)
- AzureRM.UsageAggregates (= 3.4.0)
- AzureRM.Websites (= 3.4.0)
Minimum PowerShell version
3.0
Version History
Version | Downloads | Last updated |
---|---|---|
AzureRM 5.7.0 (latest stable) | 35721 | Tuesday, April 10 2018 |
AzureRM 5.6.0 | 38193 | Tuesday, March 27 2018 |
AzureRM 5.5.0 | 34523 | Tuesday, March 13 2018 |
AzureRM 5.4.1 | 27693 | Wednesday, February 28 2018 |
AzureRM 5.4.0 | 1360 | Tuesday, February 27 2018 |
AzureRM 5.3.0 | 26397 | Tuesday, February 13 2018 |
AzureRM 5.2.0 | 39051 | Wednesday, January 31 2018 |
AzureRM 5.1.1 | 90335 | Saturday, December 09 2017 |
AzureRM 5.0.1 | 54144 | Friday, November 10 2017 |
AzureRM 5.0.0 | 36827 | Wednesday, November 08 2017 |
AzureRM 4.4.1 | 204217 | Friday, October 13 2017 |
AzureRM 4.4.0 (this version) | 113812 | Monday, September 25 2017 |
AzureRM 4.3.1 | 53236 | Wednesday, August 16 2017 |
AzureRM 4.2.1 | 30371 | Tuesday, July 18 2017 |
AzureRM 4.2.0 | 5944 | Tuesday, July 11 2017 |
AzureRM 4.1.0 | 64537 | Thursday, June 08 2017 |
AzureRM 4.0.2 | 19698 | Wednesday, May 24 2017 |
AzureRM 4.0.1 | 12963 | Saturday, May 13 2017 |
AzureRM 4.0.0 | 6040 | Wednesday, May 10 2017 |
AzureRM 3.8.0 | 34859 | Wednesday, April 05 2017 |
AzureRM 3.7.0 | 24935 | Thursday, March 09 2017 |
AzureRM 3.6.0 | 13896 | Wednesday, February 22 2017 |
AzureRM 3.5.0 | 13500 | Wednesday, February 08 2017 |
AzureRM 3.4.0 | 15649 | Wednesday, January 18 2017 |
AzureRM 3.3.0 | 17939 | Wednesday, December 14 2016 |
AzureRM 3.2.0 | 17278 | Tuesday, November 15 2016 |
AzureRM 3.1.0 | 8569 | Wednesday, November 02 2016 |
AzureRM 3.0.0 | 14146 | Wednesday, September 28 2016 |
AzureRM 2.2.0 | 2528 | Tuesday, September 20 2016 |
AzureRM 2.1.0 | 17364 | Thursday, September 08 2016 |
AzureRM 2.0.1 | 7994 | Wednesday, August 10 2016 |
AzureRM 1.6.0 | 5733 | Tuesday, July 12 2016 |
AzureRM 1.5.1 | 3236 | Monday, June 27 2016 |
AzureRM 1.5.0 | 5502 | Wednesday, June 01 2016 |
AzureRM 1.4.0 | 6350 | Wednesday, May 04 2016 |
AzureRM 1.3.2 | 3440 | Tuesday, April 19 2016 |
AzureRM 1.3.0 | 4977 | Wednesday, March 30 2016 |
AzureRM 1.2.11 | 14223 | Friday, October 13 2017 |
AzureRM 1.2.10 | 7098 | Saturday, July 08 2017 |
AzureRM 1.2.9 | 20807 | Tuesday, March 14 2017 |
AzureRM 1.2.8 | 8305 | Thursday, January 12 2017 |
AzureRM 1.2.7 | 141 | Wednesday, January 04 2017 |
AzureRM 1.2.6 | 16325 | Thursday, September 08 2016 |
AzureRM 1.2.2 | 6135 | Friday, March 04 2016 |
AzureRM 1.2.0 | 6482 | Wednesday, February 03 2016 |
AzureRM 1.1.0 | 3444 | Thursday, January 14 2016 |
AzureRM 1.0.4 | 2354 | Wednesday, December 16 2015 |
AzureRM 1.0.3 | 2084 | Tuesday, November 24 2015 |
AzureRM 1.0.2 | 1733 | Friday, November 06 2015 |
AzureRM 1.0.1 | 1782 | Monday, October 12 2015 |
AzureRM 1.0.0 | 282 | Friday, October 09 2015 |