File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
src/ResourceManager/Cdn/Commands.Cdn.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,25 @@ Gets and removes custom domain with stopped endpoint
61
61
#>
62
62
function Test-CustomDomainGetRemoveWithStoppedEndpoint
63
63
{
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
67
83
68
84
$profileName = getAssetName
69
85
$resourceGroup = TestSetup- CreateResourceGroup
You can’t perform that action at this time.
0 commit comments