File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ function Test-BackupRestoreApiManagement
129
129
New-AzureRmStorageAccount - StorageAccountName $storageAccountName - Location $storageLocation - ResourceGroupName $resourceGroupName - Type Standard_LRS
130
130
131
131
$storageKey = (Get-AzureRmStorageAccountKey - ResourceGroupName $resourceGroupName - StorageAccountName $storageAccountName ).Key1
132
- $storageContext = New-AzureRmStorageContext - StorageAccountName $storageAccountName - StorageAccountKey $storageKey
132
+ $storageContext = New-AzureStorageContext - StorageAccountName $storageAccountName - StorageAccountKey $storageKey
133
133
134
134
$apiManagementName = Get-ApiManagementServiceName
135
135
$organization = " apimpowershellorg"
You can’t perform that action at this time.
0 commit comments