File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/ResourceManager/ServiceFabric/Commands.ServiceFabric.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function Test-NewAzureRmServiceFabricCluster
93
93
$vmPassword = Get-VmPwd | ConvertTo-SecureString - Force - AsPlainText
94
94
95
95
$cluster = New-AzureRmServiceFabricCluster - ResourceGroupName $resourceGroupName - VmPassword $vmPassword `
96
- - TemplateFile $pwd \resources\template.json - ParameterFile $pwd \resources\parameters.json - SecretIdentifier $keyvaulturi - Verbose
96
+ - TemplateFile ( Join-Path $pwd ' \resources\template.json' ) - ParameterFile ( Join-Path $pwd ' \resources\parameters.json' ) - SecretIdentifier $keyvaulturi - Verbose
97
97
$clusters = Get-AzureRmServiceFabricCluster - ClusterName $clusterName - ResourceGroupName $resourceGroupName
98
98
Assert-NotNull $clusters.Where ({$_.Name -eq $clusterName })
99
99
}
You can’t perform that action at this time.
0 commit comments