mirror of https://github.com/mingrammer/diagrams
parent
7c19ee5430
commit
76139576cc
@ -0,0 +1,45 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Azure
|
||||||
|
|
||||||
|
class _Integration(_Azure):
|
||||||
|
_type = "integration"
|
||||||
|
_icon_dir = "resources/azure/integration"
|
||||||
|
|
||||||
|
|
||||||
|
class APIForFhir(_Integration):
|
||||||
|
_icon = "api-for-fhir.png"
|
||||||
|
class APIManagement(_Integration):
|
||||||
|
_icon = "api-management.png"
|
||||||
|
class AppConfiguration(_Integration):
|
||||||
|
_icon = "app-configuration.png"
|
||||||
|
class DataCatalog(_Integration):
|
||||||
|
_icon = "data-catalog.png"
|
||||||
|
class EventGridDomains(_Integration):
|
||||||
|
_icon = "event-grid-domains.png"
|
||||||
|
class EventGridSubscriptions(_Integration):
|
||||||
|
_icon = "event-grid-subscriptions.png"
|
||||||
|
class EventGridTopics(_Integration):
|
||||||
|
_icon = "event-grid-topics.png"
|
||||||
|
class IntegrationAccounts(_Integration):
|
||||||
|
_icon = "integration-accounts.png"
|
||||||
|
class IntegrationServiceEnvironments(_Integration):
|
||||||
|
_icon = "integration-service-environments.png"
|
||||||
|
class LogicAppsCustomConnector(_Integration):
|
||||||
|
_icon = "logic-apps-custom-connector.png"
|
||||||
|
class LogicApps(_Integration):
|
||||||
|
_icon = "logic-apps.png"
|
||||||
|
class SendgridAccounts(_Integration):
|
||||||
|
_icon = "sendgrid-accounts.png"
|
||||||
|
class ServiceBusRelays(_Integration):
|
||||||
|
_icon = "service-bus-relays.png"
|
||||||
|
class ServiceBus(_Integration):
|
||||||
|
_icon = "service-bus.png"
|
||||||
|
class ServiceCatalogManagedApplicationDefinitions(_Integration):
|
||||||
|
_icon = "service-catalog-managed-application-definitions.png"
|
||||||
|
class SoftwareAsAService(_Integration):
|
||||||
|
_icon = "software-as-a-service.png"
|
||||||
|
class StorsimpleDeviceManagers(_Integration):
|
||||||
|
_icon = "storsimple-device-managers.png"
|
||||||
|
|
||||||
|
# Aliases
|
Loading…
Reference in new issue