Skip to content

Commit 6868308

Browse files
Merge pull request #242143 from SwathiDhanwada-MSFT/patch-91
(AzureCXP) fixes MicrosoftDocs/azure-docs#111111
2 parents 76fe8bd + 173676e commit 6868308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/servers/ssh-arc-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This operation can take 2-5 minutes to complete. Before moving on, check that t
102102
103103
Create the default endpoint in PowerShell:
104104
```powershell
105-
az rest --method put --uri https://management.azure.com/subscriptions/<subscription>/resourceGroups/<resourcegroup>/providers/Microsoft.HybridCompute/machines/<arc enabled server name>/providers/Microsoft.HybridConnectivity/endpoints/default?api-version=2021-10-06-preview --body '{\"properties\": {\"type\": \"default\"}}'
105+
az rest --method put --uri https://management.azure.com/subscriptions/<subscription>/resourceGroups/<resourcegroup>/providers/Microsoft.HybridCompute/machines/<arc enabled server name>/providers/Microsoft.HybridConnectivity/endpoints/default?api-version=2021-10-06-preview --body '{"properties": {"type": "default"}}'
106106
```
107107
Create the default endpoint in Bash:
108108
```bash

0 commit comments

Comments
 (0)