Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Fix icons #669

Merged
merged 3 commits into from
Feb 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pkg/services/appinsights/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Name: "azure-appinsights",
Description: "Azure Application Insights (Experimental)",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Application Insights",
ImageURL: "https://azure.microsoft.com/svghandler/application-insights/?width=200",
DisplayName: "Azure Application Insights",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/ApplicationInsights.svg?sanitize=true",
LongDescription: "Extensible Application Performance Management (APM) service for web developers on multiple platforms (Experimental)",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/application-insights/app-insights-overview",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down
30 changes: 18 additions & 12 deletions pkg/services/cosmosdb/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure Cosmos DB (SQL API Database Account and Database)",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Cosmos DB (SQL API Database Account and Database)",
ImageURL: "https://azure.microsoft.com/svghandler/cosmos-db/" +
"?width=200",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/cosmosdb.svg?sanitize=true",
LongDescription: "Globally distributed, multi-model database service" +
" (Experimental).",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/cosmos-db/",
Expand Down Expand Up @@ -51,8 +52,9 @@ func (m *module) GetCatalog() (service.Catalog, error) {
ChildServiceID: "87c5132a-6d76-40c6-9621-0c7b7542571b",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Cosmos DB (SQL API - Database Account Only)",
ImageURL: "https://azure.microsoft.com/svghandler/cosmos-db/" +
"?width=200",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/cosmosdb.svg?sanitize=true",
LongDescription: "Globally distributed, multi-model database service" +
" (Experimental).",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/cosmos-db/",
Expand Down Expand Up @@ -90,8 +92,9 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure Cosmos DB Database (SQL API - Database Only)",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Cosmos DB (SQL API - Database Only)",
ImageURL: "https://azure.microsoft.com/svghandler/cosmos-db/" +
"?width=200",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/cosmosdb.svg?sanitize=true",
LongDescription: "Globally distributed, multi-model database service" +
" (Experimental).",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/cosmos-db/",
Expand Down Expand Up @@ -124,8 +127,9 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure Cosmos DB Database Account (MongoDB API)",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Cosmos DB (MongoDB API)",
ImageURL: "https://azure.microsoft.com/svghandler/cosmos-db/" +
"?width=200",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/cosmosdb.svg?sanitize=true",
LongDescription: "Globally distributed, multi-model database service" +
" (Experimental)",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/cosmos-db/",
Expand Down Expand Up @@ -163,8 +167,9 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure Cosmos DB Database Account (Graph API)",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Cosmos DB (Graph API)",
ImageURL: "https://azure.microsoft.com/svghandler/cosmos-db/" +
"?width=200",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/cosmosdb.svg?sanitize=true",
LongDescription: "Globally distributed, multi-model database service" +
" (Experimental)",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/cosmos-db/",
Expand Down Expand Up @@ -203,8 +208,9 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure Cosmos DB Database Account (Table API)",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Cosmos DB (Table API)",
ImageURL: "https://azure.microsoft.com/svghandler/cosmos-db/" +
"?width=200",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/cosmosdb.svg?sanitize=true",
LongDescription: "Globally distributed, multi-model database service" +
" (Experimental)",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/cosmos-db/",
Expand Down
4 changes: 3 additions & 1 deletion pkg/services/eventhubs/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure Event Hubs (Experimental)",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Event Hubs",
ImageURL: "https://overview.azureedge.net/cdn/Event%20Hubs.png",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/EventHubs.svg?sanitize=true",
LongDescription: "Cloud-scale telemetry ingestion from websites, apps, " +
"and any streams of data (Experimental)",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/event-hubs/",
Expand Down
5 changes: 3 additions & 2 deletions pkg/services/iothub/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure IoT Hub (Experimental)",
Metadata: service.ServiceMetadata{
DisplayName: "Azure IoT Hub",
ImageURL: "https://azure.microsoft.com/svghandler/iot-hub/" +
"?width=200",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/IoTHub.svg?sanitize=true",
LongDescription: "Securely connect, monitor, and manage billions of " +
"devices to develop Internet of Things (IoT) applications. " +
"IoT Hub is an open and flexible cloud platform as a service " +
Expand Down
5 changes: 3 additions & 2 deletions pkg/services/keyvault/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure Key Vault (Experimental)",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Key Vault",
ImageURL: "https://azure.microsoft.com/svghandler/key-vault/" +
"?width=200",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/KeyVault.svg?sanitize=true",
LongDescription: "Safeguard cryptographic keys and other secrets " +
"used by cloud apps and services (Experimental)",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/key-vault/",
Expand Down
30 changes: 20 additions & 10 deletions pkg/services/mssql/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Name: "azure-sql-12-0",
Description: "Azure SQL Database 12.0-- DBMS and single database",
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL Database 12.0",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL Database 12.0",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL Database 12.0-- DBMS and single database",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down Expand Up @@ -323,8 +325,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure SQL 12.0-- DBMS only",
ChildServiceID: "2bbc160c-e279-4757-a6b6-4c0a4822d0aa",
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL 12.0-- DBMS Only",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL 12.0-- DBMS Only",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL 12.0-- DBMS only",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down Expand Up @@ -362,8 +366,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Bindable: true,
ParentServiceID: "a7454e0e-be2c-46ac-b55f-8c4278117525", // more parents in fact
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL 12.0-- Database Only",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL 12.0-- Database Only",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL 12.0-- database only",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down Expand Up @@ -418,8 +424,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure SQL 12.0-- DBMS only registered",
ChildServiceID: "2bbc160c-e279-4757-a6b6-4c0a4822d0aa", // database-from-existing is also a valid child
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL 12.0-- DBMS Only registered",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL 12.0-- DBMS Only registered",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL 12.0-- DBMS only registered",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down Expand Up @@ -457,8 +465,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Bindable: true,
ParentServiceID: "a7454e0e-be2c-46ac-b55f-8c4278117525", // dbms-registered is also a valid parent
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL 12.0-- Database Only from existing",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL 12.0-- Database Only from existing",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL 12.0-- database only from existing",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down
30 changes: 20 additions & 10 deletions pkg/services/mssqldr/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure SQL 12.0-- disaster recovery DBMS pair registered",
ChildServiceID: "2eb94a7e-5a7c-46f9-b9d2-ff769f215845", // More children in fact
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL 12.0-- disaster recovery DBMS Pair registered",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL 12.0-- disaster recovery DBMS Pair registered",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL 12.0-- disaster recovery DBMS pair registered, as the primary server and the secondary server of failover groups",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down Expand Up @@ -278,8 +280,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Bindable: true,
ParentServiceID: "00ce53a3-d6c3-4c24-8cb2-3f48d3b161d8",
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL 12.0-- disaster recovery Database Pair",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL 12.0-- disaster recovery Database Pair",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL 12.0--disaster recovery database pair, create the primary database, the secondary database, and the failover group",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down Expand Up @@ -331,8 +335,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Bindable: true,
ParentServiceID: "00ce53a3-d6c3-4c24-8cb2-3f48d3b161d8",
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL 12.0-- disaster recovery Database Pair registered",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL 12.0-- disaster recovery Database Pair registered",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL 12.0-- disaster recovery database pair registered, the primary database, the secondary database, and the failover group are existing",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down Expand Up @@ -374,8 +380,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Bindable: true,
ParentServiceID: "00ce53a3-d6c3-4c24-8cb2-3f48d3b161d8",
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL 12.0-- disaster recovery Database Pair from existing primary",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL 12.0-- disaster recovery Database Pair from existing primary",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL 12.0-- disaster recovery database pair from existing primary database, create the secondary database and the failover group",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down Expand Up @@ -428,8 +436,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Bindable: true,
ParentServiceID: "00ce53a3-d6c3-4c24-8cb2-3f48d3b161d8",
Metadata: service.ServiceMetadata{
DisplayName: "Azure SQL 12.0-- disaster recovery Database Pair from existing",
ImageURL: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
DisplayName: "Azure SQL 12.0-- disaster recovery Database Pair from existing",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/SQLDatabase.svg?sanitize=true",
LongDescription: "Azure SQL 12.0-- disaster recovery database pair from existing",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down
18 changes: 12 additions & 6 deletions pkg/services/mysql/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Name: "azure-mysql-5-7",
Description: "Azure Database for MySQL 5.7-- DBMS and single database",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Database for MySQL 5.7",
ImageURL: "https://azure.microsoft.com/svghandler/mysql/?width=200",
DisplayName: "Azure Database for MySQL 5.7",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/MySQL.SVG?sanitize=true",
LongDescription: "Azure Database for MySQL 5.7-- DBMS and single database",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/mysql/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand All @@ -157,8 +159,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure Database for MySQL 5.7-- DBMS only",
ChildServiceID: "6704ae59-3eae-49e9-82b4-4cbcc00edf08",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Database for MySQL 5.7-- DBMS Only",
ImageURL: "https://azure.microsoft.com/svghandler/mysql/?width=200",
DisplayName: "Azure Database for MySQL 5.7-- DBMS Only",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/MySQL.SVG?sanitize=true",
LongDescription: "Azure Database for MySQL 5.7-- DBMS only",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/mysql/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand All @@ -182,8 +186,10 @@ func (m *module) GetCatalog() (service.Catalog, error) {
Description: "Azure Database for MySQL 5.7-- database only",
ParentServiceID: "30e7b836-199d-4335-b83d-adc7d23a95c2",
Metadata: service.ServiceMetadata{
DisplayName: "Azure Database for MySQL 5.7-- Database Only",
ImageURL: "https://azure.microsoft.com/svghandler/mysql/?width=200",
DisplayName: "Azure Database for MySQL 5.7-- Database Only",
ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" +
"azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" +
"/index/MySQL.SVG?sanitize=true",
LongDescription: "Azure Database for MySQL 5.7-- database only",
DocumentationURL: "https://docs.microsoft.com/en-us/azure/mysql/",
SupportURL: "https://azure.microsoft.com/en-us/support/",
Expand Down
Loading