mirror of https://github.com/mingrammer/diagrams
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
645 B
44 lines
645 B
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
|
|
from . import _Azure
|
|
|
|
|
|
class _Devops(_Azure):
|
|
_type = "devops"
|
|
_icon_dir = "resources/azure/devops"
|
|
|
|
|
|
class ApplicationInsights(_Devops):
|
|
_icon = "application-insights.png"
|
|
|
|
|
|
class Artifacts(_Devops):
|
|
_icon = "artifacts.png"
|
|
|
|
|
|
class Boards(_Devops):
|
|
_icon = "boards.png"
|
|
|
|
|
|
class Devops(_Devops):
|
|
_icon = "devops.png"
|
|
|
|
|
|
class DevtestLabs(_Devops):
|
|
_icon = "devtest-labs.png"
|
|
|
|
|
|
class Pipelines(_Devops):
|
|
_icon = "pipelines.png"
|
|
|
|
|
|
class Repos(_Devops):
|
|
_icon = "repos.png"
|
|
|
|
|
|
class TestPlans(_Devops):
|
|
_icon = "test-plans.png"
|
|
|
|
|
|
# Aliases
|