Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions arm/Microsoft.AAD/DomainServices/.bicep/nested_rbac.bicep
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
2 changes: 1 addition & 1 deletion arm/Microsoft.Authorization/roleAssignments/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ param managementGroupId string = managementGroup().name
@sys.description('Optional. Location deployment metadata.')
param location string = deployment().location

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

@sys.description('Optional. ID of the delegated managed identity resource')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param principalId string
@sys.description('Optional. Group ID of the Management Group to assign the RBAC role to. If not provided, will use the current scope for deployment.')
param managementGroupId string = managementGroup().name

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

@sys.description('Optional. ID of the delegated managed identity resource')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ With this module you can perform role assignments on a management group level
| `condition` | string | `''` | | The conditions on the role assignment. This limits the resources it can be assigned to |
| `conditionVersion` | string | `'2.0'` | `[2.0]` | Version of the condition. Currently accepted value is "2.0" |
| `delegatedManagedIdentityResourceId` | string | `''` | | ID of the delegated managed identity resource |
| `description` | string | `''` | | Description of role assignment |
| `description` | string | `''` | | The description of the role assignment. |
| `enableDefaultTelemetry` | bool | `True` | | Enable telemetry via the Customer Usage Attribution ID (GUID). |
| `location` | string | `[deployment().location]` | | Location deployment metadata. |
| `managementGroupId` | string | `[managementGroup().name]` | | Group ID of the Management Group to assign the RBAC role to. If not provided, will use the current scope for deployment. |
Expand Down
2 changes: 1 addition & 1 deletion arm/Microsoft.Authorization/roleAssignments/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This module deploys Role Assignments across the management group, subscription o
| `condition` | string | `''` | | The conditions on the role assignment. This limits the resources it can be assigned to |
| `conditionVersion` | string | `'2.0'` | `[2.0]` | Version of the condition. Currently accepted value is "2.0" |
| `delegatedManagedIdentityResourceId` | string | `''` | | ID of the delegated managed identity resource |
| `description` | string | `''` | | Description of role assignment |
| `description` | string | `''` | | The description of the role assignment. |
| `enableDefaultTelemetry` | bool | `True` | | Enable telemetry via the Customer Usage Attribution ID (GUID). |
| `location` | string | `[deployment().location]` | | Location deployment metadata. |
| `managementGroupId` | string | `[managementGroup().name]` | | Group ID of the Management Group to assign the RBAC role to. If not provided, will use the current scope for deployment. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ param resourceGroupName string = resourceGroup().name
@sys.description('Optional. Subscription ID of the subscription to assign the RBAC role to. If not provided, will use the current scope for deployment.')
param subscriptionId string = subscription().subscriptionId

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

@sys.description('Optional. ID of the delegated managed identity resource')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ With this module you can perform role assignments on a resource group level
| `condition` | string | `''` | | The conditions on the role assignment. This limits the resources it can be assigned to |
| `conditionVersion` | string | `'2.0'` | `[2.0]` | Version of the condition. Currently accepted value is "2.0" |
| `delegatedManagedIdentityResourceId` | string | `''` | | ID of the delegated managed identity resource |
| `description` | string | `''` | | Description of role assignment |
| `description` | string | `''` | | The description of the role assignment. |
| `enableDefaultTelemetry` | bool | `True` | | Enable telemetry via the Customer Usage Attribution ID (GUID). |
| `principalType` | string | `''` | `[ServicePrincipal, Group, User, ForeignGroup, Device, ]` | The principal type of the assigned principal ID. |
| `resourceGroupName` | string | `[resourceGroup().name]` | | Name of the Resource Group to assign the RBAC role to. If not provided, will use the current scope for deployment. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param principalId string
@sys.description('Optional. Subscription ID of the subscription to assign the RBAC role to. If not provided, will use the current scope for deployment.')
param subscriptionId string = subscription().subscriptionId

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

@sys.description('Optional. ID of the delegated managed identity resource')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ With this module you can perform role assignments on a subscription level
| `condition` | string | `''` | | The conditions on the role assignment. This limits the resources it can be assigned to |
| `conditionVersion` | string | `'2.0'` | `[2.0]` | Version of the condition. Currently accepted value is "2.0" |
| `delegatedManagedIdentityResourceId` | string | `''` | | ID of the delegated managed identity resource |
| `description` | string | `''` | | Description of role assignment |
| `description` | string | `''` | | The description of the role assignment. |
| `enableDefaultTelemetry` | bool | `True` | | Enable telemetry via the Customer Usage Attribution ID (GUID). |
| `location` | string | `[deployment().location]` | | Location deployment metadata. |
| `principalType` | string | `''` | `[ServicePrincipal, Group, User, ForeignGroup, Device, ]` | The principal type of the assigned principal ID. |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
8 changes: 4 additions & 4 deletions arm/Microsoft.Compute/disks/.bicep/nested_rbac.bicep
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
8 changes: 4 additions & 4 deletions arm/Microsoft.Compute/galleries/.bicep/nested_rbac.bicep
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
8 changes: 4 additions & 4 deletions arm/Microsoft.Compute/images/.bicep/nested_rbac.bicep
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@sys.description('Required. The IDs of the prinicpals to assign to role to')
@sys.description('Required. The IDs of the principals to assign the role to.')
param principalIds array

@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead')
@sys.description('Required. The name of the role to assign. If it cannot be found you can specify the role definition ID instead.')
param roleDefinitionIdOrName string

@sys.description('Required. The resource ID of the resource to apply the role assignment to')
@sys.description('Required. The resource ID of the resource to apply the role assignment to.')
param resourceId string

@sys.description('Optional. The principal type of the assigned principal ID.')
Expand All @@ -18,7 +18,7 @@ param resourceId string
])
param principalType string = ''

@sys.description('Optional. Description of role assignment')
@sys.description('Optional. The description of the role assignment.')
param description string = ''

var builtInRoleNames = {
Expand Down
Loading