Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 21c2ef1

Browse files
committed
Partial revert of commit 43b815b.
The removal of get_pool_patch_download and put_oem_patch_stream from the API has not been backported to the lcm stream. Signed-off-by: Konstantina Chremmou <[email protected]>
1 parent 18ad460 commit 21c2ef1

File tree

4 files changed

+0
-154
lines changed

4 files changed

+0
-154
lines changed

csharp/templates/HTTP_actions.mustache

-14
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,5 @@ namespace XenAPI
2929
}
3030

3131
{{/http_actions}}
32-
33-
public static void get_pool_patch_download(HTTP.DataCopiedDelegate dataCopiedDelegate, HTTP.FuncBool cancellingDelegate, int timeout_ms,
34-
string hostname, IWebProxy proxy, string path, string task_id, string session_id, string uuid)
35-
{
36-
Get(dataCopiedDelegate, cancellingDelegate, timeout_ms, hostname, "/pool_patch_download", proxy, path,
37-
"task_id", task_id, "session_id", session_id, "uuid", uuid);
38-
}
39-
40-
public static void put_oem_patch_stream(HTTP.UpdateProgressDelegate progressDelegate, HTTP.FuncBool cancellingDelegate, int timeout_ms,
41-
string hostname, IWebProxy proxy, string path, string task_id, string session_id)
42-
{
43-
Put(progressDelegate, cancellingDelegate, timeout_ms, hostname, "/oem_patch_stream", proxy, path,
44-
"task_id", task_id, "session_id", session_id);
45-
}
4632
}
4733
}

powershell/autogen/src/Receive-XenPoolPatch.cs

-69
This file was deleted.

powershell/autogen/src/Send-XenOemPatchStream.cs

-69
This file was deleted.

powershell/templates/XenServerPowerShell.csproj.mustache

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
<Compile Include="ConvertTo-XenRef.cs" />
6464
<Compile Include="Disconnect-XenServer.cs" />
6565
<Compile Include="Get-XenSession.cs" />
66-
<Compile Include="Receive-XenPoolPatch.cs" />
67-
<Compile Include="Send-XenOemPatchStream.cs" />
6866
<Compile Include="Wait-XenTask.cs" />
6967
<Compile Include="XenServerCmdlet.cs" />
7068
<Compile Include="XenServerHttpCmdlet.cs" />

0 commit comments

Comments
 (0)