Skip to content

Commit

Permalink
Update documentation to not use retired BCContainerhelper command (mi…
Browse files Browse the repository at this point in the history
…crosoft#1375)

Fixes microsoft#1347

Update documentation to not use retired BCContainerhelper command
  • Loading branch information
aholstrup1 authored Dec 30, 2024
1 parent d0c4f1d commit 622bac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scenarios/CreateOnlineDevEnv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ At the time when writing this, the Admin Center API does not yet support S2S, me

*Getting the refreshtoken can be done using this command on a machine with BcContainerHelper installed:*

`New-BcAuthContext -includeDeviceLogin | ConvertTo-GitHubGoCredentials | Set-Clipboard`
`New-BcAuthContext -includeDeviceLogin | New-ALGoAuthContext | Set-Clipboard`

*If you do NOT provide an **AdminCenterApiCredentials** secret, the workflow will initiate a device code flow and you can login using [https://aka.ms/devicelogin](https://aka.ms/devicelogin) using this code and have the workflow continue. In order to get the code, you will have to inspect the details of the workflow and open the job called **Check AdminCenterApiCredentials / Initiate Device Login (open to see code)***

Expand Down

0 comments on commit 622bac7

Please sign in to comment.