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
#customer intent: As a Service Connector user, I need to understand the Service Connector error messages and suggested actions so I can use them to troubleshoot Service Connector.
11
11
---
@@ -43,19 +43,19 @@ The following Service Connector errors can occur in Azure CLI.
43
43
|`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
44
|`Connection ID is invalid: {ConnectionId}`| Make sure the connection ID is correct. |
|`{Argument} shouldn't be blank`| Provide an argument value for interactive input. |
51
51
|`Required keys missing for parameter {Parameter}. All possible keys are: {Keys}`| Provide a value for the authentication information parameter, usually in the form `--param key1=val1 key2=val2`. |
52
52
|`Required argument is missing, please provide the arguments: {Arguments}`| Provide the required argument. |
|`Only one auth info is needed`|Provide one and only one authentication information parameter. Make sure there's one, but only one. |
58
+
|`Only one auth info is needed`|Make sure to provide one and only one authentication information parameter. |
59
59
|`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. |
60
60
|`Either client type or auth info should be specified to update`| Provide either client type or authentication information when you update a connection. |
61
61
|`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