Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
377 stars 173 forks source link

Using the new azd version, a App Service deployment fails when querying the deployment status #3914

Closed mindit-mio closed 1 month ago

mindit-mio commented 1 month ago

azd version 1.9.1 (commit aadbc26943c2e3e5437a6ffa528fe5264887a10c)

azd deploy --debug

// 20240515181254 // https://management.azure.com/subscriptions/xxxxxxxxxxxxxxxxxx/resourceGroups/xxxxxxxxxxxxxxx/providers/Microsoft.Web/sites/xxxxxxxxxxxxxxxxxxxx/deploymentStatus/xxxxxxxxxxxxxxxxxxxxx

{ "error": { "code": "MissingApiVersionParameter", "message": "The api-version query parameter (?api-version=) is required for all requests." } }

pamelafox commented 1 month ago

We also just got this here: https://github.com/Azure-Samples/azure-search-openai-demo/actions/runs/9099040349/job/25010663219

mindit-mio commented 1 month ago

Problem solved. Seems to have been solved in azd version 1.9.2 (commit c58b02f71710960aba28f81f3698e64cfdda9f96)