diff --git a/pkg/services/appinsights/catalog.go b/pkg/services/appinsights/catalog.go index c3d2a5032..99893de55 100644 --- a/pkg/services/appinsights/catalog.go +++ b/pkg/services/appinsights/catalog.go @@ -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/", diff --git a/pkg/services/cosmosdb/catalog.go b/pkg/services/cosmosdb/catalog.go index 401141c5b..dd9faadb5 100644 --- a/pkg/services/cosmosdb/catalog.go +++ b/pkg/services/cosmosdb/catalog.go @@ -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/", @@ -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/", @@ -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/", @@ -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/", @@ -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/", @@ -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/", diff --git a/pkg/services/eventhubs/catalog.go b/pkg/services/eventhubs/catalog.go index 2ebb465b1..96cf14cfe 100644 --- a/pkg/services/eventhubs/catalog.go +++ b/pkg/services/eventhubs/catalog.go @@ -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/", diff --git a/pkg/services/iothub/catalog.go b/pkg/services/iothub/catalog.go index 60dc36f98..817d3351f 100644 --- a/pkg/services/iothub/catalog.go +++ b/pkg/services/iothub/catalog.go @@ -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 " + diff --git a/pkg/services/keyvault/catalog.go b/pkg/services/keyvault/catalog.go index 0d4dddf7f..9fd2be75f 100644 --- a/pkg/services/keyvault/catalog.go +++ b/pkg/services/keyvault/catalog.go @@ -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/", diff --git a/pkg/services/mssql/catalog.go b/pkg/services/mssql/catalog.go index 000ef90ab..13f9e2438 100644 --- a/pkg/services/mssql/catalog.go +++ b/pkg/services/mssql/catalog.go @@ -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/", @@ -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/", @@ -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/", @@ -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/", @@ -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/", diff --git a/pkg/services/mssqldr/catalog.go b/pkg/services/mssqldr/catalog.go index 6a74c7f9d..4fa8e56a6 100644 --- a/pkg/services/mssqldr/catalog.go +++ b/pkg/services/mssqldr/catalog.go @@ -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/", @@ -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/", @@ -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/", @@ -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/", @@ -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/", diff --git a/pkg/services/mysql/catalog.go b/pkg/services/mysql/catalog.go index 51f3b7d37..9af83e122 100644 --- a/pkg/services/mysql/catalog.go +++ b/pkg/services/mysql/catalog.go @@ -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/", @@ -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/", @@ -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/", diff --git a/pkg/services/postgresql/catalog.go b/pkg/services/postgresql/catalog.go index ed1a0bbf6..34192cd7a 100644 --- a/pkg/services/postgresql/catalog.go +++ b/pkg/services/postgresql/catalog.go @@ -150,8 +150,10 @@ func (m *module) GetCatalog() (service.Catalog, error) { Name: "azure-postgresql-9-6", Description: "Azure Database for PostgreSQL 9.6-- DBMS and single database", Metadata: service.ServiceMetadata{ - DisplayName: "Azure Database for PostgreSQL 9.6", - ImageURL: "https://azure.microsoft.com/svghandler/postgresql/?width=200", + DisplayName: "Azure Database for PostgreSQL 9.6", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/PostgreSQL.svg?sanitize=true", LongDescription: "Azure Database for PostgreSQL-- DBMS and single database", DocumentationURL: "https://docs.microsoft.com/en-us/azure/postgresql/", SupportURL: "https://azure.microsoft.com/en-us/support/", @@ -175,8 +177,10 @@ func (m *module) GetCatalog() (service.Catalog, error) { Description: "Azure Database for PostgreSQL 9.6-- DBMS only", ChildServiceID: "25434f16-d762-41c7-bbdd-8045d7f74ca", Metadata: service.ServiceMetadata{ - DisplayName: "Azure Database for PostgreSQL 9.6-- DBMS Only", - ImageURL: "https://azure.microsoft.com/svghandler/postgresql/?width=200", + DisplayName: "Azure Database for PostgreSQL 9.6-- DBMS Only", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/PostgreSQL.svg?sanitize=true", LongDescription: "Azure Database for PostgreSQL-- DBMS only", DocumentationURL: "https://docs.microsoft.com/en-us/azure/postgresql/", SupportURL: "https://azure.microsoft.com/en-us/support/", @@ -200,8 +204,10 @@ func (m *module) GetCatalog() (service.Catalog, error) { Description: "Azure Database for PostgreSQL 9.6-- database only", ParentServiceID: "d3f74b44-79bc-4d1e-bf7d-c247c2b851f9", Metadata: service.ServiceMetadata{ - DisplayName: "Azure Database for PostgreSQL 9.6-- Database Only", - ImageURL: "https://azure.microsoft.com/svghandler/postgresql/?width=200", + DisplayName: "Azure Database for PostgreSQL 9.6-- Database Only", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/PostgreSQL.svg?sanitize=true", LongDescription: "Azure Database for PostgreSQL-- database only", DocumentationURL: "https://docs.microsoft.com/en-us/azure/postgresql/", SupportURL: "https://azure.microsoft.com/en-us/support/", @@ -236,8 +242,10 @@ func (m *module) GetCatalog() (service.Catalog, error) { Name: "azure-postgresql-10", Description: "Azure Database for PostgreSQL 10-- DBMS and single database", Metadata: service.ServiceMetadata{ - DisplayName: "Azure Database for PostgreSQL 10", - ImageURL: "https://azure.microsoft.com/svghandler/postgresql/?width=200", + DisplayName: "Azure Database for PostgreSQL 10", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/PostgreSQL.svg?sanitize=true", LongDescription: "Azure Database for PostgreSQL-- DBMS and single database", DocumentationURL: "https://docs.microsoft.com/en-us/azure/postgresql/", SupportURL: "https://azure.microsoft.com/en-us/support/", @@ -261,8 +269,10 @@ func (m *module) GetCatalog() (service.Catalog, error) { Description: "Azure Database for PostgreSQL 10-- DBMS only", ChildServiceID: "1fd01042-3b70-4612-ac19-9ced0b2a1525", Metadata: service.ServiceMetadata{ - DisplayName: "Azure Database for PostgreSQL 10-- DBMS Only", - ImageURL: "https://azure.microsoft.com/svghandler/postgresql/?width=200", + DisplayName: "Azure Database for PostgreSQL 10-- DBMS Only", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/PostgreSQL.svg?sanitize=true", LongDescription: "Azure Database for PostgreSQL-- DBMS only", DocumentationURL: "https://docs.microsoft.com/en-us/azure/postgresql/", SupportURL: "https://azure.microsoft.com/en-us/support/", @@ -286,8 +296,10 @@ func (m *module) GetCatalog() (service.Catalog, error) { Description: "Azure Database for PostgreSQL 10-- database only", ParentServiceID: "cabd3125-5a13-46ea-afad-a69582af9578", Metadata: service.ServiceMetadata{ - DisplayName: "Azure Database for PostgreSQL 10-- Database Only", - ImageURL: "https://azure.microsoft.com/svghandler/postgresql/?width=200", + DisplayName: "Azure Database for PostgreSQL 10-- Database Only", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/PostgreSQL.svg?sanitize=true", LongDescription: "Azure Database for PostgreSQL-- database only", DocumentationURL: "https://docs.microsoft.com/en-us/azure/postgresql/", SupportURL: "https://azure.microsoft.com/en-us/support/", diff --git a/pkg/services/rediscache/catalog.go b/pkg/services/rediscache/catalog.go index e58900eba..7728188ec 100644 --- a/pkg/services/rediscache/catalog.go +++ b/pkg/services/rediscache/catalog.go @@ -29,8 +29,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { Description: "Azure Redis Cache (Preview)", Metadata: service.ServiceMetadata{ DisplayName: "Azure Redis Cache", - ImageURL: "https://azure.microsoft.com/svghandler/redis-cache/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/RedisCache.svg?sanitize=true", LongDescription: "High throughput and consistent low-latency data " + "access to power fast, scalable Azure applications (Preview)", DocumentationURL: "https://docs.microsoft.com/en-us/azure/redis-cache/", diff --git a/pkg/services/servicebus/catalog.go b/pkg/services/servicebus/catalog.go index fbbc3959b..e1f4bbd67 100644 --- a/pkg/services/servicebus/catalog.go +++ b/pkg/services/servicebus/catalog.go @@ -14,8 +14,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { ChildServiceID: "0e93fbb8-7904-43a5-82db-81c7d3886a24", Metadata: service.ServiceMetadata{ DisplayName: "Azure Service Bus Namespace", - ImageURL: "https://azure.microsoft.com/svghandler/service-bus/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/ServiceBus.svg?sanitize=true", LongDescription: "Reliable cloud messaging as a service (MaaS) and " + "simple hybrid integration. Create an Azure Service Bus" + "Namespace. (Experimental)", @@ -103,8 +104,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { ParentServiceID: "6dc44338-2f13-4bc5-9247-5b1b3c5462d3", Metadata: service.ServiceMetadata{ DisplayName: "Azure Service Bus Queue", - ImageURL: "https://azure.microsoft.com/svghandler/service-bus/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/ServiceBus.svg?sanitize=true", LongDescription: "Reliable cloud messaging as a service (MaaS) and " + "simple hybrid integration. Create an Azure Service Bus" + "Queue in an existing namespace. (Experimental)", @@ -140,8 +142,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { ParentServiceID: "6dc44338-2f13-4bc5-9247-5b1b3c5462d3", Metadata: service.ServiceMetadata{ DisplayName: "Azure Service Bus Topic", - ImageURL: "https://azure.microsoft.com/svghandler/service-bus/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/ServiceBus.svg?sanitize=true", LongDescription: "Reliable cloud messaging as a service (MaaS) and " + "simple hybrid integration. Create an Azure Service Bus" + "Topic in an existing namespace. (Experimental)", diff --git a/pkg/services/storage/catalog.go b/pkg/services/storage/catalog.go index e3187a493..13f83cc40 100644 --- a/pkg/services/storage/catalog.go +++ b/pkg/services/storage/catalog.go @@ -21,8 +21,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { "own containers, files, and tables within this account", Metadata: service.ServiceMetadata{ DisplayName: "Azure Storage General Purpose V2 Storage Account", - ImageURL: "https://azure.microsoft.com/svghandler/storage/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/Storage.svg?sanitize=true", LongDescription: "Azure general purpose v2 storage account; create your " + "own containers, files, and tables within this account (Preview)", DocumentationURL: "https://docs.microsoft.com/en-us/azure/storage/", @@ -61,8 +62,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { "own containers, files, and tables within this account", Metadata: service.ServiceMetadata{ DisplayName: "Azure Storage General Purpose V1 Storage Account", - ImageURL: "https://azure.microsoft.com/svghandler/storage/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/Storage.svg?sanitize=true", LongDescription: "Azure general purpose v1 storage account; create your " + "own containers, files, and tables within this account (Preview)", DocumentationURL: "https://docs.microsoft.com/en-us/azure/storage/", @@ -103,8 +105,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { ChildServiceID: "fb6ce656-c16d-4b48-aff9-286714298af8", Metadata: service.ServiceMetadata{ DisplayName: "Azure Storage Blob Storage Account", - ImageURL: "https://azure.microsoft.com/svghandler/storage/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/Storage.svg?sanitize=true", LongDescription: "Specialized Azure storage account for storing block " + "blobs and append blobs (Preview)", DocumentationURL: "https://docs.microsoft.com/en-us/azure/storage/", @@ -146,8 +149,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { "within the account", Metadata: service.ServiceMetadata{ DisplayName: "Azure Storage Blob Storage Account And Container", - ImageURL: "https://azure.microsoft.com/svghandler/storage/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/Storage.svg?sanitize=true", LongDescription: "A specialized Azure storage account for storing block " + "blobs and append blobs; automatically provisions a blob container " + "within the account (Preview)", @@ -189,8 +193,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { ParentServiceID: "1a5b4582-29a3-48c5-9cac-511fd8c52756", Metadata: service.ServiceMetadata{ DisplayName: "Azure Storage Blob Container", - ImageURL: "https://azure.microsoft.com/svghandler/storage/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/Storage.svg?sanitize=true", LongDescription: "A blob container inside an existing blob storage account" + " (Preview)", DocumentationURL: "https://docs.microsoft.com/en-us/azure/storage/", diff --git a/pkg/services/textanalytics/catalog.go b/pkg/services/textanalytics/catalog.go index a9f7e4e04..abf7a165b 100644 --- a/pkg/services/textanalytics/catalog.go +++ b/pkg/services/textanalytics/catalog.go @@ -11,8 +11,9 @@ func (m *module) GetCatalog() (service.Catalog, error) { Description: "Azure Text Analytics (Experimental)", Metadata: service.ServiceMetadata{ DisplayName: "Azure Text Analytics", - ImageURL: "https://azure.microsoft.com/svghandler/text-analytics/" + - "?width=200", + ImageURL: "https://raw.githubusercontent.com/MicrosoftDocs/" + + "azure-docs/9eb1f875f3823af85e41ebc97e31c5b7202bf419/articles/media" + + "/index/TextAnalyticsAPI.svg?sanitize=true", LongDescription: "Infuse your apps, websites and bots with " + "intelligent algorithms to see, hear, speak, understand and " + "interpret your user needs through natural methods of communication." +