From cf7ba033ebc997f6cf86cacf279eaf3de5cb149b Mon Sep 17 00:00:00 2001 From: Laskewitz Date: Sat, 19 Aug 2023 16:08:51 +0000 Subject: [PATCH] Commit from GitHub Actions (Merge sample metadata) --- samples.json | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/samples.json b/samples.json index 24e023b4..9bd2531b 100644 --- a/samples.json +++ b/samples.json @@ -1,4 +1,70 @@ [ + { + "$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", + "name": "pnp-powerplatform-samples-always-respond-to-request", + "version": "1.0.0.0", + "source": "pnp", + "creationDateTime": "2021-05-02", + "updateDateTime": "2021-05-02", + "title": "Pattern: Always respond to a Request", + "shortDescription": "A pattern for making sure that the Flow always provides a responds to a request.", + "longDescription": [ + "A pattern for making sure that the Flow always provides a responds to a request." + ], + "url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/always-reply-to-request", + "products": [ + "Power Automate", + "Power Platform" + ], + "tags": [ + "PATTERNS", + "EXCEPTION-HANDLING" + ], + "categories": [ + "POWERAUTOMATE" + ], + "metadata": [ + { + "key": "POWERAUTOMATE-PREMIUM", + "value": "yes" + }, + { + "key": "POWERAUTOMATE-ONPREM", + "value": "No" + }, + { + "key": "POWERAUTOMATE-CUSTOMCONNECTOR", + "value": "No" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/powerplatform-samples/blob/main/samples/always-reply-to-request/assets/flow.png?raw=true", + "alt": "Preview of the solution" + } + ], + "authors": [ + { + "gitHubAccount": "remyblok", + "name": "Remy Blok", + "pictureUrl": "https://github.com/remyblok.png" + } + ], + "references": [ + { + "name": "Create your first flow", + "description": "Anyone from a basic business user to an IT professional can create automated processes using Power Automate's no-code/low-code platform.", + "url": "https://docs.microsoft.com/en-us/power-automate/getting-started#create-your-first-flow" + }, + { + "name": "Microsoft Power Automate documentation", + "description": "Power Automate is a service that helps you create automated workflows between your favorite apps and services to synchronize files, get notifications, collect data, and more.", + "url": "https://docs.microsoft.com/en-us/power-automate/" + } + ] + }, { "$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", "name": "pnp-powerplatform-samples-chucknorrisio",