From b89228204cc656e13bbc8ce6ee812c35680d244b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:10:11 +0000 Subject: [PATCH] Generate Parameter Markdowns [danycontre/451d9685] --- .../docs/autoGenerated/deploy-baseline.bicep.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/workload/docs/autoGenerated/deploy-baseline.bicep.md b/workload/docs/autoGenerated/deploy-baseline.bicep.md index 427f287fb..f6905ce1d 100644 --- a/workload/docs/autoGenerated/deploy-baseline.bicep.md +++ b/workload/docs/autoGenerated/deploy-baseline.bicep.md @@ -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: "") @@ -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 @@ -1101,6 +1108,9 @@ Enable usage and telemetry feedback to Microsoft. "avdApplicationGroupIdentitiesIds": { "value": [] }, + "avdApplicationGroupIdentitiesNames": { + "value": [] + }, "avdApplicationGroupIdentityType": { "value": "Group" },