-
I'm trying to pull some Azure reservation information but after installing the Az module, I could not find the Get-AzReservation cmdlet. I understand this is part of the Az.Reservations module but this module does not seem to exist in Az Powershell 9.7.1. I'm also showing 9.7.0 is listed as the current version on this project, however PSGallery is providing 9.7.1. I cannot find any information/release notes on 9.7.1. Was this released early or something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Welcome to the discussions 😀 |
Beta Was this translation helpful? Give feedback.
Welcome to the discussions 😀
The
Az.Reservations
is under preview (indicated by its version being lower than 1.0.0). That's why it's not included in theAz
module, neither 9.7.0 nor 9.7.1. Before it's out of prevew and goes GA, please install it seperately byInstall-Module -Name Az.Reservations
.The version 9.7.1 was a hotfix of a security issue inside
Az.Websites
module. The functionality is the same as 9.7.0. BTW you can read the changelog here: https://github.com/Azure/azure-powershell/blob/main/ChangeLog.md