You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/run-command.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,11 +211,11 @@ Run Command on Azure Arc-enabled servers supports the following operations:
211
211
212
212
|Operation |Description |
213
213
|---------|---------|
214
-
|[Create](/rest/api/hybridcompute/machine-run-commands/create-or-update?tabs=HTTP)|The operation to create a run command. This runs the run command. |
215
-
|[Delete](/rest/api/hybridcompute/machine-run-commands/delete?tabs=HTTP)|The operation to delete a run command. If it's running, delete will also stop the run command. |
216
-
|[Get](/rest/api/hybridcompute/machine-run-commands/get?tabs=HTTP)|The operation to get a run command. |
217
-
|[List](/rest/api/hybridcompute/machine-run-commands/list?tabs=HTTP)|The operation to get all the run commands of an Azure Arc-enabled server. |
218
-
|[Update](/rest/api/hybridcompute/machine-run-commands/update?tabs=HTTP)|The operation to update the run command. This stops the previous run command. |
214
+
|Create |The operation to create a run command. This runs the run command. |
215
+
|Delete |The operation to delete a run command. If it's running, delete will also stop the run command. |
216
+
|Get |The operation to get a run command. |
217
+
|List |The operation to get all the run commands of an Azure Arc-enabled server. |
218
+
|Update |The operation to update the run command. This stops the previous run command. |
219
219
220
220
> [!NOTE]
221
221
> Output and error blobs are overwritten each time the run command script executes.
0 commit comments