From 4a6d53e16d67653dbce0bb620e31469c6306fafb Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Thu, 16 Dec 2021 15:03:30 +0100 Subject: [PATCH] Include AzurePublishEndpoints in the manpage template Signed-off-by: Andrej Shadura --- man/aptly.1.ronn.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/aptly.1.ronn.tmpl b/man/aptly.1.ronn.tmpl index 193a644c..be493201 100644 --- a/man/aptly.1.ronn.tmpl +++ b/man/aptly.1.ronn.tmpl @@ -88,6 +88,14 @@ Configuration file is stored in JSON format (default values shown below): "tenant": "", "tenantid": "" } + }, + "AzurePublishEndpoints": { + "test": { + "accountName": "", + "accountKey": "", + "container": "repo", + "prefix": "" + } } }