diff --git a/samples/GenericCard-Graph-UserManager/assets/sample.json b/samples/GenericCard-Graph-UserManager/assets/sample.json index f96e1f1b..6bf28d16 100644 --- a/samples/GenericCard-Graph-UserManager/assets/sample.json +++ b/samples/GenericCard-Graph-UserManager/assets/sample.json @@ -1,6 +1,6 @@ [ { - "name": "user-manager", + "name": "pnp-sp-fx-aces-user-manager", "source": "pnp", "title": "User Manager ACE", "shortDescription": "This Adaptive Card Extension (ACE) shows the manager of the currently logged in user.", diff --git a/samples/PrimaryTextCard-StockBitcoinFeed/assets/sample.json b/samples/PrimaryTextCard-StockBitcoinFeed/assets/sample.json index 0de5c0e2..cd97f178 100644 --- a/samples/PrimaryTextCard-StockBitcoinFeed/assets/sample.json +++ b/samples/PrimaryTextCard-StockBitcoinFeed/assets/sample.json @@ -1,49 +1,58 @@ -[{ - "name": "pnp-PrimaryTextCard-StockBitcoinFeed", - "source": "pnp", - "title": "Price updates on stocks, rex and crypto", - "shortDescription": "Display the last price udpates of US stocks, forex and crypto with the help of finnhub APIs.", - "url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/PrimaryTextCard-StockBitcoinFeed", - "longDescription": [ - "Adaptive card extension to display the last price udpates of US stocks, forex and crypto with the help of finnhub APIs." - ], - "creationDateTime": "2022-09-11", - "updateDateTime": "2022-09-11", - "products": [ - "SharePoint", - "Viva" - ], - "metadata": [{ - "key": "CLIENT-SIDE-DEV", - "value": "React" - }, - { - "key": "SPFX-VERSION", - "value": "1.15.2" - } - ], - "thumbnails": [{ - "type": "image", - "order": 100, - "url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/PrimaryTextCard-StockBitcoinFeed/assets/stock-bitcoin-feed.gif", - "alt": "Demo on the ACE experience" - }, +[ { - "type": "image", - "order": 200, - "url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/PrimaryTextCard-StockBitcoinFeed/assets/stock-bitcoin-configuration.jpeg", - "alt": "Configuration options" - }], - "authors": [{ - "gitHubAccount": "kunj-sangani", - "company": "Cognizant", - "pictureUrl": "https://avatars.githubusercontent.com/u/25693207?v=4", - "name": "Kunj Balkrishna Sangani", - "twitter": "sanganikunj" - }], - "references": [{ - "name": "Viva Connections Extensibility guidance", - "description": "Adaptive Card Extensions are client-side components that run in the context of a SharePoint page.", - "url": "https://aka.ms/viva/connections/extensibility" - }] -}] + "name": "pnp-sp-fx-aces-StockBitcoinFeed", + "source": "pnp", + "title": "Price updates on stocks, rex and crypto", + "shortDescription": "Display the last price udpates of US stocks, forex and crypto with the help of finnhub APIs.", + "url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/PrimaryTextCard-StockBitcoinFeed", + "longDescription": [ + "Adaptive card extension to display the last price udpates of US stocks, forex and crypto with the help of finnhub APIs." + ], + "creationDateTime": "2022-09-11", + "updateDateTime": "2022-09-11", + "products": [ + "SharePoint", + "Viva" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.15.2" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/PrimaryTextCard-StockBitcoinFeed/assets/stock-bitcoin-feed.gif", + "alt": "Demo on the ACE experience" + }, + { + "type": "image", + "order": 200, + "url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/PrimaryTextCard-StockBitcoinFeed/assets/stock-bitcoin-configuration.jpeg", + "alt": "Configuration options" + } + ], + "authors": [ + { + "gitHubAccount": "kunj-sangani", + "company": "Cognizant", + "pictureUrl": "https://avatars.githubusercontent.com/u/25693207?v=4", + "name": "Kunj Balkrishna Sangani", + "twitter": "sanganikunj" + } + ], + "references": [ + { + "name": "Viva Connections Extensibility guidance", + "description": "Adaptive Card Extensions are client-side components that run in the context of a SharePoint page.", + "url": "https://aka.ms/viva/connections/extensibility" + } + ] + } +] \ No newline at end of file diff --git a/scenarios/ace-data-api-builder/assets/sample.json b/scenarios/ace-data-api-builder/assets/sample.json index 8623ded5..8e1e6b65 100644 --- a/scenarios/ace-data-api-builder/assets/sample.json +++ b/scenarios/ace-data-api-builder/assets/sample.json @@ -1,6 +1,6 @@ [ { - "name": "pnp-sp-dev-fx-aces-scenarios-ace-data-api-builder", + "name": "pnp-sp-fx-aces-scenarios-ace-data-api-builder", "source": "pnp", "title": "Exposing business data in Microsoft 365 using Azure Data API builder", "shortDescription": "This is a sample application that shows you how to expose business data in Microsoft Viva Connections consuming a back-end API implemented with the preview version of Azure Data API builder.", @@ -94,4 +94,4 @@ } ] } -] +] \ No newline at end of file