File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Full Profile CRUD cycle
19
19
function Test-ProfileCrud
20
20
{
21
21
$profileName = getAssetName
22
- $resourceGroup = TestSetup- CreateResourceGroup
22
+ $resourceGroup = TestSetup- CreateResourceGroup
23
23
$relativeName = getAssetName
24
24
$createdProfile = New-AzureTrafficManagerProfile - Name $profileName - ResourceGroupName $resourceGroup.ResourceGroupName - RelativeDnsName $relativeName - Ttl 50 - TrafficRoutingMethod " Performance" - MonitorProtocol " HTTP" - MonitorPort 80 - MonitorPath " /testpath.asp"
25
25
@@ -93,12 +93,12 @@ function Test-CreateDeleteUsingProfile
93
93
94
94
<#
95
95
. SYNOPSIS
96
- Delete a profile using the object instead of the parameters
96
+ Full cycle to create an Endpoint in a Profile
97
97
#>
98
98
function Test-CrudWithEndpoint
99
99
{
100
100
$profileName = getAssetName
101
- $resourceGroup = TestSetup- CreateResourceGroup
101
+ $resourceGroup = TestSetup- CreateResourceGroup
102
102
$relativeName = getAssetName
103
103
$createdProfile = New-AzureTrafficManagerProfile - Name $profileName - ResourceGroupName $resourceGroup.ResourceGroupName - RelativeDnsName $relativeName - Ttl 50 - TrafficRoutingMethod " Performance" - MonitorProtocol " HTTP" - MonitorPort 80 - MonitorPath " /testpath.asp"
104
104
You can’t perform that action at this time.
0 commit comments