We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d148e5 commit 2c3250eCopy full SHA for 2c3250e
resources/tenant-onboarding-app.yaml
@@ -840,7 +840,7 @@ Resources:
840
$credential = New-Object System.Management.Automation.PSCredential("$directoryName\$username", $password)
841
Add-Computer -DomainName $directoryName -Credential $credential -Verbose -WarningAction Ignore
842
843
- If ('${FSxFileSystemType}' -eq 'FSXO') {
+ If ('${FSxFileSystemType}' -eq 'FSX_ONTAP') {
844
$fileServerPath = "\\{0}\C$" -f "${fsx.Outputs.FSxDnsName}"
845
}
846
Else {
0 commit comments