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 4a7266b commit 9fe2c56Copy full SHA for 9fe2c56
src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/ScenarioTests/Common.ps1
@@ -75,7 +75,7 @@ Creates a resource group to use in tests
75
#>
76
function TestSetup-AddEndpoint($endpointName, $profile)
77
{
78
- $profile = Add-AzureTrafficManagerEndpointConfig -EndpointName $endpointName -Profile $profile -Type "ExternalEndpoint" -Target "www.contoso.com" -EndpointStatus "Enabled" -EndpointLocation "North Europe"
+ $profile = Add-AzureTrafficManagerEndpointConfig -EndpointName $endpointName -TrafficManagerProfile $profile -Type "ExternalEndpoint" -Target "www.contoso.com" -EndpointStatus "Enabled" -EndpointLocation "North Europe"
79
80
return $profile
81
}
0 commit comments