Skip to content

Releases: Azure/azure-powershell

Az 0.2.2

24 Sep 01:58
e524bd6
Compare
Choose a tag to compare
Az 0.2.2 Pre-release
Pre-release

Version 0.2.2 of the Az module

Install

Gallery Module for ARM Cmdlets: link

To install Az from the PowerShell Gallery, run the following command:

Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:

Update-Module -Name Az

AzureRM.Storage 6.0.0-preview

25 Sep 18:05
b3ec7c9
Compare
Choose a tag to compare
Pre-release

AzureRM.Storage 6.0.0-preview

Gallery Module link

AzureRM 2.3.0 and AzureStack 1.5.0

21 Sep 16:35
ed6a924
Compare
Choose a tag to compare
Pre-release

Release for AzureStack module 1.5.0 and Azure RM 2.3.0 for Azure Stack

6.9.0

17 Sep 16:57
802d53b
Compare
Choose a tag to compare

Install

Azure PowerShell 6.9.0 Installer: link
Gallery Module for ARM Cmdlets: link

To install AzureRM from the PowerShell Gallery, run the following command:

Install-Module -Name AzureRM -Repository PSGallery -Force

To update from an older version of AzureRM, run the following command:

Update-Module -Name AzureRM

Changes since last release

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

  • Changes to LoadBalancer cmdlets
    • 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 feature: Azure Firewall via ARM
    • 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
  • Added support for multiple address prefixes in a subnet. Updated cmdlets:
    • 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

AzureRM.SignalR

  • 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

  • Added two 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 - New parameters (–ContainerRegistryUser string -ContainerRegistryPassword secureString -EnableContainerContinuousDeployment) added for creating and managing windows container app

AzureRM 6.9.0 RC 2

15 Sep 00:05
d64881c
Compare
Choose a tag to compare
AzureRM 6.9.0 RC 2 Pre-release
Pre-release
Merge pull request #7239 from maddieclayton/versioning

Versioning Ignite release

Azure RM 6.9.0 rc 1

14 Sep 17:01
cfe083f
Compare
Choose a tag to compare
Azure RM 6.9.0 rc 1 Pre-release
Pre-release

The first release candidate for AzureRM 6.8.0

Before Newtonsoft 9 change

13 Sep 20:05
c061ea3
Compare
Choose a tag to compare
Pre-release
Merge pull request #7237 from cormacpayne/sign-job-fix

Fix sign job failure

AzureRm.Network.6.7.0

05 Sep 17:44
29a94fa
Compare
Choose a tag to compare

Install

Link to AzureRM.Network module in PowerShell Gallery

To install this version of AzureRM.Network from the PowerShell Gallery, run the following command:

Install-Module -Name AzureRM.Network -RequiredVersion 6.7.0 -Force

If you have an older version of AzureRM.Network installed on your machine and want to upgrade to this version, run the following command:

Update-Module -Name AzureRM.Network -RequiredVersion 6.7.0

Change Log

  • Updated cmdlet New-AzureRmVirtualNetworkGatewayConnection with support for switch ExpressRouteGatewayBypass

6.8.1

29 Aug 22:37
647d314
Compare
Choose a tag to compare

Install

Azure PowerShell 6.8.1 Installer: link
Gallery Module for ARM Cmdlets: link

To install AzureRM from the PowerShell Gallery, run the following command:

Install-Module -Name AzureRM -Repository PSGallery -Force

To update from an older version of AzureRM, run the following command:

Update-Module -Name AzureRM

Changes since last release

General

  • Fixed issue with default resource groups not being set.
  • Updated common runtime assemblies

AzureRM.ApiManagement

  • Fixed issue with default resource groups not being set.
  • Fixed issue #6603
    • Import-AzureRmApiManagementApi and *-AzureRmApiManagementCertificate cmdlets now handle relative Paths
  • Fixed issue #6879
    • The CertificateInformation is a settable property allowing for Set-AzureRmApiManagement cmdlet to work property. Fixed by upgrading to
      4.0.4-preview nuget
  • Fixed issue #6853
    • Fixed the Odata filter for Search by Name on Product
  • Fixed issue #6814
    • Fixed the Odata filter for Search by Name on Api
  • Added support for AzureMonitor logger

AzureRM.Compute

  • Fixed the issue that target is missing in error output.
  • Fixed issue with storage account type for VM with managed disk
  • Fixed issue with default resource groups not being set.
  • Fix AEM Extension cmdlets for other environments, for example Azure China

AzureRM.Network

  • Changed default cmdlet output presentation to table view

AzureRM.PowerBIEmbedded

  • Fix failure in Update-AzureRmPowerBIEmbeddedCapacity when trying to scale paused capacity

AzureRM.Resources

  • Fixed issue with creating managed applications from the MarketPlace.

AzureRM.ServiceBus

AzureRM.TrafficManager

  • Added Support for the MultiValue routing method
    • New parameter 'MaxReturn' for MultiValue routing
  • Added Support for the Subnet routing method
    • Support for IP address ranges (subnets) in endpoints
  • Added Support for Custom Headers in profiles
  • Added Support for Expected status code ranges in profiles
  • Added Support for Custom Headers in endpoints

Az 0.1.0

24 Aug 20:17
33ab6e6
Compare
Choose a tag to compare
Az 0.1.0 Pre-release
Pre-release

Initial Release of Az 0.1.0