Skip to content

Commit

Permalink
Merge branch 'ntfs-update' of https://github.com/Azure/avdaccelerator
Browse files Browse the repository at this point in the history
…into ntfs-update
  • Loading branch information
danycontre committed Sep 18, 2023
2 parents a02ea22 + b892282 commit 49df510
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions workload/docs/autoGenerated/deploy-baseline.bicep.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +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. (Default: "")
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: "")
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 @@ -211,7 +212,13 @@ Required, Eronll session hosts on Intune. (Default: false)

![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. (Default: "")
Optional, Identity ID array to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")

### avdApplicationGroupIdentitiesNames

![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: "")

### avdApplicationGroupIdentityType

Expand Down Expand Up @@ -1101,6 +1108,9 @@ Enable usage and telemetry feedback to Microsoft.
"avdApplicationGroupIdentitiesIds": {
"value": []
},
"avdApplicationGroupIdentitiesNames": {
"value": []
},
"avdApplicationGroupIdentityType": {
"value": "Group"
},
Expand Down

0 comments on commit 49df510

Please sign in to comment.