Skip to content

Commit

Permalink
Merge pull request #2602 from sebassem/arcbox_3.0
Browse files Browse the repository at this point in the history
Arcbox 3.0
  • Loading branch information
sebassem authored Jul 9, 2024
2 parents d070e8b + 3ec0a04 commit 7020c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ resource vmRoleAssignment_Owner 'Microsoft.Authorization/roleAssignments@2022-04
properties: {
principalId: vm.identity.principalId
roleDefinitionId: resourceId('Microsoft.Authorization/roleDefinitions', '8e3af657-a8ff-443c-a75c-2fe8c4bcb635')
principalType: 'ServicePrincipal'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ resource vmRoleAssignment_Owner 'Microsoft.Authorization/roleAssignments@2022-04
properties: {
principalId: vm.identity.principalId
roleDefinitionId: resourceId('Microsoft.Authorization/roleDefinitions', '8e3af657-a8ff-443c-a75c-2fe8c4bcb635')
principalType: 'ServicePrincipal'
}
}

Expand Down

0 comments on commit 7020c72

Please sign in to comment.