Skip to content

Commit b2c82c6

Browse files
committed
format fix
1 parent ce4743a commit b2c82c6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/batch/batch-apis-tools.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ Azure Batch has two sets of APIs, one for the service level and one for the mana
2929

3030
Only actions performed by the management APIs are tracked in the activity log. Service level APIs bypass the Azure Resource Management layer (management.azure.com) and are not logged.
3131

32-
For example:
32+
For example, the [Batch service API to delete a pool](https://docs.microsoft.com/rest/api/batchservice/pool/delete) is targeted directly on the batch account: `DELETE {batchUrl}/pools/{poolId}`
3333

34-
- The [Batch service API to delete a pool](https://docs.microsoft.com/rest/api/batchservice/pool/delete) is targeted directly on the batch account:
35-
`DELETE {batchUrl}/pools/{poolId}`
36-
- The [Batch management API to delete a pool](https://docs.microsoft.com/rest/api/batchmanagement/pool/delete) is targeted at the management.azure.com layer:
37-
`DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}`
34+
Whereas the [Batch management API to delete a pool](https://docs.microsoft.com/rest/api/batchmanagement/pool/delete) is targeted at the management.azure.com layer: `DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}`
3835

3936
## Batch service APIs
4037

0 commit comments

Comments
 (0)