File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
workload/scripts/DSCStorageScripts/1.0.3 Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ if ($IdentityServiceProvider -eq 'ADDS' && $StorageService -eq 'AzureFiles') {
125125 Join-AzStorageAccount - ResourceGroupName $StorageAccountRG - StorageAccountName $StorageAccountName - OrganizationalUnitDistinguishedName $OUName - DomainAccountType ' ComputerAccount' - OverwriteExistingADObject # -SamAccountName $SamAccountName
126126 Write-Log - Message " Successfully domain joined the storage account $StorageAccountName to custom OU path $OUName "
127127 }
128+ }
128129
129130if ($IdentityServiceProvider -eq ' EntraDS' && $StorageService -eq ' AzureFiles' ) {
130131 Write-Log " Domain joining storage account $StorageAccountName in Resource group $StorageAccountRG "
You can’t perform that action at this time.
0 commit comments