Skip to content

Commit

Permalink
Merge pull request Azure#41 from yifanz7/updatetest
Browse files Browse the repository at this point in the history
Update managed disk test; update utils
  • Loading branch information
yifanz7 authored Oct 29, 2024
2 parents 9a2005a + f0ba25c commit a6555d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Storage/RegressionTests/dataplane.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ Describe "dataplane test" {
$Error.Clear()

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

#Generate the SAS Uri to download
New-AzDiskUpdateConfig -DataAccessAuthMode "AzureActiveDirectory" | Update-AzDisk -ResourceGroupName $resourceGroupName -DiskName $DiskName
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/RegressionTests/utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function CompareFileFileList

function Upload_Download_FileTree
{
param([Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext]$context, [string]$rootFolder)
param([Microsoft.WindowsAzure.Commands.Storage.Common.AzureStorageContext]$context, [string]$rootFolder)

$containerName = GetRandomContainerName

Expand Down

0 comments on commit a6555d6

Please sign in to comment.