Skip to content

Commit 3d4e4ba

Browse files
author
Hanyun Tao
committed
Adding Standard_Microsoft in Cdn Pricing sku
1 parent 50100a4 commit 3d4e4ba

File tree

4 files changed

+283
-273
lines changed

4 files changed

+283
-273
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Test-ProfileCrud
2121
$profileName = getAssetName
2222
$resourceGroup = TestSetup-CreateResourceGroup
2323
$profileLocation = "EastUS"
24-
$profileSku = "Standard_Verizon"
24+
$profileSku = "Standard_Microsoft"
2525
$tags = @{"tag1" = "value1"; "tag2" = "value2"}
2626
$createdProfile = New-AzureRmCdnProfile -ProfileName $profileName -ResourceGroupName $resourceGroup.ResourceGroupName -Location $profileLocation -Sku $profileSku -Tag $tags
2727

0 commit comments

Comments
 (0)