Skip to content

Commit

Permalink
added ARPA-H AVD Default AD group for securityPrincipalName param
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaltireland committed Sep 10, 2024
1 parent 4f3ec96 commit 9017a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/bicep/deploy-baseline-arpah.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ param createIntuneEnrollment bool = false
param securityPrincipalId string = ''

@sys.description('Optional, Identity name to grant RBAC role to access AVD application group and NTFS permissions. (Default: "")')
param securityPrincipalName string = ''
param securityPrincipalName string = 'ARPA-H AVD Default'

@sys.description('FQDN of on-premises AD domain, used for FSLogix storage configuration and NTFS setup. (Default: "")')
param identityDomainName string = 'none'
Expand Down

0 comments on commit 9017a60

Please sign in to comment.