From 9ca1ffded1e936c92f14d55e602b551cda1c344a Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Fri, 29 Jan 2021 11:36:15 +0100 Subject: [PATCH] Change calls to LAYOUT_WITH_LEGEND from macro to function style Fixes #12 Fixes #13 --- samples/C4 usage - Highly scalable web application.puml | 2 +- ...IoT Reference Architecture - Stateful stream processing.puml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/C4 usage - Highly scalable web application.puml b/samples/C4 usage - Highly scalable web application.puml index c6a38798..fcf04830 100644 --- a/samples/C4 usage - Highly scalable web application.puml +++ b/samples/C4 usage - Highly scalable web application.puml @@ -15,7 +15,7 @@ !includeurl AzurePuml/Storage/AzureBlobStorage.puml !includeurl AzurePuml/Storage/AzureQueueStorage.puml -LAYOUT_WITH_LEGEND +LAYOUT_WITH_LEGEND() Person(user, "User") diff --git a/samples/C4 usage - IoT Reference Architecture - Stateful stream processing.puml b/samples/C4 usage - IoT Reference Architecture - Stateful stream processing.puml index 83612d5f..10eef0df 100644 --- a/samples/C4 usage - IoT Reference Architecture - Stateful stream processing.puml +++ b/samples/C4 usage - IoT Reference Architecture - Stateful stream processing.puml @@ -14,7 +14,7 @@ !includeurl AzurePuml/InternetOfThings/AzureIoTHub.puml LAYOUT_LEFT_RIGHT -LAYOUT_WITH_LEGEND +LAYOUT_WITH_LEGEND() System(devices, "Devices")