Skip to content

Commit

Permalink
Fix references paramter StorageAccountName.
Browse files Browse the repository at this point in the history
  • Loading branch information
huizlAzure committed Mar 27, 2019
1 parent 52eb48b commit d4b145d
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 @@ -615,7 +615,7 @@
"$ref": "./storage.json#/parameters/ResourceGroupName"
},
{
"$ref": "#/parameters/StorageAccountName"
"$ref": "./storage.json#/parameters/StorageAccountName"
},
{
"$ref": "#/parameters/ContainerName"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@
"$ref": "./storage.json#/parameters/ResourceGroupName"
},
{
"$ref": "#/parameters/StorageAccountName"
"$ref": "./storage.json#/parameters/StorageAccountName"
},
{
"$ref": "#/parameters/ContainerName"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
"$ref": "./storage.json#/parameters/ResourceGroupName"
},
{
"$ref": "#/parameters/StorageAccountName"
"$ref": "./storage.json#/parameters/StorageAccountName"
},
{
"$ref": "#/parameters/ContainerName"
Expand Down

0 comments on commit d4b145d

Please sign in to comment.