Skip to content

Commit 60a6e78

Browse files
committed
Added comments to explain why I'm using my own domain.
1 parent b6b1185 commit 60a6e78

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/ResourceManager/Cdn/Commands.Cdn.Test/ScenarioTests/CustomDomainTests.ps1

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,25 @@ Gets and removes custom domain with stopped endpoint
6161
#>
6262
function Test-CustomDomainGetRemoveWithStoppedEndpoint
6363
{
64-
$endpointName = "camtest"
65-
$hostName = "cdn.camthegeek.com"
66-
$customDomainName = getAssetName
64+
<#
65+
$endpointName = "sdktest-3d96e37e-79bd-440d-a84b-d71a8bb3bed6"
66+
$hostName = "sdktest-aef2f35e-01ca-4230-add5-5075b1506915.azureedge-test.net"
67+
68+
- casoper
69+
#>
70+
71+
<#
72+
73+
So apparently the above endpoint name already exists, because it bombs when I try
74+
to create it. I don't have access to DNS for azureedge-test.net, so I can't add
75+
a CNAME pointed to a different endpoint. So I'm using my own domain to record this one...
76+
77+
#>
78+
79+
$endpointName = "camtest" #belongs to casoper (see above)
80+
$hostName = "cdn.camthegeek.com" #belongs to casoper (see above)
81+
82+
$customDomainName = getAssetName
6783

6884
$profileName = getAssetName
6985
$resourceGroup = TestSetup-CreateResourceGroup

0 commit comments

Comments
 (0)