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
Description="Specifies the environment variable where the connection string can be found. --connectionString, if specified, will take precedence over this option.",
153
+
Description="Specifies the environment variable where the connection string for the source broker can be found. --sourceConnectionString, if specified, will take precedence over this option.",
Description="Overrides the value inferred from the connection string. If provided, --managementApiPassword must also be provided or this option will be ignored."
174
+
Description="Overrides the value inferred from the connection string for the source broker. If provided, --sourceManagementApiPassword must also be provided or this option will be ignored."
171
175
};
172
176
173
177
returnmanagementApiUserNameOption;
@@ -177,7 +181,7 @@ public static Option<string> CreateSourceManagementApiPasswordOption()
Description="Overrides the value inferred from the connection string. If provided, --managementApiUserName must also be provided or this option will be ignored."
184
+
Description="Overrides the value inferred from the connection string for the source broker. If provided, --sourceManagementApiUserName must also be provided or this option will be ignored."
181
185
};
182
186
183
187
returnmanagementApiPasswordOption;
@@ -187,7 +191,7 @@ public static Option<bool> CreateSourceUseExternalAuthOption()
Description="Specifies the environment variable where the connection string can be found. --connectionString, if specified, will take precedence over this option.",
237
+
Description="Specifies the environment variable where the connection string for the destination broker can be found. --destinationConnectionString, if specified, will take precedence over this option.",
Description="Overrides the value inferred from the connection string. If provided, --managementApiPassword must also be provided or this option will be ignored."
258
+
Description="Overrides the value inferred from the connection string for the destination broker. If provided, --destinationManagementApiPassword must also be provided or this option will be ignored."
253
259
};
254
260
255
261
returnmanagementApiUserNameOption;
@@ -259,7 +265,7 @@ public static Option<string> CreateDestinationManagementApiPasswordOption()
Description="Overrides the value inferred from the connection string. If provided, --managementApiUserName must also be provided or this option will be ignored."
268
+
Description="Overrides the value inferred from the connection string for the destination broker. If provided, --destinationManagementApiUserName must also be provided or this option will be ignored."
263
269
};
264
270
265
271
returnmanagementApiPasswordOption;
@@ -269,7 +275,7 @@ public static Option<bool> CreateDestinationUseExternalAuthOption()
0 commit comments