-
Notifications
You must be signed in to change notification settings - Fork 67
vscode azurekudu changelog
Eric Jizba edited this page Mar 25, 2021
·
2 revisions
Auto-generated by this tool. Last updated on 2021-03-24.
- Re-generated with latest autorest to match azure-sdk-for-js
Allow 201 'Created' responses for '_PutItem' Kudu calls
- Add additional push deploy parameters
- Add basic support for wardeploy
Allow 204 response for putItem calls
Change 'GetItem' calls to return 'No Content' (Autorest only supports JSON and most of the files returned are not JSON. The only fix is to get the data from the response directly)
Add return types to function key api's
- Add 'FunctionEnvelope' spec to list functions
- Allow 204 response for delele function
Improve push deployment api specs
Initial release