Skip to content

Commit

Permalink
Add type to custom role definitions (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat authored Mar 21, 2022
1 parent 5498666 commit a95f5ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ resource resRoleDefinition 'Microsoft.Authorization/roleDefinitions@2018-01-01-p
properties: {
roleName: varRole.name
description: varRole.description
type: 'CustomRole'
permissions: [
{
actions: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ resource resRoleDefinition 'Microsoft.Authorization/roleDefinitions@2018-01-01-p
properties: {
roleName: varRole.name
description: varRole.description
type: 'CustomRole'
permissions: [
{
actions: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ resource resRoleDefinition 'Microsoft.Authorization/roleDefinitions@2018-01-01-p
properties: {
roleName: varRole.name
description: varRole.description
type: 'CustomRole'
permissions: [
{
actions: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ resource resRoleDefinition 'Microsoft.Authorization/roleDefinitions@2018-01-01-p
properties: {
roleName: varRole.name
description: varRole.description
type: 'CustomRole'
permissions: [
{
actions: [
Expand Down

0 comments on commit a95f5ea

Please sign in to comment.