@@ -219,11 +219,13 @@ The user can provide an optional parameter `AUTHENTICATION` (case-ignored) which
219219 <td ><b >AZURE_CLIENT_ID</b > (only required for user assigned)</td >
220220</tr >
221221<tr >
222- <td rowspan =" 2 " ><b >AZURE_INTERACTIVE</b ></td >
223- <td rowspan =" 2 " >InteractiveBrowserCredential</td >
224- <td >< b >AZURE_CLIENT_ID</ b > </td >
225- <td ><b >AZURE_REDIRECT_URL </b ></td >
222+ <td rowspan =" 3 " ><b >AZURE_INTERACTIVE</b ></td >
223+ <td rowspan =" 3 " >InteractiveBrowserCredential</td >
224+ <td rowspan = " 3 " > & nbsp ; </td >
225+ <td ><b >AZURE_TENANT_ID </b ></td >
226226</tr >
227+ <tr ><td ><b >AZURE_CLIENT_ID</b ></td ></tr >
228+ <tr ><td ><b >AZURE_REDIRECT_URL</b ></td ></tr >
227229</tbody >
228230</table >
229231
@@ -732,7 +734,7 @@ common set of parameters.
732734 <a href="https://docs.microsoft.com/en-us/azure/active-directory/develop/reply-url">
733735 Redirect URL
734736 </a>
735- for <code>authentication-method =interactive</code>
737+ for <code>authenticationMethod =interactive</code>
736738 </td>
737739 <td>
738740 A URL of the form <code>http://localhost[:port-number]</code> is accepted.
@@ -813,7 +815,8 @@ A browser link is output to the standard output stream.
813815<dt >interactive</dt >
814816<dd >
815817Authenticate interactively by logging in to a cloud account with your
816- default web browser. The browser window is opened automatically.
818+ default web browser. The browser window is opened automatically. The optional
819+ <code >tenantId</code > parameter may be configured to target a specific tenant.
817820</dd >
818821<dt >auto-detect</dt >
819822<dd >
0 commit comments