|
deployment_status_url = scm_url + '/api/deployments/latest' |
The Location header in the response has the specific URI for the deployment ID, rather than using latest. This code might run into a race condition if two deployments happen at the same time.
azure-cli/src/azure-cli/azure/cli/command_modules/appservice/custom.py
Line 737 in ad96375
The Location header in the response has the specific URI for the deployment ID, rather than using latest. This code might run into a race condition if two deployments happen at the same time.