Releases: Azure/azure-powershell
6.12.0
Install
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
AzureRM.Profile
- Update common code to use latest version of ClientRuntime
- Rename param TenantId in cmdlet Connect-AzureRmAccount to Tenant and add an alias for TenantId
- Updated TenantId description for Connect-AzureRmAccount
- Fix error message for failed login when providing tenant domain
- Fix issue with context name clashing for accounts with no subscriptions in tenant
- Fix issue with DataLake endpoints when using MSI
- Fix issue where 'Disconnect-AzureRmAccount' would throw if not connected
AzureRM.Automation
- Renamed cmdlet DLL filename to Microsoft.Azure.Commands.Automation.dll
AzureRM.CognitiveServices
- Add Get-AzureRmCognitiveServicesAccountSkus operation.
AzureRM.Compute
- Add Add-AzureRmVmssVMDataDisk and Remove-AzureRmVmssVMDataDisk cmdlets
- Get-AzureRmVMImage shows AutomaticOSUpgradeProperties
- Fixed SetAzureRmVMChefExtension -BootstrapOptions and -JsonAttribute option values are not setting in json format.
AzureRM.DataLakeStore
- Update the DataLake package to 1.1.10.
- Add default Concurrency to multithreaded operations.
AzureRM.Insights
- Fixed issue #7267 (Autoscale area)
- Issues with creating a new autoscale rule not properly setting enumerated parameters (would always set them to the default value).
- Fixed issue #7513 [Insights] Set-AzureRMDiagnosticSetting requires explicit specification of categories during creation of setting
- Now the cmdlet does not require explicit indication of the categories to enable during creation, i.e. it works as it is documented
AzureRM.Network
- Changed PeeringType to be a mandatory parameter for the following cmdlets:-
- Get-AzureRmExpressRouteCircuitRouteTable
- Get-AzureRmExpressRouteCircuitARPTable
- Get-AzureRmExpressRouteCircuitRouteTableSummary
- Get-AzureRMExpressRouteCrossConnectionArpTable
- Get-AzureRMExpressRouteCrossConnectionRouteTable
- Get-AzureRMExpressRouteCrossConnectionRouteTableSummary
AzureRM.PolicyInsights
- Added policy remediation cmdlets
AzureRM.RecoveryServices.Backup
- Added support for azure file shares in recovery services.
AzureRM.Resources
- Fix for #7402
- Allow listing resources using the '-ResourceId' parameter for 'Get-AzureRmResource'
AzureRM.ServiceBus
- Added MigrationState read-only property to PSServiceBusMigrationConfigurationAttributes which will help to know the Migration state.
AzureRM.ServiceFabric
- Fix add certificate to Linux Vmss.
- Fix 'Add-AzureRmServiceFabricClusterCertificate'
- Using correct thumbprint from new certificate (microsoft/service-fabric-issues#932).
- Display exception correctly (microsoft/service-fabric-issues#1054).
- Fix 'Update-AzureRmServiceFabricDurability' to update cluster configuration before starting Vmss CreateOrUpdate operation.
Az 0.5.0 rc1
Merge pull request #7663 from maddieclayton/testing Bump version of Newtonsoft Json in PowerShell
Pre Newtonsoft10 Update
Placeholder tag for pre-newtonsoft10 change
AzureRM.Automation 6.0.1-preview
AzureRM.Automation 6.0.1-preview
Gallery Module for AzureRM.Automation
Please ensure that you have updated to at least version 1.6.0 of PowerShellGet
to enable support for preview modules.
To install AzureRM.Automation
from the PowerShell Gallery, run the following command:
Install-Module -Name <ModuleName> -Repository PSGallery -AllowPrerelease -Force
6.11.0
Install
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
AzureRM.Profile
- Fix issue with Get-AzureRmSubscription in CloudShell
- Update common code to use latest version of ClientRuntime
AzureRM.Backup
- Deprecated Azure Backup cmdlets.
AzureRM.Compute
- Added new sizes to the whitelist of VM sizes for which accelerated networking will be turned on when using the simple param set for 'New-AzureRmVm'
- Added ResourceName argument completer to all cmdlets.
AzureRM.DataLakeStore
- Adding support for Virtual Network Rules
- Get-AzureRmDataLakeStoreVirtualNetworkRule: Gets or Lists Azure Data Lake Store virtual network rule.
- Add-AzureRmDataLakeStoreVirtualNetworkRule: Adds a virtual network rule to the specified Data Lake Store account.
- Set-AzureRmDataLakeStoreVirtualNetworkRule: Modifies the specified virtual network rule in the specified Data Lake Store account.
- Remove-AzureRmDataLakeStoreVirtualNetworkRule: Deletes an Azure Data Lake Store virtual network rule.
AzureRM.Network
- Update cmdlet Test-AzureRmNetworkWatcherConnectivity, pass the protocol value to backend.
- Added ResourceName argument completer to all cmdlets.
AzureRM.Resources
- Fix isssue where Get-AzureRMRoleDefinition throws an unintelligible exception (when the default profile has no subscription in it and no scope is specified) by adding a meaningful exception in the scenario. Also set the default param set to 'RoleDefinitionNameParameterSet'.
Az 0.4.0
Version 0.4.0 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
Other
For more information about the Az
module, please see our Announcing New Module Az document.
AzureRM.DeploymentManager.0.9.2-preview
AzureRM.DeploymentManager.0.9.2-preview
Gallery Module link
AzureRM.Compute.5.6.1-preview
AzureRM.Compute.5.6.1-preview
Gallery Module link
Az 0.3.0
Version 0.3.0 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
Other
For more information about the Az
module, please see our Announcing New Module Az document.
6.10.0
Install
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
Azure.Storage
- Fix Copy Blob/File won't copy metadata when destination has metadata issue
- Start-AzureStorageBlobCopy
- Start-AzureStorageFileCopy
AzureRM.CognitiveServices
- Support Get-AzureRmCognitiveServicesAccountSkus without an existing account.
AzureRM.Compute
- Fix Get-AzureRmVM -ResourceGroupName to return more than 50 results if needed
- Added an example of the 'SimpleParameterSet' to New-AzureRmVmss cmdlet help.
- Fixed a typo in the Azure Disk Encryption progress message
AzureRM.DataFactoryV2
- Updated the ADF .Net SDK version to 2.3.0.
AzureRM.Network
- Added NetworkProfile functionality. new cmdlets added
- Get-AzureRMNetworkProfile
- New-AzureRMNetworkProfile
- Remove-AzureRMNetworkProfile
- Set-AzureRMNetworkProfile
- New-AzureRMContainerNicConfig
- New-AzureRmContainerNicConfigIpConfig
- Added service association link on Subnet Model
- Added cmdlet New-AzureRmVirtualNetworkTap, Get-AzureRmVirtualNetworkTap, Set-AzureRmVirtualNetworkTap, Remove-AzureRmVirtualNetworkTap
- Added cmdlet Set-AzureRmNEtworkInterfaceTapConfig, Get-AzureRmNEtworkInterfaceTapConfig, Remove-AzureRmNEtworkInterfaceTapConfig
AzureRM.RedisCache
- Allow any string as Size parameter going forward. Add P5 in PSArgumentCompleter popup
AzureRM.Resources
- Add missing -Mode parameter to Set-AzureRmPolicyDefinition
- Fix Get-AzureRmProviderOperation commandlet bug for operations with Origin containing User
AzureRM.Sql
- Fixed issue where some backup cmdlets would not recognize the current azure subscription
AzureRM.Storage
- Support get the Storage resource usage of a specific location, and add warning message for get global Storage resource usage is obsolete.
- Get-AzureRmStorageUsage
AzureRM.Websites
- New Cmdlet Get-AzureRMWebAppContainerContinuousDeploymentUrl - Gets the Container Continuous Deployment Webhook URL
- New Cmdlets New-AzureRMWebAppContainerPSSession and Enter-WebAppContainerPSSession - Initiates a PowerShell remote session into a windows container app
Changes since last release: v6.9.0-September2018...v6.10.0-October2018