Skip to content

Commit

Permalink
fix setup script (#12661)
Browse files Browse the repository at this point in the history
  • Loading branch information
azabbasi authored and prmathur-microsoft committed Jul 8, 2020
1 parent 1c64c99 commit 7c5f8fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ while (++$tries -le 10)
{
try
{
az dt rbac assign-role --assignee $appId --role owner -n $DigitalTwinName --output none --only-show-errors
az dt role-assignment create --assignee $appId --role owner -n $DigitalTwinName --output none --only-show-errors

if ($LastExitCode -eq 0)
{
Expand Down

0 comments on commit 7c5f8fb

Please sign in to comment.