Skip to content

Commit

Permalink
adding support for flex consumption plan
Browse files Browse the repository at this point in the history
  • Loading branch information
patelchandni committed May 21, 2024
1 parent 482873a commit 916cf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appservice-rest/Kudu/azure-app-kudu-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class Kudu {
};

try {
let response = await this._client.beginRequest(httpRequest, null, 'application/octet-stream');
let response = await this._client.beginRequest(httpRequest, null, 'application/zip');
core.debug(`One Deploy response: ${JSON.stringify(response)}`);
if(response.statusCode == 200) {
core.debug('Deployment passed');
Expand Down

0 comments on commit 916cf80

Please sign in to comment.