Merge pull request #35 from Microsoft/peterj/remove_docker_from_ui

Remove the word “Docker” from the UI
This commit is contained in:
Peter Jausovec 2017-02-16 16:41:01 -08:00 коммит произвёл GitHub
Родитель 73fa747e0c e1f247c693
Коммит ab50bac1aa
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -1,8 +1,8 @@
{
"id": "DD7C9344-1179-44A9-891B-177FBB98B9A7",
"name": "DockerDeploy",
"friendlyName": "Docker Deploy",
"description": "Deploy single or multi-container Docker applications to a variety of Azure resources",
"friendlyName": "Container Deploy",
"description": "Deploy single or multi-container applications to a variety of Azure resources",
"helpMarkDown": "[More Information](http://aka.ms/dockertoolsforvsts)",
"category": "Deploy",
"visibility": [
@ -27,8 +27,8 @@
{
"name": "dockerRegistryEndpoint",
"type": "connectedService:dockerregistry",
"label": "Docker Registry Connection",
"helpMarkDown": "Select a Docker registry connection. Required for deployments that need to authenticate with a registry."
"label": "Container Registry Connection",
"helpMarkDown": "Select a container registry connection. Required for deployments that need to authenticate with a registry."
},
{
"name": "targetType",
@ -85,7 +85,7 @@
"label": "Qualify Image Names",
"defaultValue": "false",
"visibleRule": "targetType = ACS DCOS || targetType = ACS Kubernetes",
"helpMarkDown": "Automatically qualify image names for built services with the Docker registry connection's hostname if not otherwise specified."
"helpMarkDown": "Automatically qualify image names for built services with the container registry connection's hostname if not otherwise specified."
},
{
"name": "kubernetesDeployIngressController",