Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions csharp/templates/HTTP_actions.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,5 @@ namespace XenAPI
}

{{/http_actions}}

public static void get_pool_patch_download(HTTP.DataCopiedDelegate dataCopiedDelegate, HTTP.FuncBool cancellingDelegate, int timeout_ms,
string hostname, IWebProxy proxy, string path, string task_id, string session_id, string uuid)
{
Get(dataCopiedDelegate, cancellingDelegate, timeout_ms, hostname, "/pool_patch_download", proxy, path,
"task_id", task_id, "session_id", session_id, "uuid", uuid);
}

public static void put_oem_patch_stream(HTTP.UpdateProgressDelegate progressDelegate, HTTP.FuncBool cancellingDelegate, int timeout_ms,
string hostname, IWebProxy proxy, string path, string task_id, string session_id)
{
Put(progressDelegate, cancellingDelegate, timeout_ms, hostname, "/oem_patch_stream", proxy, path,
"task_id", task_id, "session_id", session_id);
}
}
}
69 changes: 0 additions & 69 deletions powershell/autogen/src/Receive-XenPoolPatch.cs

This file was deleted.

69 changes: 0 additions & 69 deletions powershell/autogen/src/Send-XenOemPatchStream.cs

This file was deleted.

2 changes: 0 additions & 2 deletions powershell/templates/XenServerPowerShell.csproj.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@
<Compile Include="ConvertTo-XenRef.cs" />
<Compile Include="Disconnect-XenServer.cs" />
<Compile Include="Get-XenSession.cs" />
<Compile Include="Receive-XenPoolPatch.cs" />
<Compile Include="Send-XenOemPatchStream.cs" />
<Compile Include="Wait-XenTask.cs" />
<Compile Include="XenServerCmdlet.cs" />
<Compile Include="XenServerHttpCmdlet.cs" />
Expand Down