From 39ee0978f4e3733bdebff947f90cc866de0b1aba Mon Sep 17 00:00:00 2001 From: Laskewitz Date: Wed, 16 Aug 2023 14:11:44 +0000 Subject: [PATCH] Commit from GitHub Actions (Merge sample metadata) --- samples.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/samples.json b/samples.json index a2139624..24e023b4 100644 --- a/samples.json +++ b/samples.json @@ -4,8 +4,8 @@ "name": "pnp-powerplatform-samples-chucknorrisio", "version": "1.0.0.0", "source": "pnp", - "creationDateTime": "2023-03-16", - "updateDateTime": "2023-03-16", + "creationDateTime": "2023-03-16T00:00:00.000Z", + "updateDateTime": "2023-03-16T00:00:00.000Z", "title": "Chuck Norris IO", "shortDescription": "Power App that demonstrates the use of the Chuck Norris IO connector", "longDescription": [ @@ -154,6 +154,57 @@ ], "references": [] }, + { + "$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", + "name": "pnp-powerplatform-samples-security-role-management", + "version": "1.0.0.0", + "source": "pnp", + "creationDateTime": "2023-08-16T00:00:00.000Z", + "updateDateTime": "2023-08-16T00:00:00.000Z", + "title": "Security Role Management", + "shortDescription": "This solution allows admins to manage assignment of Security Roles, Column Security Profiles, and Users to Azure AD synced teams via a Canvas App.", + "longDescription": [ + "This solution allows admins to manage assignment of Security Roles, Column Security Profiles, and Users to Azure AD synced teams via a Canvas App. A Power Automate Cloud Flow is also included to create AAD synced team for demo purposes." + ], + "url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/security-role-management", + "products": [ + "Power Apps", + "Power Platform", + "Power Automate" + ], + "tags": [], + "categories": [ + "POWERAPPS" + ], + "metadata": [], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/powerplatform-samples/blob/main/samples/security-role-management/assets/Preview.png?raw=true", + "alt": "Preview" + } + ], + "authors": [ + { + "gitHubAccount": "StuartBaxter-MVP", + "name": "Stuart Baxter", + "pictureUrl": "https://github.com/StuartBaxter-MVP.png" + } + ], + "references": [ + { + "name": "Overview of creating apps in Power Apps", + "description": "Overview of creating apps in Power Apps", + "url": "https://docs.microsoft.com/powerapps/maker/" + }, + { + "name": "Power Apps canvas apps documentation", + "description": "Power Apps canvas apps documentation", + "url": "https://docs.microsoft.com/powerapps/maker/canvas-apps/" + } + ] + }, { "$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", "name": "pnp-powerplatform-samples-sharepoint-site-assistant",