Skip to content

Commit

Permalink
Generate Parameter Markdowns [danycontre/705b4e20]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2023
1 parent f716c70 commit 4cde802
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions workload/docs/autoGenerated/deploy-baseline.bicep.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ avdVmLocalUserName | Yes | AVD session host local username.
avdVmLocalUserPassword | Yes | AVD session host local password.
avdIdentityServiceProvider | No | Required, The service providing domain services for Azure Virtual Desktop. (Default: ADDS)
createIntuneEnrollment | No | Required, Eronll session hosts on Intune. (Default: false)
avdApplicationGroupIdentitiesIds | No | Optional, Identity ID array to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")
avdApplicationGroupIdentitiesNames | No | Optional, Identity name array to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")
avdApplicationGroupIdentityId | No | Optional, Identity ID to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")
avdApplicationGroupIdentityName | No | Optional, Identity name to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")
avdApplicationGroupIdentityType | No | Optional, Identity type to grant RBAC role to access AVD application group. (Default: Group)
avdIdentityDomainName | Yes | AD domain name.
identityDomainGuid | No | AD domain GUID. (Default: "")
Expand Down Expand Up @@ -208,17 +208,17 @@ Required, Eronll session hosts on Intune. (Default: false)

- Default value: `False`

### avdApplicationGroupIdentitiesIds
### avdApplicationGroupIdentityId

![Parameter Setting](https://img.shields.io/badge/parameter-optional-green?style=flat-square)

Optional, Identity ID array to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")
Optional, Identity ID to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")

### avdApplicationGroupIdentitiesNames
### avdApplicationGroupIdentityName

![Parameter Setting](https://img.shields.io/badge/parameter-optional-green?style=flat-square)

Optional, Identity name array to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")
Optional, Identity name to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")

### avdApplicationGroupIdentityType

Expand Down Expand Up @@ -1105,11 +1105,11 @@ Enable usage and telemetry feedback to Microsoft.
"createIntuneEnrollment": {
"value": false
},
"avdApplicationGroupIdentitiesIds": {
"value": []
"avdApplicationGroupIdentityId": {
"value": ""
},
"avdApplicationGroupIdentitiesNames": {
"value": []
"avdApplicationGroupIdentityName": {
"value": ""
},
"avdApplicationGroupIdentityType": {
"value": "Group"
Expand Down

0 comments on commit 4cde802

Please sign in to comment.