Skip to content

Commit 2e3d358

Browse files
authored
{Batch} BULK Fix broken link experiment (#32875)
1 parent e326321 commit 2e3d358

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/batch

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/batch/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
helps['batch account outbound-endpoints'] = """
9696
type: command
9797
short-summary: List an account's outbound network dependencies.
98-
long-summary: List the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch service administration. If you are deploying a Pool inside of a virtual network that you specify, you must make sure your network allows outbound access to these endpoints. Failure to allow access to these endpoints may cause Batch to mark the affected nodes as unusable. For more information about creating a pool inside of a virtual network, see https://learn.microsoft.com/azure/batch/batch-virtual-network."
98+
long-summary: List the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch service administration. If you are deploying a Pool inside of a virtual network that you specify, you must make sure your network allows outbound access to these endpoints. Failure to allow access to these endpoints may cause Batch to mark the affected nodes as unusable. For more information about creating a pool inside of a virtual network, see https://learn.microsoft.com/azure/batch/batch-virtual-network
9999
"""
100100

101101
helps['batch account identity'] = """

0 commit comments

Comments
 (0)