Skip to content

Commit a6555d6

Browse files
authored
Merge pull request Azure#41 from yifanz7/updatetest
Update managed disk test; update utils
2 parents 9a2005a + f0ba25c commit a6555d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Storage/RegressionTests/dataplane.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ Describe "dataplane test" {
10711071
$Error.Clear()
10721072

10731073
# Disk is https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/{SubscriptionId}/resourceGroups/weitry/providers/Microsoft.Compute/disks/weioauthsas_download1G/overview
1074-
$DiskName = $testNode.downloadManagedDisk.diskName
1074+
$DiskName = "yifantestdisksasoauth" #$testNode.downloadManagedDisk.diskName
10751075

10761076
#Generate the SAS Uri to download
10771077
New-AzDiskUpdateConfig -DataAccessAuthMode "AzureActiveDirectory" | Update-AzDisk -ResourceGroupName $resourceGroupName -DiskName $DiskName

src/Storage/RegressionTests/utils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function CompareFileFileList
132132

133133
function Upload_Download_FileTree
134134
{
135-
param([Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext]$context, [string]$rootFolder)
135+
param([Microsoft.WindowsAzure.Commands.Storage.Common.AzureStorageContext]$context, [string]$rootFolder)
136136

137137
$containerName = GetRandomContainerName
138138

0 commit comments

Comments
 (0)