Skip to content

Commit f79327a

Browse files
author
Harika Vedati
committed
fix image test
1 parent 1d57bb3 commit f79327a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/StackHCIVM/StackHCIVM.Autorest/test/AzStackHCIVMImageNew.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ if(($null -eq $TestName) -or ($TestName -contains 'AzStackHCIVMImageNew'))
1616

1717
Describe 'AzStackHCIVMImageNew' {
1818
It 'Create Image ' {
19-
print("creating image with name: $($env:imageName) and path: $($env:imagePath)")
2019
New-AzStackHCIVMImage -Name $env.imageName -ImagePath $env.imagePath -SubscriptionId $env.newSubscriptionId -ResourceGroupName $env.newResourceGroupName -CustomLocationId $env.newCustomLocationId -Location $env.location -OSType $env.osTypeLinux | Select-Object -Property ProvisioningState | Should -BeExactly "@{ProvisioningState=Succeeded}"
2120
}
2221
It 'Create MarketplaceImage' {

0 commit comments

Comments
 (0)