Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit da15fc1

Browse files
authored
Merge pull request #142 from volteanu/patch-1
Update README.md with package name feature
2 parents a503ae2 + 7e336f1 commit da15fc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,11 +600,12 @@ functions:
600600
resources:
601601
packages:
602602
myPackage:
603+
name: optionalCustomName
603604
parameters:
604605
hello: world
605606
```
606607

607-
*Explicit packages support the following properties: `parameters`, `annotations`, `services` and `shared`.*
608+
*Explicit packages support the following properties: `name`, `parameters`, `annotations`, `services` and `shared`.*
608609

609610
### Binding Packages
610611

0 commit comments

Comments
 (0)