Azure/azure-resource-provider-sdk

dukaan upgrade uses a PUT request. Docs indicate a POST request

Opened this issue · 2 comments

According to the github docs, Azure will perform a POST request when upgrading a resource, however the dukaan tool performs a PUT

Which is the correct API to implement, POST or PUT ?

Turns out that their service sends a PUT request for upgrades. So its the docs that are wrong, not the dukaan tool.