microsoft / SQLServerPSModule

This repo is the home of SQL Server PowerShell Module development.
MIT License
45 stars 1 forks source link

Make Get-SqlDatabase AzureAD access token aware enhancement #15

Closed Matteo-T closed 1 year ago

Matteo-T commented 1 year ago

Having Get-SqlDatabase support the -AccessToken argument seems a very useful thing to do, particularly until all the cmdlets can be updated to support -AccessToken (most if not of them support -InputObject, so that once the object is acquired using Get-SqlDatabase they would benefit from this).

Matteo-T commented 1 year ago

This is going to be fixed in v22 GA, which I expect to roll out in the next few days (or hours).