Skip to content

Commit

Permalink
Documentation update to contemplate the modification of issue #24
Browse files Browse the repository at this point in the history
  • Loading branch information
jullianoacqio committed Mar 29, 2021
1 parent dca8c96 commit 85f8d63
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/az_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ A rule for setting basic properties for other rules.
<tr>
<td><code>srcs</code></td>
<td>
<p><code>Label List, required</code></p>
<p><code>Label keyed String Dict, required</code></p>
<p>The list of targets that have a file to be copy or removed from a Container.</p>
<p>The path to the file in the storage account will be the target value defined in the dictionary.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -91,9 +92,9 @@ az_config(

az_storage(
name = "foo",
srcs = [
":generate",
],
srcs = {
":generate": "path/to/container/",
},
account_name = "bar",
config = ":config",
container_name = "baz",
Expand Down

0 comments on commit 85f8d63

Please sign in to comment.