Skip to content

Kudu API OneDeploy does not respect restart=false #113

@a-mnich

Description

@a-mnich

According to the Kudu API Documentation the restart parameter defaults to true if not supplied.
With the current implementation of deployUsingOneDeploy it's not possible to set restart=false as the parameter will never be appended if the parameter is not true.

if (restart) {
queryParameters.push('restart=' + encodeURIComponent(restart));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions