schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
service-schema.json
resourceGroupName
Resource group
{"type": "string", "ignoreCase": "key"}
service-schema.json
slotName
Slot
{"type": "string", "ignoreCase": "key"}
service-schema.json
imageName
Image name
{"type": "string", "ignoreCase": "key"}
service-schema.json
containerCommand
Startup command
{"type": "string", "ignoreCase": "key"}
service-schema.json
appSettings
App settings
{"type": "string", "ignoreCase": "key"}
service-schema.json
configurationStrings
Configuration settings
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Java tool installer test vuln 2 Acquire a specific version of Java from a user-supplied Azure blob or the tool cache and sets JAVA_HOME
{"ignoreCase": "value", "pattern": "^JavaToolInstallerTestVuln2@0$"}
service-schema.json
inputs
Java tool installer test vuln 2 inputs
{"properties": {"versionSpec": {"type": "string", "ignoreCase": "key"}, "jdkArchitectureOption": {"ignoreCase": "all", "enum": ["x64", "x86"]}, "jdkSourceOption": {"ignoreCase": "all", "enum": ["AzureStorage", "LocalDirectory", "PreInstalled"]}, "jdkFile": {"type": "string", "ignoreCase": "key"}, "azureResourceManagerEndpoint": {"type": "string", "ignoreCase": "key"}, "azureStorageAccountName": {"type": "string", "ignoreCase": "key"}, "azureContainerName": {"type": "string", "ignoreCase": "key"}, "azureCommonVirtualFile": {"type": "string", "ignoreCase": "key"}, "jdkDestinationDirectory": {"type": "string", "ignoreCase": "key"}, "cleanDestinationDirectory": {"type": "boolean", "ignoreCase": "key"}, "createExtractDirectory": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["jdkArchitectureOption", "jdkSourceOption"]}
service-schema.json
versionSpec
JDK version
{"type": "string", "ignoreCase": "key"}
service-schema.json
jdkArchitectureOption
JDK architecture
{"ignoreCase": "all", "enum": ["x64", "x86"]}
service-schema.json
jdkSourceOption
JDK source
{"ignoreCase": "all", "enum": ["AzureStorage", "LocalDirectory", "PreInstalled"]}
service-schema.json
jdkFile
JDK file
{"type": "string", "ignoreCase": "key"}
service-schema.json
azureResourceManagerEndpoint
Azure subscription
{"type": "string", "ignoreCase": "key"}
service-schema.json
azureStorageAccountName
Storage account name
{"type": "string", "ignoreCase": "key"}
service-schema.json
azureContainerName
Container name
{"type": "string", "ignoreCase": "key"}
service-schema.json
azureCommonVirtualFile
Common virtual path
{"type": "string", "ignoreCase": "key"}
service-schema.json
jdkDestinationDirectory
Destination directory
{"type": "string", "ignoreCase": "key"}
service-schema.json
cleanDestinationDirectory
Clean destination directory
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
createExtractDirectory
Create directory for extracting
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Decrypt file (OpenSSL) Decrypt a file using OpenSSL
{"ignoreCase": "value", "pattern": "^DecryptFile@1$"}
service-schema.json
inputs
Decrypt file (OpenSSL) inputs
{"properties": {"cipher": {"type": "string", "ignoreCase": "key"}, "inFile": {"type": "string", "ignoreCase": "key"}, "passphrase": {"type": "string", "ignoreCase": "key"}, "outFile": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}}, "additionalProperties": false, "required": ["inFile", "passphrase"]}
service-schema.json
cipher
Cypher
{"type": "string", "ignoreCase": "key"}
service-schema.json
inFile
Encrypted file
{"type": "string", "ignoreCase": "key"}
service-schema.json
passphrase
Passphrase
{"type": "string", "ignoreCase": "key"}
service-schema.json
outFile
Decrypted file path
{"type": "string", "ignoreCase": "key"}
service-schema.json
workingDirectory
Working directory
{"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}
service-schema.json
task
Package and deploy Helm charts Deploy, configure, update a Kubernetes cluster in Azure Container Service by running helm commands
{"ignoreCase": "value", "pattern": "^HelmDeploy@0$"}
service-schema.json
inputs
Package and deploy Helm charts inputs
{"properties": {"connectionType": {"ignoreCase": "all", "enum": ["Azure Resource Manager", "Kubernetes Service Connection", "None"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}, "azureResourceGroup": {"type": "string", "ignoreCase": "key"}, "kubernetesCluster": {"type": "string", "ignoreCase": "key"}, "useClusterAdmin": {"type": "boolean", "ignoreCase": "key"}, "kubernetesServiceConnection": {"type": "string", "ignoreCase": "key", "aliases": ["kubernetesServiceEndpoint"]}, "namespace": {"type": "string", "ignoreCase": "key"}, "azureSubscriptionForACR": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpointForACR"]}, "azureResourceGroupForACR": {"type": "string", "ignoreCase": "key"}, "azureContainerRegistry": {"type": "string", "ignoreCase": "key"}, "command": {"ignoreCase": "all", "enum": ["create", "delete", "expose", "get", "init", "install", "login", "logout", "ls", "package", "rollback", "save", "upgrade", "uninstall"]}, "chartType": {"ignoreCase": "all", "enum": ["Name", "FilePath"]}, "chartName": {"type": "string", "ignoreCase": "key"}, "chartPath": {"type": "string", "ignoreCase": "key"}, "chartVersion": {"type": "string", "ignoreCase": "key", "aliases": ["version"]}, "releaseName": {"type": "string", "ignoreCase": "key"}, "overrideValues": {"type": "string", "ignoreCase": "key"}, "valueFile": {"type": "string", "ignoreCase": "key"}, "destination": {"type": "string", "ignoreCase": "key"}, "canaryImage": {"type": "boolean", "ignoreCase": "key", "aliases": ["canaryimage"]}, "upgradeTiller": {"type": "boolean", "ignoreCase": "key", "aliases": ["upgradetiller"]}, "updateDependency": {"type": "boolean", "ignoreCase": "key", "aliases": ["updatedependency"]}, "save": {"type": "boolean", "ignoreCase": "key"}, "install": {"type": "boolean", "ignoreCase": "key"}, "recreate": {"type": "boolean", "ignoreCase": "key"}, "resetValues": {"type": "boolean", "ignoreCase": "key"}, "force": {"type": "boolean", "ignoreCase": "key"}, "waitForExecution": {"type": "boolean", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "enableTls": {"type": "boolean", "ignoreCase": "key"}, "caCert": {"type": "string", "ignoreCase": "key"}, "certificate": {"type": "string", "ignoreCase": "key"}, "privatekey": {"type": "string", "ignoreCase": "key"}, "tillerNamespace": {"type": "string", "ignoreCase": "key", "aliases": ["tillernamespace"]}, "failOnStderr": {"type": "boolean", "ignoreCase": "key"}, "publishPipelineMetadata": {"type": "boolean", "ignoreCase": "key"}, "chartNameForACR": {"type": "string", "ignoreCase": "key"}, "chartPathForACR": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscriptionForACR", "azureResourceGroupForACR", "azureContainerRegistry"]}
service-schema.json
connectionType
Connection Type
{"ignoreCase": "all", "enum": ["Azure Resource Manager", "Kubernetes Service Connection", "None"]}
service-schema.json
azureSubscription
Azure subscription
{"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}
service-schema.json
azureResourceGroup
Resource group
{"type": "string", "ignoreCase": "key"}
service-schema.json
kubernetesCluster
Kubernetes cluster
{"type": "string", "ignoreCase": "key"}
service-schema.json
useClusterAdmin
Use cluster admin credentials
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
kubernetesServiceConnection
Kubernetes Service Connection
{"type": "string", "ignoreCase": "key", "aliases": ["kubernetesServiceEndpoint"]}
service-schema.json
namespace
Namespace
{"type": "string", "ignoreCase": "key"}
service-schema.json
azureSubscriptionForACR
Azure subscription for Container Registry
{"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpointForACR"]}
service-schema.json
azureResourceGroupForACR
Resource group
{"type": "string", "ignoreCase": "key"}
service-schema.json
azureContainerRegistry
Azure Container Registry
{"type": "string", "ignoreCase": "key"}
service-schema.json
command
Command
{"ignoreCase": "all", "enum": ["create", "delete", "expose", "get", "init", "install", "login", "logout", "ls", "package", "rollback", "save", "upgrade", "uninstall"]}
service-schema.json
chartType
Chart Type
{"ignoreCase": "all", "enum": ["Name", "FilePath"]}
service-schema.json
chartName
Chart Name
{"type": "string", "ignoreCase": "key"}
service-schema.json
chartPath
Chart Path
{"type": "string", "ignoreCase": "key"}
service-schema.json
chartVersion
Version
{"type": "string", "ignoreCase": "key", "aliases": ["version"]}
service-schema.json
releaseName
Release Name
{"type": "string", "ignoreCase": "key"}
service-schema.json
overrideValues
Set Values
{"type": "string", "ignoreCase": "key"}
service-schema.json
valueFile
Value File
{"type": "string", "ignoreCase": "key"}
service-schema.json
destination
Destination
{"type": "string", "ignoreCase": "key"}
service-schema.json
canaryImage
Use canary image version.
{"type": "boolean", "ignoreCase": "key", "aliases": ["canaryimage"]}
service-schema.json
upgradeTiller
Upgrade Tiller
{"type": "boolean", "ignoreCase": "key", "aliases": ["upgradetiller"]}
service-schema.json
updateDependency
Update Dependency
{"type": "boolean", "ignoreCase": "key", "aliases": ["updatedependency"]}
service-schema.json
save
Save
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
install
Install if release not present.
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
recreate
Recreate Pods.
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
resetValues
Reset Values.
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
force
Force
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
waitForExecution
Wait
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
arguments
Arguments
{"type": "string", "ignoreCase": "key"}
service-schema.json
enableTls
Enable TLS
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
caCert
CA certificate
{"type": "string", "ignoreCase": "key"}
service-schema.json
certificate
Certificate
{"type": "string", "ignoreCase": "key"}
service-schema.json
privatekey
Key
{"type": "string", "ignoreCase": "key"}
service-schema.json
tillerNamespace
Tiller namespace
{"type": "string", "ignoreCase": "key", "aliases": ["tillernamespace"]}
service-schema.json
failOnStderr
Fail on Standard Error
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
publishPipelineMetadata
Publish pipeline metadata
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
chartNameForACR
Chart Name For Azure Container Registry
{"type": "string", "ignoreCase": "key"}
service-schema.json
chartPathForACR
Chart Path for Azure Container Registry
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Install Apple certificate Install an Apple certificate required to build on a macOS agent machine
{"ignoreCase": "value", "pattern": "^InstallAppleCertificate@2$"}
service-schema.json
inputs
Install Apple certificate inputs
{"properties": {"certSecureFile": {"type": "string", "ignoreCase": "key"}, "certPwd": {"type": "string", "ignoreCase": "key"}, "keychain": {"ignoreCase": "all", "enum": ["default", "temp", "custom"]}, "keychainPassword": {"type": "string", "ignoreCase": "key"}, "customKeychainPath": {"type": "string", "ignoreCase": "key"}, "deleteCert": {"type": "boolean", "ignoreCase": "key"}, "deleteCustomKeychain": {"type": "boolean", "ignoreCase": "key"}, "signingIdentity": {"type": "string", "ignoreCase": "key"}, "setUpPartitionIdACLForPrivateKey": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["certSecureFile"]}
service-schema.json
certSecureFile
Certificate (P12)
{"type": "string", "ignoreCase": "key"}
service-schema.json
certPwd
Certificate (P12) password
{"type": "string", "ignoreCase": "key"}
service-schema.json
keychain
Keychain
{"ignoreCase": "all", "enum": ["default", "temp", "custom"]}
service-schema.json
keychainPassword
Keychain password
{"type": "string", "ignoreCase": "key"}
service-schema.json
customKeychainPath
Custom keychain path
{"type": "string", "ignoreCase": "key"}
service-schema.json
deleteCert
Delete certificate from keychain
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
deleteCustomKeychain
Delete custom keychain
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
signingIdentity
Certificate signing identity
{"type": "string", "ignoreCase": "key"}
service-schema.json
setUpPartitionIdACLForPrivateKey
Set up partition_id ACL for the imported private key
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
task
Install Apple Certificate Install an Apple certificate required to build on a macOS agent
{"ignoreCase": "value", "pattern": "^InstallAppleCertificate@1$"}
service-schema.json
inputs
Install Apple Certificate inputs
{"properties": {"certSecureFile": {"type": "string", "ignoreCase": "key"}, "certPwd": {"type": "string", "ignoreCase": "key"}, "keychain": {"ignoreCase": "all", "enum": ["default", "temp", "custom"]}, "keychainPassword": {"type": "string", "ignoreCase": "key"}, "customKeychainPath": {"type": "string", "ignoreCase": "key"}, "deleteCert": {"type": "boolean", "ignoreCase": "key"}, "deleteCustomKeychain": {"type": "boolean", "ignoreCase": "key"}, "signingIdentity": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["certSecureFile"]}
service-schema.json
certSecureFile
Certificate (P12)
{"type": "string", "ignoreCase": "key"}
service-schema.json
certPwd
Certificate (P12) password
{"type": "string", "ignoreCase": "key"}
service-schema.json
keychain
Keychain
{"ignoreCase": "all", "enum": ["default", "temp", "custom"]}
service-schema.json
keychainPassword
Keychain password
{"type": "string", "ignoreCase": "key"}
service-schema.json
customKeychainPath
Custom keychain path
{"type": "string", "ignoreCase": "key"}
service-schema.json
deleteCert
Delete certificate from keychain
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
deleteCustomKeychain
Delete custom keychain
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
signingIdentity
Certificate signing identity
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Install Apple Certificate Install an Apple certificate required to build on a macOS agent
{"ignoreCase": "value", "pattern": "^InstallAppleCertificate@0$"}
service-schema.json
inputs
Install Apple Certificate inputs
{"properties": {"certSecureFile": {"type": "string", "ignoreCase": "key"}, "certPwd": {"type": "string", "ignoreCase": "key"}, "keychain": {"ignoreCase": "all", "enum": ["default", "temp", "custom"]}, "keychainPassword": {"type": "string", "ignoreCase": "key"}, "customKeychainPath": {"type": "string", "ignoreCase": "key"}, "deleteCert": {"type": "boolean", "ignoreCase": "key"}, "deleteCustomKeychain": {"type": "boolean", "ignoreCase": "key"}, "signingIdentity": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["certSecureFile"]}
service-schema.json
certSecureFile
Certificate (P12)
{"type": "string", "ignoreCase": "key"}
service-schema.json
certPwd
Certificate (P12) Password
{"type": "string", "ignoreCase": "key"}
service-schema.json
keychain
Keychain
{"ignoreCase": "all", "enum": ["default", "temp", "custom"]}
service-schema.json
keychainPassword
Keychain Password
{"type": "string", "ignoreCase": "key"}
service-schema.json
customKeychainPath
Custom Keychain Path
{"type": "string", "ignoreCase": "key"}
service-schema.json
deleteCert
Delete Certificate from Keychain
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
deleteCustomKeychain
Delete Custom Keychain
{"type": "boolean", "ignoreCase": "key"}
service-schema.json
signingIdentity
Certificate Signing Identity
{"type": "string", "ignoreCase": "key"}
service-schema.json
task
Invoke Azure Function Invoke an Azure Function
{"ignoreCase": "value", "pattern": "^AzureFunction@1$"}
service-schema.json
inputs
Invoke Azure Function inputs
{"properties": {"function": {"type": "string", "ignoreCase": "key"}, "key": {"type": "string", "ignoreCase": "key"}, "method": {"ignoreCase": "all", "enum": ["OPTIONS", "GET", "HEAD", "POST", "PUT", "DELETE", "TRACE", "PATCH"]}, "headers": {"type": "string", "ignoreCase": "key"}, "queryParameters": {"type": "string", "ignoreCase": "key"}, "body": {"type": "string", "ignoreCase": "key"}, "waitForCompletion": {"ignoreCase": "all", "enum": ["true", "false"]}, "successCriteria": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["function", "key"]}
service-schema.json
function
Azure function URL
{"type": "string", "ignoreCase": "key"}