36 строки
587 B
YAML
36 строки
587 B
YAML
# set the display name of the component
|
|
name: SonarQube VM
|
|
|
|
# Set the component type
|
|
type: Environment
|
|
|
|
# set the component description
|
|
description: ./readme.md
|
|
|
|
configuration:
|
|
|
|
# Set the component isolation level
|
|
isolation: ResourceGroup
|
|
|
|
parameters:
|
|
|
|
- id: sonarqubePassword
|
|
name: SonarQube Password
|
|
type: string
|
|
required: true
|
|
|
|
tasks:
|
|
|
|
- id: reset
|
|
name: Reset
|
|
description: Reset the component to its original state.
|
|
|
|
taskRunner:
|
|
id: teamcloud.azurecr.io/teamcloud/tcrunner-arm
|
|
webServer: true
|
|
|
|
permissions:
|
|
|
|
- role: owner
|
|
permission: Contributor
|