Skip to content

Commit

Permalink
Fix references to paramter AccountName to StorageAccountName
Browse files Browse the repository at this point in the history
  • Loading branch information
huizlAzure committed Mar 27, 2019
1 parent 5290753 commit a1d7f52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
"$ref": "./storage.json#/parameters/ResourceGroupName"
},
{
"$ref": "#/parameters/AccountName"
"$ref": "#/parameters/StorageAccountName"
},
{
"$ref": "#/parameters/ContainerName"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
"$ref": "./storage.json#/parameters/ResourceGroupName"
},
{
"$ref": "#/parameters/AccountName"
"$ref": "#/parameters/StorageAccountName"
},
{
"$ref": "#/parameters/ContainerName"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
"$ref": "./storage.json#/parameters/ResourceGroupName"
},
{
"$ref": "#/parameters/AccountName"
"$ref": "#/parameters/StorageAccountName"
},
{
"$ref": "#/parameters/ContainerName"
Expand Down

0 comments on commit a1d7f52

Please sign in to comment.