Skip to content

Kudu API OneDeploy does not respect restart=false #113

Description

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));
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions