diff --git a/workload/docs/autoGenerated/deploy-baseline.bicep.md b/workload/docs/autoGenerated/deploy-baseline.bicep.md index f6905ce1d..fdd890098 100644 --- a/workload/docs/autoGenerated/deploy-baseline.bicep.md +++ b/workload/docs/autoGenerated/deploy-baseline.bicep.md @@ -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: "") @@ -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 @@ -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"