diff --git a/arm/Microsoft.AAD/DomainServices/.bicep/nested_rbac.bicep b/arm/Microsoft.AAD/DomainServices/.bicep/nested_rbac.bicep index 5f51f24a83..2cf7e56e41 100644 --- a/arm/Microsoft.AAD/DomainServices/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.AAD/DomainServices/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.AnalysisServices/servers/.bicep/nested_rbac.bicep b/arm/Microsoft.AnalysisServices/servers/.bicep/nested_rbac.bicep index 5f174ac2ef..31d503447d 100644 --- a/arm/Microsoft.AnalysisServices/servers/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.AnalysisServices/servers/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.ApiManagement/service/.bicep/nested_rbac.bicep b/arm/Microsoft.ApiManagement/service/.bicep/nested_rbac.bicep index 52054084e0..cc5bd88ad9 100644 --- a/arm/Microsoft.ApiManagement/service/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.ApiManagement/service/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Authorization/roleAssignments/deploy.bicep b/arm/Microsoft.Authorization/roleAssignments/deploy.bicep index afe59e9d93..71e08fc5e0 100644 --- a/arm/Microsoft.Authorization/roleAssignments/deploy.bicep +++ b/arm/Microsoft.Authorization/roleAssignments/deploy.bicep @@ -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') diff --git a/arm/Microsoft.Authorization/roleAssignments/managementGroup/deploy.bicep b/arm/Microsoft.Authorization/roleAssignments/managementGroup/deploy.bicep index f754e55914..643f46ba4d 100644 --- a/arm/Microsoft.Authorization/roleAssignments/managementGroup/deploy.bicep +++ b/arm/Microsoft.Authorization/roleAssignments/managementGroup/deploy.bicep @@ -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') diff --git a/arm/Microsoft.Authorization/roleAssignments/managementGroup/readme.md b/arm/Microsoft.Authorization/roleAssignments/managementGroup/readme.md index c4a79ebaab..2464661bd8 100644 --- a/arm/Microsoft.Authorization/roleAssignments/managementGroup/readme.md +++ b/arm/Microsoft.Authorization/roleAssignments/managementGroup/readme.md @@ -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. | diff --git a/arm/Microsoft.Authorization/roleAssignments/readme.md b/arm/Microsoft.Authorization/roleAssignments/readme.md index 927f81f9c3..0d8a7ceda8 100644 --- a/arm/Microsoft.Authorization/roleAssignments/readme.md +++ b/arm/Microsoft.Authorization/roleAssignments/readme.md @@ -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. | diff --git a/arm/Microsoft.Authorization/roleAssignments/resourceGroup/deploy.bicep b/arm/Microsoft.Authorization/roleAssignments/resourceGroup/deploy.bicep index 903048e370..e73e6286cb 100644 --- a/arm/Microsoft.Authorization/roleAssignments/resourceGroup/deploy.bicep +++ b/arm/Microsoft.Authorization/roleAssignments/resourceGroup/deploy.bicep @@ -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') diff --git a/arm/Microsoft.Authorization/roleAssignments/resourceGroup/readme.md b/arm/Microsoft.Authorization/roleAssignments/resourceGroup/readme.md index f742ea1a3e..18a66be9c5 100644 --- a/arm/Microsoft.Authorization/roleAssignments/resourceGroup/readme.md +++ b/arm/Microsoft.Authorization/roleAssignments/resourceGroup/readme.md @@ -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. | diff --git a/arm/Microsoft.Authorization/roleAssignments/subscription/deploy.bicep b/arm/Microsoft.Authorization/roleAssignments/subscription/deploy.bicep index 87b2993bb7..20a7bcf05f 100644 --- a/arm/Microsoft.Authorization/roleAssignments/subscription/deploy.bicep +++ b/arm/Microsoft.Authorization/roleAssignments/subscription/deploy.bicep @@ -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') diff --git a/arm/Microsoft.Authorization/roleAssignments/subscription/readme.md b/arm/Microsoft.Authorization/roleAssignments/subscription/readme.md index b84a77880a..fa2d3c2e13 100644 --- a/arm/Microsoft.Authorization/roleAssignments/subscription/readme.md +++ b/arm/Microsoft.Authorization/roleAssignments/subscription/readme.md @@ -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. | diff --git a/arm/Microsoft.Automation/automationAccounts/.bicep/nested_rbac.bicep b/arm/Microsoft.Automation/automationAccounts/.bicep/nested_rbac.bicep index 8d6b06940a..be42c48f3f 100644 --- a/arm/Microsoft.Automation/automationAccounts/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Automation/automationAccounts/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.CognitiveServices/accounts/.bicep/nested_rbac.bicep b/arm/Microsoft.CognitiveServices/accounts/.bicep/nested_rbac.bicep index 683bc1adf4..1df70e598a 100644 --- a/arm/Microsoft.CognitiveServices/accounts/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.CognitiveServices/accounts/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/availabilitySets/.bicep/nested_rbac.bicep b/arm/Microsoft.Compute/availabilitySets/.bicep/nested_rbac.bicep index 6f8cd8dd7b..313833717c 100644 --- a/arm/Microsoft.Compute/availabilitySets/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Compute/availabilitySets/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/diskEncryptionSets/.bicep/nested_rbac.bicep b/arm/Microsoft.Compute/diskEncryptionSets/.bicep/nested_rbac.bicep index 56c4b6067a..868895bd11 100644 --- a/arm/Microsoft.Compute/diskEncryptionSets/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Compute/diskEncryptionSets/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/disks/.bicep/nested_rbac.bicep b/arm/Microsoft.Compute/disks/.bicep/nested_rbac.bicep index 734b0cb584..9b36f17d2f 100644 --- a/arm/Microsoft.Compute/disks/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Compute/disks/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/galleries/.bicep/nested_rbac.bicep b/arm/Microsoft.Compute/galleries/.bicep/nested_rbac.bicep index b76882e352..b5e460cbdc 100644 --- a/arm/Microsoft.Compute/galleries/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Compute/galleries/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/galleries/images/.bicep/nested_rbac.bicep b/arm/Microsoft.Compute/galleries/images/.bicep/nested_rbac.bicep index 7635d789ea..21099871d8 100644 --- a/arm/Microsoft.Compute/galleries/images/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Compute/galleries/images/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/images/.bicep/nested_rbac.bicep b/arm/Microsoft.Compute/images/.bicep/nested_rbac.bicep index 4d352aab16..f222a9d4d0 100644 --- a/arm/Microsoft.Compute/images/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Compute/images/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/proximityPlacementGroups/.bicep/nested_rbac.bicep b/arm/Microsoft.Compute/proximityPlacementGroups/.bicep/nested_rbac.bicep index 137ab5ef57..f99366d75b 100644 --- a/arm/Microsoft.Compute/proximityPlacementGroups/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Compute/proximityPlacementGroups/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/virtualMachineScaleSets/.bicep/nested_rbac.bicep b/arm/Microsoft.Compute/virtualMachineScaleSets/.bicep/nested_rbac.bicep index 393ae91ebd..4e3722661f 100644 --- a/arm/Microsoft.Compute/virtualMachineScaleSets/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Compute/virtualMachineScaleSets/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/virtualMachines/.bicep/nested_networkInterface_publicIPAddress_rbac.bicep b/arm/Microsoft.Compute/virtualMachines/.bicep/nested_networkInterface_publicIPAddress_rbac.bicep index aa98a2075f..e9f7dacb77 100644 --- a/arm/Microsoft.Compute/virtualMachines/.bicep/nested_networkInterface_publicIPAddress_rbac.bicep +++ b/arm/Microsoft.Compute/virtualMachines/.bicep/nested_networkInterface_publicIPAddress_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/virtualMachines/.bicep/nested_networkInterface_rbac.bicep b/arm/Microsoft.Compute/virtualMachines/.bicep/nested_networkInterface_rbac.bicep index 22d60dcda8..dd4db24c7a 100644 --- a/arm/Microsoft.Compute/virtualMachines/.bicep/nested_networkInterface_rbac.bicep +++ b/arm/Microsoft.Compute/virtualMachines/.bicep/nested_networkInterface_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Compute/virtualMachines/.bicep/nested_rbac.bicep b/arm/Microsoft.Compute/virtualMachines/.bicep/nested_rbac.bicep index b8f55de070..0e40a5298b 100644 --- a/arm/Microsoft.Compute/virtualMachines/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Compute/virtualMachines/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.ContainerRegistry/registries/.bicep/nested_rbac.bicep b/arm/Microsoft.ContainerRegistry/registries/.bicep/nested_rbac.bicep index 2171e5c71f..9bff2ff283 100644 --- a/arm/Microsoft.ContainerRegistry/registries/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.ContainerRegistry/registries/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.ContainerService/managedClusters/.bicep/nested_rbac.bicep b/arm/Microsoft.ContainerService/managedClusters/.bicep/nested_rbac.bicep index 91acd3bfe5..b5390bd866 100644 --- a/arm/Microsoft.ContainerService/managedClusters/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.ContainerService/managedClusters/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.DataFactory/factories/.bicep/nested_rbac.bicep b/arm/Microsoft.DataFactory/factories/.bicep/nested_rbac.bicep index 80c9ddd049..ed0ad01de3 100644 --- a/arm/Microsoft.DataFactory/factories/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.DataFactory/factories/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Databricks/workspaces/.bicep/nested_rbac.bicep b/arm/Microsoft.Databricks/workspaces/.bicep/nested_rbac.bicep index d1237d01b8..dbc4b2dc64 100644 --- a/arm/Microsoft.Databricks/workspaces/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Databricks/workspaces/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.DesktopVirtualization/applicationgroups/.bicep/nested_rbac.bicep b/arm/Microsoft.DesktopVirtualization/applicationgroups/.bicep/nested_rbac.bicep index 13fda287e3..899fd65e14 100644 --- a/arm/Microsoft.DesktopVirtualization/applicationgroups/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.DesktopVirtualization/applicationgroups/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.DesktopVirtualization/hostpools/.bicep/nested_rbac.bicep b/arm/Microsoft.DesktopVirtualization/hostpools/.bicep/nested_rbac.bicep index 586c9636db..664054c57e 100644 --- a/arm/Microsoft.DesktopVirtualization/hostpools/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.DesktopVirtualization/hostpools/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.DesktopVirtualization/scalingplans/.bicep/nested_rbac.bicep b/arm/Microsoft.DesktopVirtualization/scalingplans/.bicep/nested_rbac.bicep index 586c9636db..664054c57e 100644 --- a/arm/Microsoft.DesktopVirtualization/scalingplans/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.DesktopVirtualization/scalingplans/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.DesktopVirtualization/workspaces/.bicep/nested_rbac.bicep b/arm/Microsoft.DesktopVirtualization/workspaces/.bicep/nested_rbac.bicep index f6f573874e..b44a965305 100644 --- a/arm/Microsoft.DesktopVirtualization/workspaces/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.DesktopVirtualization/workspaces/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.DocumentDB/databaseAccounts/.bicep/nested_rbac.bicep b/arm/Microsoft.DocumentDB/databaseAccounts/.bicep/nested_rbac.bicep index 53c451a8e8..a56558e8ff 100644 --- a/arm/Microsoft.DocumentDB/databaseAccounts/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.DocumentDB/databaseAccounts/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.EventGrid/systemTopics/.bicep/nested_rbac.bicep b/arm/Microsoft.EventGrid/systemTopics/.bicep/nested_rbac.bicep index 6711244662..f61c5f2189 100644 --- a/arm/Microsoft.EventGrid/systemTopics/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.EventGrid/systemTopics/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.EventGrid/topics/.bicep/nested_rbac.bicep b/arm/Microsoft.EventGrid/topics/.bicep/nested_rbac.bicep index f1ed6f1e22..7a2fca7579 100644 --- a/arm/Microsoft.EventGrid/topics/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.EventGrid/topics/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.EventHub/namespaces/.bicep/nested_rbac.bicep b/arm/Microsoft.EventHub/namespaces/.bicep/nested_rbac.bicep index dffa6d6d11..d3ff1c59e2 100644 --- a/arm/Microsoft.EventHub/namespaces/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.EventHub/namespaces/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.EventHub/namespaces/eventhubs/.bicep/nested_rbac.bicep b/arm/Microsoft.EventHub/namespaces/eventhubs/.bicep/nested_rbac.bicep index eb8703d15d..151706bbcb 100644 --- a/arm/Microsoft.EventHub/namespaces/eventhubs/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.EventHub/namespaces/eventhubs/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.HealthBot/healthBots/.bicep/nested_rbac.bicep b/arm/Microsoft.HealthBot/healthBots/.bicep/nested_rbac.bicep index 56988cf6ae..a66e04d08a 100644 --- a/arm/Microsoft.HealthBot/healthBots/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.HealthBot/healthBots/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Insights/actionGroups/.bicep/nested_rbac.bicep b/arm/Microsoft.Insights/actionGroups/.bicep/nested_rbac.bicep index 3689716add..33e8342aac 100644 --- a/arm/Microsoft.Insights/actionGroups/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Insights/actionGroups/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Insights/activityLogAlerts/.bicep/nested_rbac.bicep b/arm/Microsoft.Insights/activityLogAlerts/.bicep/nested_rbac.bicep index b1712fc25b..8cf1887bc2 100644 --- a/arm/Microsoft.Insights/activityLogAlerts/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Insights/activityLogAlerts/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Insights/components/.bicep/nested_rbac.bicep b/arm/Microsoft.Insights/components/.bicep/nested_rbac.bicep index 9490bb676c..56f90810c7 100644 --- a/arm/Microsoft.Insights/components/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Insights/components/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Insights/metricAlerts/.bicep/nested_rbac.bicep b/arm/Microsoft.Insights/metricAlerts/.bicep/nested_rbac.bicep index 66ecf4a035..28d0f8d386 100644 --- a/arm/Microsoft.Insights/metricAlerts/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Insights/metricAlerts/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Insights/privateLinkScopes/.bicep/nested_rbac.bicep b/arm/Microsoft.Insights/privateLinkScopes/.bicep/nested_rbac.bicep index 4ce0edd9e7..c0a3553406 100644 --- a/arm/Microsoft.Insights/privateLinkScopes/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Insights/privateLinkScopes/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Insights/scheduledQueryRules/.bicep/nested_rbac.bicep b/arm/Microsoft.Insights/scheduledQueryRules/.bicep/nested_rbac.bicep index 6f810af085..e753febd26 100644 --- a/arm/Microsoft.Insights/scheduledQueryRules/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Insights/scheduledQueryRules/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.KeyVault/vaults/.bicep/nested_rbac.bicep b/arm/Microsoft.KeyVault/vaults/.bicep/nested_rbac.bicep index 9057b6a931..10e2e1e5f1 100644 --- a/arm/Microsoft.KeyVault/vaults/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.KeyVault/vaults/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.KeyVault/vaults/keys/.bicep/nested_rbac.bicep b/arm/Microsoft.KeyVault/vaults/keys/.bicep/nested_rbac.bicep index 117e5550ca..f22e710d43 100644 --- a/arm/Microsoft.KeyVault/vaults/keys/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.KeyVault/vaults/keys/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.KeyVault/vaults/secrets/.bicep/nested_rbac.bicep b/arm/Microsoft.KeyVault/vaults/secrets/.bicep/nested_rbac.bicep index ca209f5974..559ffa6eed 100644 --- a/arm/Microsoft.KeyVault/vaults/secrets/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.KeyVault/vaults/secrets/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Logic/workflows/.bicep/nested_rbac.bicep b/arm/Microsoft.Logic/workflows/.bicep/nested_rbac.bicep index 38abaa782e..05fa2cdbc8 100644 --- a/arm/Microsoft.Logic/workflows/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Logic/workflows/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.MachineLearningServices/workspaces/.bicep/nested_rbac.bicep b/arm/Microsoft.MachineLearningServices/workspaces/.bicep/nested_rbac.bicep index c974313b5c..bf634eb1b6 100644 --- a/arm/Microsoft.MachineLearningServices/workspaces/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.MachineLearningServices/workspaces/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.ManagedIdentity/userAssignedIdentities/.bicep/nested_rbac.bicep b/arm/Microsoft.ManagedIdentity/userAssignedIdentities/.bicep/nested_rbac.bicep index dfee1e1f47..9bd59c7a31 100644 --- a/arm/Microsoft.ManagedIdentity/userAssignedIdentities/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.ManagedIdentity/userAssignedIdentities/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Management/managementGroups/.bicep/nested_rbac.bicep b/arm/Microsoft.Management/managementGroups/.bicep/nested_rbac.bicep index e622260237..e3e8cce4fa 100644 --- a/arm/Microsoft.Management/managementGroups/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Management/managementGroups/.bicep/nested_rbac.bicep @@ -20,7 +20,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 = { diff --git a/arm/Microsoft.NetApp/netAppAccounts/.bicep/nested_rbac.bicep b/arm/Microsoft.NetApp/netAppAccounts/.bicep/nested_rbac.bicep index 7e2142e893..f6a21aceee 100644 --- a/arm/Microsoft.NetApp/netAppAccounts/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.NetApp/netAppAccounts/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/.bicep/nested_rbac.bicep b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/.bicep/nested_rbac.bicep index 7bd5c2a6d9..4d985f72a2 100644 --- a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/.bicep/nested_rbac.bicep b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/.bicep/nested_rbac.bicep index f0c41ab83b..33ca0669c1 100644 --- a/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.NetApp/netAppAccounts/capacityPools/volumes/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/applicationGateways/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/applicationGateways/.bicep/nested_rbac.bicep index 90dcde0a6e..c5994b6368 100644 --- a/arm/Microsoft.Network/applicationGateways/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/applicationGateways/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/applicationSecurityGroups/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/applicationSecurityGroups/.bicep/nested_rbac.bicep index 77f54d7acc..ab1bb1293d 100644 --- a/arm/Microsoft.Network/applicationSecurityGroups/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/applicationSecurityGroups/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/azureFirewalls/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/azureFirewalls/.bicep/nested_rbac.bicep index 3b129d32ea..8f0046e183 100644 --- a/arm/Microsoft.Network/azureFirewalls/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/azureFirewalls/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/bastionHosts/.bicep/nested_publicIPAddress_rbac.bicep b/arm/Microsoft.Network/bastionHosts/.bicep/nested_publicIPAddress_rbac.bicep index aa98a2075f..e9f7dacb77 100644 --- a/arm/Microsoft.Network/bastionHosts/.bicep/nested_publicIPAddress_rbac.bicep +++ b/arm/Microsoft.Network/bastionHosts/.bicep/nested_publicIPAddress_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/bastionHosts/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/bastionHosts/.bicep/nested_rbac.bicep index 23cef2db08..1d560a300a 100644 --- a/arm/Microsoft.Network/bastionHosts/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/bastionHosts/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/ddosProtectionPlans/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/ddosProtectionPlans/.bicep/nested_rbac.bicep index 178da47a75..5c526121e5 100644 --- a/arm/Microsoft.Network/ddosProtectionPlans/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/ddosProtectionPlans/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/expressRouteCircuits/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/expressRouteCircuits/.bicep/nested_rbac.bicep index dd0aa79f69..ac5f3b063d 100644 --- a/arm/Microsoft.Network/expressRouteCircuits/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/expressRouteCircuits/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/frontDoors/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/frontDoors/.bicep/nested_rbac.bicep index f0f65d0133..bdccbdc212 100644 --- a/arm/Microsoft.Network/frontDoors/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/frontDoors/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/ipGroups/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/ipGroups/.bicep/nested_rbac.bicep index e9c04e67f4..287aed0049 100644 --- a/arm/Microsoft.Network/ipGroups/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/ipGroups/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/loadBalancers/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/loadBalancers/.bicep/nested_rbac.bicep index d5b3d1d925..ed9dc8756e 100644 --- a/arm/Microsoft.Network/loadBalancers/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/loadBalancers/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/localNetworkGateways/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/localNetworkGateways/.bicep/nested_rbac.bicep index 6b9d7ed8da..5c4f818d7f 100644 --- a/arm/Microsoft.Network/localNetworkGateways/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/localNetworkGateways/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/natGateways/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/natGateways/.bicep/nested_rbac.bicep index e7fde5a4dc..ae8f0e0619 100644 --- a/arm/Microsoft.Network/natGateways/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/natGateways/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/networkSecurityGroups/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/networkSecurityGroups/.bicep/nested_rbac.bicep index e812229212..3476acd611 100644 --- a/arm/Microsoft.Network/networkSecurityGroups/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/networkSecurityGroups/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/networkWatchers/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/networkWatchers/.bicep/nested_rbac.bicep index 85822d84ce..0f1f0c8c8c 100644 --- a/arm/Microsoft.Network/networkWatchers/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/networkWatchers/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateDnsZones/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateDnsZones/.bicep/nested_rbac.bicep index 9b5ed8788e..42965b6e8f 100644 --- a/arm/Microsoft.Network/privateDnsZones/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateDnsZones/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateDnsZones/A/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateDnsZones/A/.bicep/nested_rbac.bicep index 1e203f1cad..27757a54bc 100644 --- a/arm/Microsoft.Network/privateDnsZones/A/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateDnsZones/A/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateDnsZones/AAAA/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateDnsZones/AAAA/.bicep/nested_rbac.bicep index 0f83551979..0548759242 100644 --- a/arm/Microsoft.Network/privateDnsZones/AAAA/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateDnsZones/AAAA/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateDnsZones/CNAME/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateDnsZones/CNAME/.bicep/nested_rbac.bicep index b4957d3fee..bba87eeb4b 100644 --- a/arm/Microsoft.Network/privateDnsZones/CNAME/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateDnsZones/CNAME/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateDnsZones/MX/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateDnsZones/MX/.bicep/nested_rbac.bicep index aaaf8538bd..a913df5f4b 100644 --- a/arm/Microsoft.Network/privateDnsZones/MX/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateDnsZones/MX/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateDnsZones/PTR/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateDnsZones/PTR/.bicep/nested_rbac.bicep index 44c9105c74..e2b79c018a 100644 --- a/arm/Microsoft.Network/privateDnsZones/PTR/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateDnsZones/PTR/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateDnsZones/SOA/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateDnsZones/SOA/.bicep/nested_rbac.bicep index ef8c97d857..e235c344b4 100644 --- a/arm/Microsoft.Network/privateDnsZones/SOA/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateDnsZones/SOA/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateDnsZones/SRV/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateDnsZones/SRV/.bicep/nested_rbac.bicep index 21738487a4..71e7f0f6fa 100644 --- a/arm/Microsoft.Network/privateDnsZones/SRV/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateDnsZones/SRV/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateDnsZones/TXT/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateDnsZones/TXT/.bicep/nested_rbac.bicep index abb8032568..4f617429da 100644 --- a/arm/Microsoft.Network/privateDnsZones/TXT/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateDnsZones/TXT/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/privateEndpoints/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/privateEndpoints/.bicep/nested_rbac.bicep index f11706eaea..ed765219e6 100644 --- a/arm/Microsoft.Network/privateEndpoints/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/privateEndpoints/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/publicIPAddresses/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/publicIPAddresses/.bicep/nested_rbac.bicep index 629f7061b8..df56b2d735 100644 --- a/arm/Microsoft.Network/publicIPAddresses/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/publicIPAddresses/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/publicIPPrefixes/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/publicIPPrefixes/.bicep/nested_rbac.bicep index 6189dab96e..7e0f74ca62 100644 --- a/arm/Microsoft.Network/publicIPPrefixes/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/publicIPPrefixes/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/routeTables/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/routeTables/.bicep/nested_rbac.bicep index 1931b4b4c8..f9f82a3bea 100644 --- a/arm/Microsoft.Network/routeTables/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/routeTables/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/trafficmanagerprofiles/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/trafficmanagerprofiles/.bicep/nested_rbac.bicep index 9c7ce2dac4..aada1d8ad7 100644 --- a/arm/Microsoft.Network/trafficmanagerprofiles/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/trafficmanagerprofiles/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/virtualNetworkGateways/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/virtualNetworkGateways/.bicep/nested_rbac.bicep index 825a791bbc..918fd58511 100644 --- a/arm/Microsoft.Network/virtualNetworkGateways/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/virtualNetworkGateways/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/virtualNetworks/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/virtualNetworks/.bicep/nested_rbac.bicep index 93af33d36a..8bbe8f105d 100644 --- a/arm/Microsoft.Network/virtualNetworks/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/virtualNetworks/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/virtualNetworks/subnets/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/virtualNetworks/subnets/.bicep/nested_rbac.bicep index da433f6cad..f701b0f002 100644 --- a/arm/Microsoft.Network/virtualNetworks/subnets/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/virtualNetworks/subnets/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Network/virtualWans/.bicep/nested_rbac.bicep b/arm/Microsoft.Network/virtualWans/.bicep/nested_rbac.bicep index 1559808a05..2dd6381f03 100644 --- a/arm/Microsoft.Network/virtualWans/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Network/virtualWans/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.OperationalInsights/workspaces/.bicep/nested_rbac.bicep b/arm/Microsoft.OperationalInsights/workspaces/.bicep/nested_rbac.bicep index fffa2c6000..b0a11be06c 100644 --- a/arm/Microsoft.OperationalInsights/workspaces/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.OperationalInsights/workspaces/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.RecoveryServices/vaults/.bicep/nested_rbac.bicep b/arm/Microsoft.RecoveryServices/vaults/.bicep/nested_rbac.bicep index 0ca44125a1..f3f449bb7c 100644 --- a/arm/Microsoft.RecoveryServices/vaults/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.RecoveryServices/vaults/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Resources/resourceGroups/.bicep/nested_rbac.bicep b/arm/Microsoft.Resources/resourceGroups/.bicep/nested_rbac.bicep index 13dd4330ba..156827f084 100644 --- a/arm/Microsoft.Resources/resourceGroups/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Resources/resourceGroups/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.ServiceBus/namespaces/.bicep/nested_rbac.bicep b/arm/Microsoft.ServiceBus/namespaces/.bicep/nested_rbac.bicep index 625201ae5d..5f603b7cfa 100644 --- a/arm/Microsoft.ServiceBus/namespaces/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.ServiceBus/namespaces/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.ServiceBus/namespaces/queues/.bicep/nested_rbac.bicep b/arm/Microsoft.ServiceBus/namespaces/queues/.bicep/nested_rbac.bicep index 16f6131a40..045b026dda 100644 --- a/arm/Microsoft.ServiceBus/namespaces/queues/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.ServiceBus/namespaces/queues/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.ServiceBus/namespaces/topics/.bicep/nested_rbac.bicep b/arm/Microsoft.ServiceBus/namespaces/topics/.bicep/nested_rbac.bicep index b66f6bb869..c28c75ad88 100644 --- a/arm/Microsoft.ServiceBus/namespaces/topics/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.ServiceBus/namespaces/topics/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.ServiceFabric/clusters/.bicep/nested_rbac.bicep b/arm/Microsoft.ServiceFabric/clusters/.bicep/nested_rbac.bicep index ed5e240f86..3f9624ba43 100644 --- a/arm/Microsoft.ServiceFabric/clusters/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.ServiceFabric/clusters/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Sql/managedInstances/.bicep/nested_rbac.bicep b/arm/Microsoft.Sql/managedInstances/.bicep/nested_rbac.bicep index 974239bad7..dde02de6db 100644 --- a/arm/Microsoft.Sql/managedInstances/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Sql/managedInstances/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Sql/servers/.bicep/nested_rbac.bicep b/arm/Microsoft.Sql/servers/.bicep/nested_rbac.bicep index 736f9c4272..9df4ec572f 100644 --- a/arm/Microsoft.Sql/servers/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Sql/servers/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Storage/storageAccounts/.bicep/nested_rbac.bicep b/arm/Microsoft.Storage/storageAccounts/.bicep/nested_rbac.bicep index 40f751a817..19551746b5 100644 --- a/arm/Microsoft.Storage/storageAccounts/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Storage/storageAccounts/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Storage/storageAccounts/blobServices/containers/.bicep/nested_rbac.bicep b/arm/Microsoft.Storage/storageAccounts/blobServices/containers/.bicep/nested_rbac.bicep index 18066b82c7..51e7db27e7 100644 --- a/arm/Microsoft.Storage/storageAccounts/blobServices/containers/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Storage/storageAccounts/blobServices/containers/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Storage/storageAccounts/fileServices/shares/.bicep/nested_rbac.bicep b/arm/Microsoft.Storage/storageAccounts/fileServices/shares/.bicep/nested_rbac.bicep index e3615d043e..36fdd64a53 100644 --- a/arm/Microsoft.Storage/storageAccounts/fileServices/shares/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Storage/storageAccounts/fileServices/shares/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Storage/storageAccounts/queueServices/queues/.bicep/nested_rbac.bicep b/arm/Microsoft.Storage/storageAccounts/queueServices/queues/.bicep/nested_rbac.bicep index eacc78bcd0..cd5fe01235 100644 --- a/arm/Microsoft.Storage/storageAccounts/queueServices/queues/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Storage/storageAccounts/queueServices/queues/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Synapse/privateLinkHubs/.bicep/nested_rbac.bicep b/arm/Microsoft.Synapse/privateLinkHubs/.bicep/nested_rbac.bicep index cb687ae137..6c9eae6921 100644 --- a/arm/Microsoft.Synapse/privateLinkHubs/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Synapse/privateLinkHubs/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.VirtualMachineImages/imageTemplates/.bicep/nested_rbac.bicep b/arm/Microsoft.VirtualMachineImages/imageTemplates/.bicep/nested_rbac.bicep index 051099e009..d8b3f95cd1 100644 --- a/arm/Microsoft.VirtualMachineImages/imageTemplates/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.VirtualMachineImages/imageTemplates/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Web/connections/.bicep/nested_rbac.bicep b/arm/Microsoft.Web/connections/.bicep/nested_rbac.bicep index 62890e9c20..15ddb3d606 100644 --- a/arm/Microsoft.Web/connections/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Web/connections/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Web/hostingEnvironments/.bicep/nested_rbac.bicep b/arm/Microsoft.Web/hostingEnvironments/.bicep/nested_rbac.bicep index 83a6a5beb9..f374065580 100644 --- a/arm/Microsoft.Web/hostingEnvironments/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Web/hostingEnvironments/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Web/serverfarms/.bicep/nested_rbac.bicep b/arm/Microsoft.Web/serverfarms/.bicep/nested_rbac.bicep index a3a276557f..4ed9754a66 100644 --- a/arm/Microsoft.Web/serverfarms/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Web/serverfarms/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = { diff --git a/arm/Microsoft.Web/sites/.bicep/nested_rbac.bicep b/arm/Microsoft.Web/sites/.bicep/nested_rbac.bicep index 62102b16ff..e5f83a9cd4 100644 --- a/arm/Microsoft.Web/sites/.bicep/nested_rbac.bicep +++ b/arm/Microsoft.Web/sites/.bicep/nested_rbac.bicep @@ -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.') @@ -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 = {