Blog Post

Azure Database Support Blog
2 MIN READ

Lesson Learned #526: How to Identify the REST API Version Used by Your PowerShell Commands?

Jose_Manuel_Jurado's avatar
Jul 07, 2025

A few days ago, I wanted to understand which REST API version was being used behind each PowerShell command I was running to create Azure SQL Database servers. To investigate, I picked a simple command: Get-AzSqlServer -ResourceGroupName "ResourceGroupName" -ServerName "servername"

A few days ago, I wanted to understand which REST API version was being used behind each PowerShell command I was running to create Azure SQL Database servers. To investigate, I picked a simple comma...
Published Jul 07, 2025
Version 1.0