Skip to content

Commit 7af33be

Browse files
committed
touchup
1 parent 99e13da commit 7af33be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/service-connector/how-to-troubleshoot-front-end-error.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following Service Connector errors can occur in Azure CLI.
4141
|--------------------|-----------------------------|
4242
| `The source resource ID is invalid: {SourceId}` | - Make sure Service Connector supports the source resource ID.<br> - Make sure the source resource ID is correct. |
4343
| `Target resource ID is invalid: {TargetId}` | - Make sure Service Connector supports the target service type.<br> - Make sure the target resource ID is correct. |
44-
| `Connection ID is invalid: {ConnectionId}` | - Make sure the connection ID is correct. |
44+
| `Connection ID is invalid: {ConnectionId}` | Make sure the connection ID is correct. |
4545

4646
#### RequiredArgumentMissing errors
4747

@@ -55,7 +55,7 @@ The following Service Connector errors can occur in Azure CLI.
5555

5656
| Error message | Suggested action |
5757
|--------------------|-----------------------------|
58-
| `Only one auth info is needed` | Provide one and only one authentication information parameter. Make sure there is one, but not more than one. |
58+
| `Only one auth info is needed` | Provide one and only one authentication information parameter. Make sure there's one, but only one. |
5959
| `Auth info argument should be provided when updating the connection: {ConnectionName}` | Provide the authentication information when you update a secret connection type. The Azure Resource Manager API can't access a user's secret. |
6060
| `Either client type or auth info should be specified to update` | Provide either client type or authentication information when you update a connection. |
6161
| `Usage error: {} [KEY=VALUE ...]` | Check the available keys and provide values for the authentication information parameter, usually in the form `--param key1=val1 key2=val2`. |

0 commit comments

Comments
 (0)