From 85f8d633db46c7c6aefd5c9c1856aa57473d10fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julliano=20Gon=C3=A7alves?= Date: Mon, 29 Mar 2021 17:43:00 -0300 Subject: [PATCH] Documentation update to contemplate the modification of issue #24 --- docs/az_storage.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/az_storage.md b/docs/az_storage.md index a37d1b5..efd6160 100644 --- a/docs/az_storage.md +++ b/docs/az_storage.md @@ -57,8 +57,9 @@ A rule for setting basic properties for other rules. srcs -

Label List, required

+

Label keyed String Dict, required

The list of targets that have a file to be copy or removed from a Container.

+

The path to the file in the storage account will be the target value defined in the dictionary.

@@ -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",