Skip to content

Commit

Permalink
Fixing icons in templates (#668)
Browse files Browse the repository at this point in the history
* Removing failing templates for common data service

* Fixing icons in templates

Co-authored-by: Priti Sambandam <[email protected]>
  • Loading branch information
preetriti1 and Priti Sambandam authored Nov 2, 2022
1 parent c8b283a commit cabb89f
Show file tree
Hide file tree
Showing 27 changed files with 63 additions and 57 deletions.
2 changes: 1 addition & 1 deletion templates/Azure-Blob-Auto-Expiration.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
{
"type": "ApiConnection",
"displayName": "Azure Blob",
"iconUri": "https://cpgeneralstore.blob.core.windows.net/icons/azureblob.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/azureblob.png",
"brandColor": "#804998"
}
]
Expand Down
2 changes: 1 addition & 1 deletion templates/Azure-Blob-Auto-Tier.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
{
"type": "ApiConnection",
"displayName": "Azure Blob",
"iconUri": "https://cpgeneralstore.blob.core.windows.net/icons/azureblob.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/azureblob.png",
"brandColor": "#804998"
}
],
Expand Down
2 changes: 1 addition & 1 deletion templates/as2-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
{
"type": "apiconnection",
"displayName": "${Resources.AS2_DISPLAYNAME}",
"iconUri": "https://az818438.vo.msecnd.net/icons/as2.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/as2.png",
"brandColor": "#0178D5"
},
{
Expand Down
2 changes: 1 addition & 1 deletion templates/asc-alert-send-notification-email.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
{
"type": "apiconnection",
"displayName": "${Resources.OUTLOOK}",
"iconUri": "https://az818438.vo.msecnd.net/icons/outlook.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c6"
}
],
Expand Down
2 changes: 1 addition & 1 deletion templates/asc-recommendation-send-notification-email.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{
"type": "apiconnection",
"displayName": "${Resources.OUTLOOK}",
"iconUri": "https://az818438.vo.msecnd.net/icons/outlook.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c6"
}
],
Expand Down
14 changes: 10 additions & 4 deletions templates/blob-storage-to-dynamics-365-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,19 @@
{
"type": "ApiConnection",
"displayName": "Azure Blob",
"iconUri": "https://cpgeneralstore.blob.core.windows.net/icons/azureblob.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/azureblob.png",
"brandColor": "#804998"
},
{
"type": "apiconnection",
"displayName": "Dynamics 365 F&O",
"iconUri": "https://az818438.vo.msecnd.net/icons/dynamicscrmonline.png",
"type": "Http",
"displayName": "${Resources.HTTP_DISPLAYNAME}",
"iconUri": "${Images.HttpIcon}",
"brandColor": "#709727"
},
{
"type": "ApiConnection",
"displayName": "Office 365",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#16244E"
}
],
Expand Down
2 changes: 1 addition & 1 deletion templates/blockchain-serviceworkflow-nogas.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"brandColor": "#ffffff"
},
{
"type": "http",
"type": "response",
"displayName": "${Resources.RESPONSE_DISPLAYNAME}",
"iconUri": "${Images.ResponseIcon}",
"brandColor": "#009DA5"
Expand Down
2 changes: 1 addition & 1 deletion templates/blockchain-serviceworkflow-withgas.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"brandColor": "#ffffff"
},
{
"type": "http",
"type": "response",
"displayName": "${Resources.RESPONSE_DISPLAYNAME}",
"iconUri": "${Images.ResponseIcon}",
"brandColor": "#009DA5"
Expand Down
4 changes: 2 additions & 2 deletions templates/daily-reminders.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE}",
"iconUri": "https://connectoricons-prod.azureedge.net/office365/icon_1.0.1008.1183.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c5"
},
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE_USERS}",
"iconUri": "https://az818438.vo.msecnd.net/icons/office365users.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365users.png",
"brandColor": "#eb3c00"
}
],
Expand Down
4 changes: 2 additions & 2 deletions templates/dropbox-onedrive.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
{
"type": "apiconnection",
"displayName": "${Resources.DROPBOX}",
"iconUri": "https://az818438.vo.msecnd.net/icons/dropbox.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/dropbox.png",
"brandColor": "#007ee5"
},
{
"type": "apiconnection",
"displayName": "${Resources.ONEDRIVE}",
"iconUri": "https://az818438.vo.msecnd.net/icons/onedrive.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/onedriveforbusiness.png",
"brandColor": "#094ab2"
}
],
Expand Down
4 changes: 2 additions & 2 deletions templates/dropbox-to-sharepoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
{
"type": "apiconnection",
"displayName": "${Resources.DROPBOX}",
"iconUri": "https://az818438.vo.msecnd.net/icons/dropbox.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/dropbox.png",
"brandColor": "#007ee5"
},
{
"type": "apiconnection",
"displayName": "${Resources.SHAREPOINT}",
"iconUri": "https://az818438.vo.msecnd.net/icons/sharepointonline.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/sharepoint.png",
"brandColor": "#1b75bc"
}
],
Expand Down
4 changes: 2 additions & 2 deletions templates/instagram-to-twitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{
"type": "apiconnection",
"displayName": "${Resources.INSTAGRAM}",
"iconUri": "https://az818438.vo.msecnd.net/icons/instagram.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/instagram.png",
"brandColor": "#3f729b"
},
{
Expand All @@ -108,7 +108,7 @@
{
"type": "apiconnection",
"displayName": "${Resources.TWITTER}",
"iconUri": "https://az818438.vo.msecnd.net/icons/twitter.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/twitter.png",
"brandColor": "#5fa9dd"
}
],
Expand Down
8 changes: 4 additions & 4 deletions templates/mailchimp-sharepoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,25 +146,25 @@
{
"type": "apiconnection",
"displayName": "${Resources.MAILCHIMP}",
"iconUri": "https://az818438.vo.msecnd.net/icons/mailchimp.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/mailchimp.png",
"brandColor": "#249AB9"
},
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE_USERS}",
"iconUri": "https://az818438.vo.msecnd.net/icons/office365users.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365users.png",
"brandColor": "#eb3c00"
},
{
"type": "apiconnectionwebhook",
"displayName": "${Resources.OFFICE}",
"iconUri": "https://connectoricons-prod.azureedge.net/office365/icon_1.0.1008.1183.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c5"
},
{
"type": "apiconnection",
"displayName": "${Resources.SHAREPOINT}",
"iconUri": "https://az818438.vo.msecnd.net/icons/sharepointonline.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/sharepoint.png",
"brandColor": "#1b75bc"
}
],
Expand Down
4 changes: 2 additions & 2 deletions templates/office-to-wunderlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE}",
"iconUri": "https://connectoricons-prod.azureedge.net/office365/icon_1.0.1008.1183.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c5"
},
{
"type": "apiconnection",
"displayName": "${Resources.WUNDERLIST}",
"iconUri": "https://az818438.vo.msecnd.net/icons/wunderlist.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/wunderlist.png",
"brandColor": "#de4c40"
}
],
Expand Down
2 changes: 1 addition & 1 deletion templates/scheduler-recurrence-storage-queue.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{
"type": "ApiConnection",
"displayName": "Storage Queue",
"iconUri": "https://cpgeneralstore.blob.core.windows.net/icons/azurequeues.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/azurequeues.png",
"brandColor": "#0072c6"
}
],
Expand Down
4 changes: 2 additions & 2 deletions templates/sharepoint-attachments.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE}",
"iconUri": "https://connectoricons-prod.azureedge.net/office365/icon_1.0.1008.1183.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c5"
},
{
"type": "apiconnection",
"displayName": "${Resources.SHAREPOINT}",
"iconUri": "https://az818438.vo.msecnd.net/icons/sharepoint.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/sharepoint.png",
"brandColor": "#1b75bc"
}
],
Expand Down
6 changes: 3 additions & 3 deletions templates/sharepoint-file-email.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,19 @@
{
"type": "apiconnection",
"displayName": "${Resources.SHAREPOINT}",
"iconUri": "https://az818438.vo.msecnd.net/icons/sharepoint.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/sharepoint.png",
"brandColor": "#1b75bc"
},
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE_USERS}",
"iconUri": "https://az818438.vo.msecnd.net/icons/office365users.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365users.png",
"brandColor": "#eb3c00"
},
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE}",
"iconUri": "https://connectoricons-prod.azureedge.net/office365/icon_1.0.1008.1183.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c5"
}
],
Expand Down
6 changes: 3 additions & 3 deletions templates/sharepoint-list-email.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,19 @@
{
"type": "apiconnection",
"displayName": "${Resources.SHAREPOINT}",
"iconUri": "https://az818438.vo.msecnd.net/icons/sharepoint.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/sharepoint.png",
"brandColor": "#1b75bc"
},
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE_USERS}",
"iconUri": "https://az818438.vo.msecnd.net/icons/office365users.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365users.png",
"brandColor": "#eb3c00"
},
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE}",
"iconUri": "https://connectoricons-prod.azureedge.net/office365/icon_1.0.1008.1183.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c5"
}
],
Expand Down
4 changes: 2 additions & 2 deletions templates/sharepoint-modified.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
{
"type": "apiconnection",
"displayName": "${Resources.SHAREPOINT}",
"iconUri": "https://az818438.vo.msecnd.net/icons/sharepointonline.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/sharepoint.png",
"brandColor": "#1b75bc"
},
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE}",
"iconUri": "https://connectoricons-prod.azureedge.net/office365/icon_1.0.1008.1183.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c5"
}
],
Expand Down
6 changes: 3 additions & 3 deletions templates/sharepoint-move.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,19 @@
{
"type": "apiconnection",
"displayName": "${Resources.SHAREPOINT}",
"iconUri": "https://az818438.vo.msecnd.net/icons/sharepoint.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/sharepoint.png",
"brandColor": "#1b75bc"
},
{
"type": "apiconnectionwebhook",
"displayName": "${Resources.OFFICE}",
"iconUri": "https://connectoricons-prod.azureedge.net/office365/icon_1.0.1008.1183.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c5"
},
{
"type": "apiconnection",
"displayName": "${Resources.SHAREPOINT}",
"iconUri": "https://az818438.vo.msecnd.net/icons/sharepoint.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/sharepoint.png",
"brandColor": "#1b75bc"
}
],
Expand Down
4 changes: 2 additions & 2 deletions templates/slack-tweet.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
{
"type": "apiconnection",
"displayName": "${Resources.TWITTER}",
"iconUri": "https://az818438.vo.msecnd.net/icons/twitter.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/twitter.png",
"brandColor": "#5fa9dd"
},
{
"type": "apiconnection",
"displayName": "${Resources.SLACK}",
"iconUri": "https://az818438.vo.msecnd.net/icons/slack.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/slack.png",
"brandColor": "#78d4b6"
}
],
Expand Down
4 changes: 2 additions & 2 deletions templates/twitter-facebook.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
{
"type": "apiconnection",
"displayName": "${Resources.TWITTER}",
"iconUri": "https://az818438.vo.msecnd.net/icons/twitter.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/twitter.png",
"brandColor": "#5fa9dd"
},
{
"type": "apiconnection",
"displayName": "${Resources.FACEBOOK}",
"iconUri": "https://az818438.vo.msecnd.net/icons/facebook.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/facebook.png",
"brandColor": "#3b5998"
}
],
Expand Down
4 changes: 2 additions & 2 deletions templates/twitter-sharepoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
{
"type": "apiconnection",
"displayName": "${Resources.TWITTER}",
"iconUri": "https://az818438.vo.msecnd.net/icons/twitter.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/twitter.png",
"brandColor": "#5fa9dd"
},
{
"type": "apiconnection",
"displayName": "${Resources.SHAREPOINT}",
"iconUri": "https://az818438.vo.msecnd.net/icons/sharepointonline.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/sharepoint.png",
"brandColor": "#1b75bc"
}
],
Expand Down
8 changes: 4 additions & 4 deletions templates/twitter-to-office.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,25 +133,25 @@
{
"type": "apiconnection",
"displayName": "${Resources.TWITTER}",
"iconUri": "https://az818438.vo.msecnd.net/icons/twitter.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/twitter.png",
"brandColor": "#5fa9dd"
},
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE_USERS}",
"iconUri": "https://az818438.vo.msecnd.net/icons/office365users.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365users.png",
"brandColor": "#eb3c00"
},
{
"type": "apiconnection",
"displayName": "${Resources.OFFICE}",
"iconUri": "https://connectoricons-prod.azureedge.net/office365/icon_1.0.1008.1183.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/office365.png",
"brandColor": "#0072c5"
},
{
"type": "apiconnection",
"displayName": "${Resources.TWITTER}",
"iconUri": "https://az818438.vo.msecnd.net/icons/twitter.png",
"iconUri": "https://logicappsresources.blob.core.windows.net/icons/twitter.png",
"brandColor": "#5fa9dd"
}
],
Expand Down
Loading

0 comments on commit cabb89f

Please sign in to comment.