Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared-modules/compute/virtualMachine.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ resource domainJoinExtension 'Microsoft.Compute/virtualMachines/extensions@2023-
autoUpgradeMinorVersion: true
settings: {
name: domainJoinInfo.adDomainFqdn
ouPath: domainJoinInfo.adOuPath
ouPath: domainJoinInfo.?adOuPath
user: domainJoinInfo.domainJoinUsername
restart: 'true'
options: '3'
Expand Down
2 changes: 1 addition & 1 deletion shared-modules/virtualDesktop/sessionHosts.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ param imageReference imageReferenceType = {
publisher: 'microsoftwindowsdesktop'
offer: 'office-365'
version: 'latest'
sku: 'win11-23h2-avd-m365'
sku: 'win11-25h2-avd-m365'
Comment thread
SvenAelterman marked this conversation as resolved.
Comment thread
SvenAelterman marked this conversation as resolved.
}

@allowed(['ad', 'entraID'])
Expand Down
Loading