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
|`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. |
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
-
|`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. |
45
45
46
46
#### RequiredArgumentMissing errors
47
47
@@ -55,7 +55,7 @@ The following Service Connector errors can occur in Azure CLI.
|`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. |
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