schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | data_api_location | Data api location | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Node.js tool installer
Finds or downloads and caches the specified version spec of Node.js and adds it to the PATH | {"ignoreCase": "value", "pattern": "^NodeTool@0$"} |
service-schema.json | inputs | Node.js tool installer inputs | {"properties": {"versionSource": {"ignoreCase": "all", "enum": ["spec", "fromFile"]}, "versionSpec": {"type": "string", "ignoreCase": "key"}, "versionFilePath": {"type": "string", "ignoreCase": "key"}, "checkLatest": {"type": "boolean", "ignoreCase": "key"}, "force32bit": {"type": "boolean", "ignoreCase": "key"}, "nodejsMirror": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | versionSource | Source of version | {"ignoreCase": "all", "enum": ["spec", "fromFile"]} |
service-schema.json | versionSpec | Version Spec | {"type": "string", "ignoreCase": "key"} |
service-schema.json | versionFilePath | Path to the .nvmrc file | {"type": "string", "ignoreCase": "key"} |
service-schema.json | checkLatest | Check for Latest Version | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | force32bit | Use 32 bit version on x64 agents | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | nodejsMirror | Set source for Node.js binaries | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Use Node.js ecosystem
Set up a Node.js environment and add it to the PATH, additionally providing proxy support | {"ignoreCase": "value", "pattern": "^UseNode@1$"} |
service-schema.json | inputs | Use Node.js ecosystem inputs | {"properties": {"version": {"type": "string", "ignoreCase": "key"}, "checkLatest": {"type": "boolean", "ignoreCase": "key"}, "force32bit": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | version | Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | checkLatest | Check for Latest Version | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | force32bit | Use 32 bit version on x64 agents | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | [Deprecated] SQL Server database deploy
Deploy a SQL Server database using DACPAC | {"ignoreCase": "value", "pattern": "^SqlServerDacpacDeployment@1$"} |
service-schema.json | inputs | [Deprecated] SQL Server database deploy inputs | {"properties": {"EnvironmentName": {"type": "string", "ignoreCase": "key"}, "AdminUserName": {"type": "string", "ignoreCase": "key"}, "AdminPassword": {"type": "string", "ignoreCase": "key"}, "Protocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "TestCertificate": {"type": "boolean", "ignoreCase": "key"}, "DacpacFile": {"type": "string", "ignoreCase": "key"}, "TargetMethod": {"ignoreCase": "all", "enum": ["server", "connectionString", "publishProfile"]}, "ServerName": {"type": "string", "ignoreCase": "key"}, "DatabaseName": {"type": "string", "ignoreCase": "key"}, "SqlUsername": {"type": "string", "ignoreCase": "key"}, "SqlPassword": {"type": "string", "ignoreCase": "key"}, "ConnectionString": {"type": "string", "ignoreCase": "key"}, "PublishProfile": {"type": "string", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "DeployInParallel": {"type": "boolean", "ignoreCase": "key"}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineFilter": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["EnvironmentName", "DacpacFile"]} |
service-schema.json | EnvironmentName | Machines | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdminUserName | Admin Login | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdminPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Protocol | Protocol | {"ignoreCase": "all", "enum": ["Http", "Https"]} |
service-schema.json | TestCertificate | Test Certificate | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | DacpacFile | DACPAC File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | TargetMethod | Specify SQL Using | {"ignoreCase": "all", "enum": ["server", "connectionString", "publishProfile"]} |
service-schema.json | ServerName | Server Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DatabaseName | Database Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SqlUsername | SQL Username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SqlPassword | SQL Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ConnectionString | Connection String | {"type": "string", "ignoreCase": "key"} |
service-schema.json | PublishProfile | Publish Profile | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArguments | Additional Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DeployInParallel | Deploy in Parallel | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ResourceFilteringMethod | Select Machines By | {"ignoreCase": "all", "enum": ["machineNames", "tags"]} |
service-schema.json | MachineFilter | Deploy to Machines | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Visual Studio test platform installer
Acquire the test platform from nuget.org or the tool cache. Satisfies the ‘vstest’ demand and can be used for running tests and collecting diagnostic data using the Visual Studio Test task. | {"ignoreCase": "value", "pattern": "^VisualStudioTestPlatformInstaller@1$"} |
service-schema.json | inputs | Visual Studio test platform installer inputs | {"properties": {"packageFeedSelector": {"ignoreCase": "all", "enum": ["nugetOrg", "customFeed", "netShare"]}, "versionSelector": {"ignoreCase": "all", "enum": ["latestPreRelease", "latestStable", "specificVersion"]}, "testPlatformVersion": {"type": "string", "ignoreCase": "key"}, "customFeed": {"type": "string", "ignoreCase": "key"}, "username": {"type": "string", "ignoreCase": "key"}, "password": {"type": "string", "ignoreCase": "key"}, "netShare": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | packageFeedSelector | Package Feed | {"ignoreCase": "all", "enum": ["nugetOrg", "customFeed", "netShare"]} |
service-schema.json | versionSelector | Version | {"ignoreCase": "all", "enum": ["latestPreRelease", "latestStable", "specificVersion"]} |
service-schema.json | testPlatformVersion | Test Platform Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | customFeed | Package Source | {"type": "string", "ignoreCase": "key"} |
service-schema.json | username | User Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | password | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | netShare | UNC Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Publish To Azure Service Bus
Sends a message to Azure Service Bus using a service connection (no agent is required) | {"ignoreCase": "value", "pattern": "^PublishToAzureServiceBus@1$"} |
service-schema.json | inputs | Publish To Azure Service Bus inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceName"]}, "messageBody": {"type": "string", "ignoreCase": "key"}, "sessionId": {"type": "string", "ignoreCase": "key"}, "signPayload": {"type": "boolean", "ignoreCase": "key"}, "certificateString": {"type": "string", "ignoreCase": "key"}, "signatureKey": {"type": "string", "ignoreCase": "key"}, "waitForCompletion": {"type": "boolean", "ignoreCase": "key"}, "useDataContractSerializer": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]} |
service-schema.json | azureSubscription | Azure Service Bus service connection | {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceName"]} |
service-schema.json | messageBody | Message body | {"type": "string", "ignoreCase": "key"} |
service-schema.json | sessionId | Session Id | {"type": "string", "ignoreCase": "key"} |
service-schema.json | signPayload | Sign the Message | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | certificateString | Certificate Variable | {"type": "string", "ignoreCase": "key"} |
service-schema.json | signatureKey | Signature Property Key | {"type": "string", "ignoreCase": "key"} |
service-schema.json | waitForCompletion | Wait for task completion | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | useDataContractSerializer | Use .NET data contract serailizer | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Publish To Azure Service Bus
Sends a message to azure service bus using a service connection (no agent required). | {"ignoreCase": "value", "pattern": "^PublishToAzureServiceBus@0$"} |
service-schema.json | inputs | Publish To Azure Service Bus inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceName"]}, "messageBody": {"type": "string", "ignoreCase": "key"}, "waitForCompletion": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription"]} |
service-schema.json | azureSubscription | Azure service bus connection | {"type": "string", "ignoreCase": "key", "aliases": ["connectedServiceName"]} |
service-schema.json | messageBody | Message body | {"type": "string", "ignoreCase": "key"} |
service-schema.json | waitForCompletion | Wait for task completion | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Deploy to Kubernetes
Use Kubernetes manifest files to deploy to clusters or even bake the manifest files to be used for deployments using Helm charts | {"ignoreCase": "value", "pattern": "^KubernetesManifest@0$"} |
service-schema.json | inputs | Deploy to Kubernetes inputs | {"properties": {"action": {"ignoreCase": "all", "enum": ["bake", "createSecret", "delete", "deploy", "patch", "promote", "scale", "reject"]}, "kubernetesServiceConnection": {"type": "string", "ignoreCase": "key"}, "namespace": {"type": "string", "ignoreCase": "key"}, "strategy": {"ignoreCase": "all", "enum": ["canary", "none"]}, "trafficSplitMethod": {"ignoreCase": "all", "enum": ["pod", "smi"]}, "percentage": {"type": "string", "ignoreCase": "key"}, "baselineAndCanaryReplicas": {"type": "string", "ignoreCase": "key"}, "manifests": {"type": "string", "ignoreCase": "key"}, "containers": {"type": "string", "ignoreCase": "key"}, "imagePullSecrets": {"type": "string", "ignoreCase": "key"}, "renderType": {"ignoreCase": "all", "enum": ["helm", "kompose", "kustomize"]}, "dockerComposeFile": {"type": "string", "ignoreCase": "key"}, "helmChart": {"type": "string", "ignoreCase": "key"}, "releaseName": {"type": "string", "ignoreCase": "key"}, "overrideFiles": {"type": "string", "ignoreCase": "key"}, "overrides": {"type": "string", "ignoreCase": "key"}, "kustomizationPath": {"type": "string", "ignoreCase": "key"}, "resourceToPatch": {"ignoreCase": "all", "enum": ["file", "name"]}, "resourceFileToPatch": {"type": "string", "ignoreCase": "key"}, "kind": {"ignoreCase": "all", "enum": ["deployment", "replicaset", "statefulset"]}, "name": {"type": "string", "ignoreCase": "key"}, "replicas": {"type": "string", "ignoreCase": "key"}, "mergeStrategy": {"ignoreCase": "all", "enum": ["json", "merge", "strategic"]}, "arguments": {"type": "string", "ignoreCase": "key"}, "patch": {"type": "string", "ignoreCase": "key"}, "secretType": {"ignoreCase": "all", "enum": ["dockerRegistry", "generic"]}, "secretName": {"type": "string", "ignoreCase": "key"}, "secretArguments": {"type": "string", "ignoreCase": "key"}, "dockerRegistryEndpoint": {"type": "string", "ignoreCase": "key"}, "rolloutStatusTimeout": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | action | Action | {"ignoreCase": "all", "enum": ["bake", "createSecret", "delete", "deploy", "patch", "promote", "scale", "reject"]} |
service-schema.json | kubernetesServiceConnection | Kubernetes service connection | {"type": "string", "ignoreCase": "key"} |
service-schema.json | namespace | Namespace | {"type": "string", "ignoreCase": "key"} |
service-schema.json | strategy | Strategy | {"ignoreCase": "all", "enum": ["canary", "none"]} |
service-schema.json | trafficSplitMethod | Traffic split method | {"ignoreCase": "all", "enum": ["pod", "smi"]} |
service-schema.json | percentage | Percentage | {"type": "string", "ignoreCase": "key"} |
service-schema.json | baselineAndCanaryReplicas | Baseline and canary replicas | {"type": "string", "ignoreCase": "key"} |
service-schema.json | manifests | Manifests | {"type": "string", "ignoreCase": "key"} |
service-schema.json | containers | Containers | {"type": "string", "ignoreCase": "key"} |
service-schema.json | imagePullSecrets | ImagePullSecrets | {"type": "string", "ignoreCase": "key"} |
service-schema.json | renderType | Render Engine | {"ignoreCase": "all", "enum": ["helm", "kompose", "kustomize"]} |
service-schema.json | dockerComposeFile | Path to docker compose file | {"type": "string", "ignoreCase": "key"} |
service-schema.json | helmChart | Helm Chart | {"type": "string", "ignoreCase": "key"} |
service-schema.json | releaseName | Helm Release Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | overrideFiles | Override Files | {"type": "string", "ignoreCase": "key"} |
service-schema.json | overrides | Overrides | {"type": "string", "ignoreCase": "key"} |
service-schema.json | kustomizationPath | Kustomization Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | resourceToPatch | Resource to patch | {"ignoreCase": "all", "enum": ["file", "name"]} |
service-schema.json | resourceFileToPatch | File path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | kind | Kind | {"ignoreCase": "all", "enum": ["deployment", "replicaset", "statefulset"]} |
service-schema.json | name | Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | replicas | Replica count | {"type": "string", "ignoreCase": "key"} |
service-schema.json | mergeStrategy | Merge Strategy | {"ignoreCase": "all", "enum": ["json", "merge", "strategic"]} |
service-schema.json | arguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | patch | Patch | {"type": "string", "ignoreCase": "key"} |
service-schema.json | secretType | Type of secret | {"ignoreCase": "all", "enum": ["dockerRegistry", "generic"]} |
service-schema.json | secretName | Secret name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | secretArguments | Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | dockerRegistryEndpoint | Docker registry service connection | {"type": "string", "ignoreCase": "key"} |
service-schema.json | rolloutStatusTimeout | Timeout for rollout status | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Deploy to Kubernetes
Use Kubernetes manifest files to deploy to clusters or even bake the manifest files to be used for deployments using Helm charts | {"ignoreCase": "value", "pattern": "^KubernetesManifest@1$"} |
service-schema.json | inputs | Deploy to Kubernetes inputs | {"properties": {"action": {"ignoreCase": "all", "enum": ["bake", "createSecret", "delete", "deploy", "patch", "promote", "scale", "reject"]}, "connectionType": {"ignoreCase": "all", "enum": ["azureResourceManager", "kubernetesServiceConnection"]}, "kubernetesServiceConnection": {"type": "string", "ignoreCase": "key", "aliases": ["kubernetesServiceEndpoint"]}, "azureSubscriptionConnection": {"type": "string", "ignoreCase": "key", "aliases": ["azureSubscriptionEndpoint"]}, "azureResourceGroup": {"type": "string", "ignoreCase": "key"}, "kubernetesCluster": {"type": "string", "ignoreCase": "key"}, "namespace": {"type": "string", "ignoreCase": "key"}, "strategy": {"ignoreCase": "all", "enum": ["canary", "none"]}, "trafficSplitMethod": {"ignoreCase": "all", "enum": ["pod", "smi"]}, "percentage": {"type": "string", "ignoreCase": "key"}, "baselineAndCanaryReplicas": {"type": "string", "ignoreCase": "key"}, "manifests": {"type": "string", "ignoreCase": "key"}, "containers": {"type": "string", "ignoreCase": "key"}, "imagePullSecrets": {"type": "string", "ignoreCase": "key"}, "renderType": {"ignoreCase": "all", "enum": ["helm", "kompose", "kustomize"]}, "dockerComposeFile": {"type": "string", "ignoreCase": "key"}, "helmChart": {"type": "string", "ignoreCase": "key"}, "releaseName": {"type": "string", "ignoreCase": "key"}, "overrideFiles": {"type": "string", "ignoreCase": "key"}, "overrides": {"type": "string", "ignoreCase": "key"}, "kustomizationPath": {"type": "string", "ignoreCase": "key"}, "resourceToPatch": {"ignoreCase": "all", "enum": ["file", "name"]}, "resourceFileToPatch": {"type": "string", "ignoreCase": "key"}, "kind": {"ignoreCase": "all", "enum": ["deployment", "replicaset", "statefulset"]}, "name": {"type": "string", "ignoreCase": "key"}, "replicas": {"type": "string", "ignoreCase": "key"}, "mergeStrategy": {"ignoreCase": "all", "enum": ["json", "merge", "strategic"]}, "arguments": {"type": "string", "ignoreCase": "key"}, "patch": {"type": "string", "ignoreCase": "key"}, "secretType": {"ignoreCase": "all", "enum": ["dockerRegistry", "generic"]}, "secretName": {"type": "string", "ignoreCase": "key"}, "secretArguments": {"type": "string", "ignoreCase": "key"}, "dockerRegistryEndpoint": {"type": "string", "ignoreCase": "key"}, "rolloutStatusTimeout": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | action | Action | {"ignoreCase": "all", "enum": ["bake", "createSecret", "delete", "deploy", "patch", "promote", "scale", "reject"]} |
service-schema.json | connectionType | Service connection type | {"ignoreCase": "all", "enum": ["azureResourceManager", "kubernetesServiceConnection"]} |
service-schema.json | kubernetesServiceConnection | Kubernetes service connection | {"type": "string", "ignoreCase": "key", "aliases": ["kubernetesServiceEndpoint"]} |
service-schema.json | azureSubscriptionConnection | 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 | namespace | Namespace | {"type": "string", "ignoreCase": "key"} |
service-schema.json | strategy | Strategy | {"ignoreCase": "all", "enum": ["canary", "none"]} |
service-schema.json | trafficSplitMethod | Traffic split method | {"ignoreCase": "all", "enum": ["pod", "smi"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.