schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | task | Install SSH key
Install an SSH key prior to a build or deployment | {"ignoreCase": "value", "pattern": "^InstallSSHKey@0$"} |
service-schema.json | inputs | Install SSH key inputs | {"properties": {"knownHostsEntry": {"type": "string", "ignoreCase": "key", "aliases": ["hostName"]}, "sshPublicKey": {"type": "string", "ignoreCase": "key"}, "sshPassphrase": {"type": "string", "ignoreCase": "key"}, "sshKeySecureFile": {"type": "string", "ignoreCase": "key"}, "addEntryToConfig": {"type": "boolean", "ignoreCase": "key"}, "configHostAlias": {"type": "string", "ignoreCase": "key"}, "configHostname": {"type": "string", "ignoreCase": "key"}, "configUser": {"type": "string", "ignoreCase": "key"}, "configPort": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["knownHostsEntry", "sshKeySecureFile"]} |
service-schema.json | knownHostsEntry | Known Hosts Entry | {"type": "string", "ignoreCase": "key", "aliases": ["hostName"]} |
service-schema.json | sshPublicKey | SSH Public Key | {"type": "string", "ignoreCase": "key"} |
service-schema.json | sshPassphrase | SSH Passphrase | {"type": "string", "ignoreCase": "key"} |
service-schema.json | sshKeySecureFile | SSH Key | {"type": "string", "ignoreCase": "key"} |
service-schema.json | addEntryToConfig | Add entry to SSH config | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | configHostAlias | Alias | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configHostname | Host name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configUser | User | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configPort | Port | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Azure VM scale set deployment
Deploy a virtual machine scale set image | {"ignoreCase": "value", "pattern": "^AzureVmssDeployment@0$"} |
service-schema.json | inputs | Azure VM scale set deployment inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "action": {"ignoreCase": "all", "enum": ["Update image", "Configure application startup"]}, "vmssName": {"type": "string", "ignoreCase": "key"}, "vmssOsType": {"ignoreCase": "all", "enum": ["Windows", "Linux"]}, "imageUrl": {"type": "string", "ignoreCase": "key"}, "customScriptsDirectory": {"type": "string", "ignoreCase": "key"}, "customScript": {"type": "string", "ignoreCase": "key"}, "customScriptArguments": {"type": "string", "ignoreCase": "key"}, "customScriptsStorageAccount": {"type": "string", "ignoreCase": "key"}, "skipArchivingCustomScripts": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "vmssName", "vmssOsType", "imageUrl"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]} |
service-schema.json | action | Action | {"ignoreCase": "all", "enum": ["Update image", "Configure application startup"]} |
service-schema.json | vmssName | Virtual Machine scale set name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | vmssOsType | OS type | {"ignoreCase": "all", "enum": ["Windows", "Linux"]} |
service-schema.json | imageUrl | Image URL | {"type": "string", "ignoreCase": "key"} |
service-schema.json | customScriptsDirectory | Custom script directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | customScript | Command | {"type": "string", "ignoreCase": "key"} |
service-schema.json | customScriptArguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | customScriptsStorageAccount | Azure storage account where custom scripts will be uploaded | {"type": "string", "ignoreCase": "key"} |
service-schema.json | skipArchivingCustomScripts | Skip Archiving custom scripts | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Azure App Service: Classic (Deprecated)
Create or update Azure App Service using Azure PowerShell | {"ignoreCase": "value", "pattern": "^AzureWebPowerShellDeployment@1$"} |
service-schema.json | inputs | Azure App Service: Classic (Deprecated) inputs | {"properties": {"ConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "WebSiteLocation": {"type": "string", "ignoreCase": "key"}, "WebSiteName": {"type": "string", "ignoreCase": "key"}, "Slot": {"type": "string", "ignoreCase": "key"}, "Package": {"type": "string", "ignoreCase": "key"}, "doNotDelete": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["ConnectedServiceName", "WebSiteLocation", "WebSiteName", "Package"]} |
service-schema.json | ConnectedServiceName | Azure Subscription (Classic) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebSiteLocation | Web App Location | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebSiteName | Web App Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Slot | Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Package | Web Deploy Package | {"type": "string", "ignoreCase": "key"} |
service-schema.json | doNotDelete | Set DoNotDelete flag | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AdditionalArguments | Additional Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Azure Cloud Service deployment
Deploy an Azure Cloud Service | {"ignoreCase": "value", "pattern": "^AzureCloudPowerShellDeployment@1$"} |
service-schema.json | inputs | Azure Cloud Service deployment inputs | {"properties": {"azureClassicSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "EnableAdvancedStorageOptions": {"type": "boolean", "ignoreCase": "key"}, "StorageAccount": {"type": "string", "ignoreCase": "key"}, "ARMConnectedServiceName": {"type": "string", "ignoreCase": "key"}, "ARMStorageAccount": {"type": "string", "ignoreCase": "key"}, "ServiceName": {"type": "string", "ignoreCase": "key"}, "ServiceLocation": {"type": "string", "ignoreCase": "key"}, "CsPkg": {"type": "string", "ignoreCase": "key"}, "CsCfg": {"type": "string", "ignoreCase": "key"}, "slotName": {"type": "string", "ignoreCase": "key", "aliases": ["Slot"]}, "DeploymentLabel": {"type": "string", "ignoreCase": "key"}, "AppendDateTimeToLabel": {"type": "boolean", "ignoreCase": "key"}, "AllowUpgrade": {"type": "boolean", "ignoreCase": "key"}, "SimultaneousUpgrade": {"type": "boolean", "ignoreCase": "key"}, "ForceUpgrade": {"type": "boolean", "ignoreCase": "key"}, "VerifyRoleInstanceStatus": {"type": "boolean", "ignoreCase": "key"}, "DiagnosticStorageAccountKeys": {"type": "string", "ignoreCase": "key"}, "NewServiceCustomCertificates": {"type": "string", "ignoreCase": "key"}, "NewServiceAdditionalArguments": {"type": "string", "ignoreCase": "key"}, "NewServiceAffinityGroup": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureClassicSubscription", "ServiceName", "ServiceLocation", "CsPkg", "CsCfg"]} |
service-schema.json | azureClassicSubscription | Azure subscription (Classic) | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]} |
service-schema.json | EnableAdvancedStorageOptions | Enable ARM storage support | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | StorageAccount | Storage account (Classic) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ARMConnectedServiceName | Azure subscription (ARM) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ARMStorageAccount | Storage account (ARM) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ServiceName | Service name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ServiceLocation | Service location | {"type": "string", "ignoreCase": "key"} |
service-schema.json | CsPkg | CsPkg | {"type": "string", "ignoreCase": "key"} |
service-schema.json | CsCfg | CsCfg | {"type": "string", "ignoreCase": "key"} |
service-schema.json | slotName | Environment (Slot) | {"type": "string", "ignoreCase": "key", "aliases": ["Slot"]} |
service-schema.json | DeploymentLabel | Deployment label | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppendDateTimeToLabel | Append current date and time | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AllowUpgrade | Allow upgrade | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | SimultaneousUpgrade | Simultaneous upgrade | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ForceUpgrade | Force upgrade | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | VerifyRoleInstanceStatus | Verify role instance status | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | DiagnosticStorageAccountKeys | Diagnostic storage account keys | {"type": "string", "ignoreCase": "key"} |
service-schema.json | NewServiceCustomCertificates | Custom certificates to import | {"type": "string", "ignoreCase": "key"} |
service-schema.json | NewServiceAdditionalArguments | Additional arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | NewServiceAffinityGroup | Affinity group | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Cargo authenticate (for task runners)
Authentication task for the cargo client used for installing Cargo crates distribution | {"ignoreCase": "value", "pattern": "^CargoAuthenticate@0$"} |
service-schema.json | inputs | Cargo authenticate (for task runners) inputs | {"properties": {"configFile": {"type": "string", "ignoreCase": "key"}, "cargoServiceConnections": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["configFile"]} |
service-schema.json | configFile | config.toml file to authenticate | {"type": "string", "ignoreCase": "key"} |
service-schema.json | cargoServiceConnections | Credentials for registries outside this organization/collection | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Delete files
Delete folders, or files matching a pattern | {"ignoreCase": "value", "pattern": "^DeleteFiles@1$"} |
service-schema.json | inputs | Delete files inputs | {"properties": {"SourceFolder": {"type": "string", "ignoreCase": "key"}, "Contents": {"type": "string", "ignoreCase": "key"}, "RemoveSourceFolder": {"type": "boolean", "ignoreCase": "key"}, "RemoveDotFiles": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | SourceFolder | Source Folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Contents | Contents | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RemoveSourceFolder | Remove SourceFolder | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | RemoveDotFiles | Remove files starting with a dot | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | gulp
Run the gulp Node.js streaming task-based build system | {"ignoreCase": "value", "pattern": "^gulp@0$"} |
service-schema.json | inputs | gulp inputs | {"properties": {"gulpFile": {"type": "string", "ignoreCase": "key"}, "targets": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "gulpjs": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "enableCodeCoverage": {"type": "boolean", "ignoreCase": "key"}, "testFramework": {"ignoreCase": "all", "enum": ["Mocha", "Jasmine"]}, "srcFiles": {"type": "string", "ignoreCase": "key"}, "testFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | gulpFile | gulp File Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | targets | gulp Task(s) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | arguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | workingDirectory | Working Directory | {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]} |
service-schema.json | gulpjs | gulp.js location | {"type": "string", "ignoreCase": "key"} |
service-schema.json | publishJUnitResults | Publish to Azure Pipelines | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | testResultsFiles | Test Results Files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testRunTitle | Test Run Title | {"type": "string", "ignoreCase": "key"} |
service-schema.json | enableCodeCoverage | Enable code Coverage | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | testFramework | Test Framework | {"ignoreCase": "all", "enum": ["Mocha", "Jasmine"]} |
service-schema.json | srcFiles | Source Files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testFiles | Test Script Files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | gulp
Run the gulp Node.js streaming task-based build system | {"ignoreCase": "value", "pattern": "^gulp@1$"} |
service-schema.json | inputs | gulp inputs | {"properties": {"gulpFile": {"type": "string", "ignoreCase": "key"}, "targets": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "gulpjs": {"type": "string", "ignoreCase": "key"}, "publishJUnitResults": {"type": "boolean", "ignoreCase": "key"}, "testResultsFiles": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "enableCodeCoverage": {"type": "boolean", "ignoreCase": "key"}, "testFramework": {"ignoreCase": "all", "enum": ["Mocha", "Jasmine"]}, "srcFiles": {"type": "string", "ignoreCase": "key"}, "testFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | gulpFile | gulp File Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | targets | gulp Task(s) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | arguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | workingDirectory | Working Directory | {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]} |
service-schema.json | gulpjs | gulp.js location | {"type": "string", "ignoreCase": "key"} |
service-schema.json | publishJUnitResults | Publish to Azure Pipelines | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | testResultsFiles | Test Results Files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testRunTitle | Test Run Title | {"type": "string", "ignoreCase": "key"} |
service-schema.json | enableCodeCoverage | Enable code Coverage | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | testFramework | Test Framework | {"ignoreCase": "all", "enum": ["Mocha", "Jasmine"]} |
service-schema.json | srcFiles | Source Files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testFiles | Test Script Files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Cloud-based web performance test
Run a quick web performance test in the cloud with Azure Pipelines | {"ignoreCase": "value", "pattern": "^QuickPerfTest@1$"} |
service-schema.json | inputs | Cloud-based web performance test inputs | {"properties": {"connectedServiceName": {"type": "string", "ignoreCase": "key"}, "websiteUrl": {"type": "string", "ignoreCase": "key"}, "testName": {"type": "string", "ignoreCase": "key"}, "vuLoad": {"ignoreCase": "all", "enum": ["25", "50", "100", "250"]}, "runDuration": {"ignoreCase": "all", "enum": ["60", "120", "180", "240", "300"]}, "geoLocation": {"ignoreCase": "all", "enum": ["Default", "Australia East", "Australia Southeast", "Brazil South", "Central India", "Central US", "East Asia", "East US 2", "East US", "Japan East", "Japan West", "North Central US", "North Europe", "South Central US", "South India", "Southeast Asia", "West Europe", "West US"]}, "machineType": {"ignoreCase": "all", "enum": ["0", "2"]}, "resourceGroupName": {"type": "string", "ignoreCase": "key"}, "numOfSelfProvisionedAgents": {"type": "integer", "ignoreCase": "key"}, "avgResponseTimeThreshold": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["websiteUrl", "testName"]} |
service-schema.json | connectedServiceName | Azure Pipelines Connection | {"type": "string", "ignoreCase": "key"} |
service-schema.json | websiteUrl | Website URL | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testName | Test Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | vuLoad | User Load | {"ignoreCase": "all", "enum": ["25", "50", "100", "250"]} |
service-schema.json | runDuration | Run Duration (sec) | {"ignoreCase": "all", "enum": ["60", "120", "180", "240", "300"]} |
service-schema.json | geoLocation | Load Location | {"ignoreCase": "all", "enum": ["Default", "Australia East", "Australia Southeast", "Brazil South", "Central India", "Central US", "East Asia", "East US 2", "East US", "Japan East", "Japan West", "North Central US", "North Europe", "South Central US", "South India", "Southeast Asia", "West Europe", "West US"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.