diff --git a/Templates/SharePoint-ADFS/azuredeploy.parameters.json b/Templates/SharePoint-ADFS/azuredeploy.parameters.json index e46cef9b..9984f114 100644 --- a/Templates/SharePoint-ADFS/azuredeploy.parameters.json +++ b/Templates/SharePoint-ADFS/azuredeploy.parameters.json @@ -2,7 +2,7 @@ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { - "sharePointVersion": { "value": "Subscription-RTM" }, + "sharePointVersion": { "value": "Subscription-Latest" }, // "sharePointVersion": { "value": "2019" }, "domainFQDN": { "value": "contoso.local" }, "adminUserName": { "value": "yvand" }, diff --git a/Templates/SharePoint-ADFS/dsc/ConfigureDCVM.ps1 b/Templates/SharePoint-ADFS/dsc/ConfigureDCVM.ps1 index b2865f31..2010d388 100644 --- a/Templates/SharePoint-ADFS/dsc/ConfigureDCVM.ps1 +++ b/Templates/SharePoint-ADFS/dsc/ConfigureDCVM.ps1 @@ -18,7 +18,7 @@ Import-DscResource -ModuleName CertificateDsc -ModuleVersion 5.1.0 Import-DscResource -ModuleName DnsServerDsc -ModuleVersion 3.0.0 Import-DscResource -ModuleName ComputerManagementDsc -ModuleVersion 9.0.0 # Custom - Import-DscResource -ModuleName AdfsDsc -ModuleVersion 1.3.2 + Import-DscResource -ModuleName AdfsDsc -ModuleVersion 1.4.0 # Init [String] $InterfaceAlias = (Get-NetAdapter | Where-Object Name -Like "Ethernet*" | Select-Object -First 1).Name diff --git a/Templates/SharePoint-ADFS/dsc/ConfigureDCVM.zip b/Templates/SharePoint-ADFS/dsc/ConfigureDCVM.zip index aa92a963..ab067a94 100644 Binary files a/Templates/SharePoint-ADFS/dsc/ConfigureDCVM.zip and b/Templates/SharePoint-ADFS/dsc/ConfigureDCVM.zip differ