Skip to content

Commit

Permalink
bump AdfsDsc, to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Nov 27, 2023
1 parent 1435366 commit 63cc41e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Templates/SharePoint-ADFS/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion Templates/SharePoint-ADFS/dsc/ConfigureDCVM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified Templates/SharePoint-ADFS/dsc/ConfigureDCVM.zip
Binary file not shown.

0 comments on commit 63cc41e

Please sign in to comment.