Skip to content

Commit 57937ef

Browse files
authored
storage account bug fix port (#11293)
1 parent 60efc79 commit 57937ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/AzureCloudPowerShellDeploymentV1/Utility.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function Get-DiagnosticsExtensions($storageAccount, $extensionsPath, $storageAcc
133133
{
134134
try
135135
{
136-
$publicConfigStorageKey = Get-AzureStoragePrimaryKey $StorageAccount $useArmStorage.IsPresent
136+
$publicConfigStorageKey = Get-AzureStoragePrimaryKey $publicConfigStorageAccountName $useArmStorage.IsPresent
137137
}
138138
catch
139139
{

Tasks/AzureCloudPowerShellDeploymentV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 1,
19-
"Minor": 156,
19+
"Minor": 157,
2020
"Patch": 0
2121
},
2222
"demands": [

Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 1,
19-
"Minor": 156,
19+
"Minor": 157,
2020
"Patch": 0
2121
},
2222
"demands": [

0 commit comments

Comments
 (0)