Skip to content

Update change log #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion docs-conceptual/azps-3.8.0/release-notes-azureps.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ ms.devlang: powershell
ms.topic: conceptual
ms.date: 03/10/2020
---
# Azure PowerShell release notes

## 3.8.0 - April 2020
### Highlights since the last release
* PowerShell versions that Az.Storage supports: Windows PowerShell 5.1, PowerShell Core 6.2.4+, PowerShell 7

#### Az.Accounts
* Updated Azure PowerShell survey URL in 'Resolve-AzError' [#11507]

Expand Down Expand Up @@ -101,7 +106,25 @@ ms.date: 03/10/2020
- 'Get-AzDataLakeGen2ItemContent'
- 'Remove-AzDataLakeGen2Item'

# Azure PowerShell release notes
## 0.10.0-preview - April 2020
### General
* Az modules is now available in preview on Azure Stack Hub. This allows for cross-platform compatibility with Linux and macOs. Azure Stack Hub now supports PowerShell core with the Az modules, more information [here](https://aka.ms/az4AzureStack)
* Az modules support profile 2019-03-01-hybrid:
- Az.Billing
- Az.Compute
- Az.DataBoxEdge
- Az.EventHub
- Az.IotHub
- Az.KeyVault
- Az.Monitor
- Az.Network
- Az.Resources
- Az.Storage
- Az.Websites
* Three new PowerShell modules for az have been introduced that work with Azure Stack Hub, which are Az.Databox, Az.IotHub, and Az.EventHub
* Commands remain relatively the same, with minor changes such as changing AzureRM to Az
* Updated link to PowerShell documentation for Azure Stack Hub can be found [here](https://aka.ms/InstallASHPowerShell)

## 3.7.0 - March 2020
#### Az.Accounts
* Fixed 'Get-AzTenant'/'Get-AzDefault'/'Set-AzDefault' throw NullReferenceException when not login [#10292]
Expand Down