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}`| - Check whether Service Connector supports the source resource ID.<br> - Check whether the source resouce ID is correct. |
41
-
|`Target resource ID is invalid: {TargetId}`| - Check whether Service Connector supports the target service type.<br> - Check whether the target resouce ID is correct. |
42
-
|`Connection ID is invalid: {ConnectionId}`|Check whether the connection ID is correct. |
42
+
|`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
+
|`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. |
|`{Argument} shouldn't be blank`| Provide an argument value for interactive input. |
49
-
|`Required keys missing for parameter {Parameter}. All possible keys are: {Keys}`| Provide a value for the authentication information parameter, usually in the form of `--param key1=val1 key2=val2`. |
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`. |
50
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. Check whether there are none, or more than one. |
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. |
57
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. |
58
60
|`Either client type or auth info should be specified to update`| Provide either client type or authentication information when you update a connection. |
59
-
|`Usage error: {} [KEY=VALUE ...]`| Check the available keys and provide values for the authentication information parameter, usually in the form of `--param key1=val1 key2=val2`. |
60
-
|`Unsupported Key {Key} is provided for parameter {Parameter}. All possible keys are: {Keys}`| Check the available keys and provide values for the authentication information parameter, usually in the form of `--param key1=val1 key2=val2`. |
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`. |
62
+
|`Unsupported Key {Key} is provided for parameter {Parameter}. All possible keys are: {Keys}`| Check the available keys and provide values for the authentication information parameter, usually in the form `--param key1=val1 key2=val2`. |
61
63
|`Provision failed, please create the target resource manually and then create the connection. Error details: {ErrorTrace}`| Retry. If necessary, create the target resource manually and then create the connection. |
0 commit comments