schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | task | Azure file copy
Copy files to Azure Blob Storage or virtual machines | {"ignoreCase": "value", "pattern": "^AzureFileCopy@5$"} |
service-schema.json | inputs | Azure file copy inputs | {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "Destination": {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]}, "storage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]}, "ContainerName": {"type": "string", "ignoreCase": "key"}, "BlobPrefix": {"type": "string", "ignoreCase": "key"}, "resourceGroup": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}, "vmsAdminUserName": {"type": "string", "ignoreCase": "key"}, "vmsAdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForBlobCopy": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForVMCopy": {"type": "string", "ignoreCase": "key"}, "sasTokenTimeOutInMinutes": {"type": "string", "ignoreCase": "key"}, "enableCopyPrerequisites": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "skipCACheck": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "azureSubscription", "Destination", "storage"]} |
service-schema.json | SourcePath | Source | {"type": "string", "ignoreCase": "key"} |
service-schema.json | azureSubscription | Azure Subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]} |
service-schema.json | Destination | Destination Type | {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]} |
service-schema.json | storage | RM Storage Account | {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]} |
service-schema.json | ContainerName | Container Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | BlobPrefix | Blob Prefix | {"type": "string", "ignoreCase": "key"} |
service-schema.json | resourceGroup | Resource Group | {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]} |
service-schema.json | ResourceFilteringMethod | Select Machines By | {"ignoreCase": "all", "enum": ["machineNames", "tags"]} |
service-schema.json | MachineNames | Filter Criteria | {"type": "string", "ignoreCase": "key"} |
service-schema.json | vmsAdminUserName | Admin Login | {"type": "string", "ignoreCase": "key"} |
service-schema.json | vmsAdminPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | TargetPath | Destination Folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArgumentsForBlobCopy | Optional Arguments (for uploading files to blob) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArgumentsForVMCopy | Optional Arguments (for downloading files to VM) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | sasTokenTimeOutInMinutes | SAS Token Expiration Period In Minutes | {"type": "string", "ignoreCase": "key"} |
service-schema.json | enableCopyPrerequisites | Enable Copy Prerequisites | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | CopyFilesInParallel | Copy in Parallel | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | CleanTargetBeforeCopy | Clean Target | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | skipCACheck | Test Certificate | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Azure file copy
Copy files to Azure Blob Storage or virtual machines | {"ignoreCase": "value", "pattern": "^AzureFileCopy@2$"} |
service-schema.json | inputs | Azure file copy inputs | {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "azureConnectionType": {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameARM"], "aliases": ["ConnectedServiceNameSelector"]}, "azureClassicSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "Destination": {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]}, "classicStorage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccount"]}, "storage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]}, "ContainerName": {"type": "string", "ignoreCase": "key"}, "BlobPrefix": {"type": "string", "ignoreCase": "key"}, "cloudService": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentName"]}, "resourceGroup": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}, "vmsAdminUserName": {"type": "string", "ignoreCase": "key"}, "vmsAdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForBlobCopy": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForVMCopy": {"type": "string", "ignoreCase": "key"}, "enableCopyPrerequisites": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "skipCACheck": {"type": "boolean", "ignoreCase": "key"}, "outputStorageUri": {"type": "string", "ignoreCase": "key"}, "outputStorageContainerSasToken": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "Destination"]} |
service-schema.json | SourcePath | Source | {"type": "string", "ignoreCase": "key"} |
service-schema.json | azureConnectionType | Azure Connection Type | {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameARM"], "aliases": ["ConnectedServiceNameSelector"]} |
service-schema.json | azureClassicSubscription | Azure Classic Subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]} |
service-schema.json | azureSubscription | Azure Subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]} |
service-schema.json | Destination | Destination Type | {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]} |
service-schema.json | classicStorage | Classic Storage Account | {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccount"]} |
service-schema.json | storage | RM Storage Account | {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]} |
service-schema.json | ContainerName | Container Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | BlobPrefix | Blob Prefix | {"type": "string", "ignoreCase": "key"} |
service-schema.json | cloudService | Cloud Service | {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentName"]} |
service-schema.json | resourceGroup | Resource Group | {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]} |
service-schema.json | ResourceFilteringMethod | Select Machines By | {"ignoreCase": "all", "enum": ["machineNames", "tags"]} |
service-schema.json | MachineNames | Filter Criteria | {"type": "string", "ignoreCase": "key"} |
service-schema.json | vmsAdminUserName | Admin Login | {"type": "string", "ignoreCase": "key"} |
service-schema.json | vmsAdminPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | TargetPath | Destination Folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArgumentsForBlobCopy | Optional Arguments (for uploading files to blob) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArgumentsForVMCopy | Optional Arguments (for downloading files to VM) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | enableCopyPrerequisites | Enable Copy Prerequisites | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | CopyFilesInParallel | Copy in Parallel | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | CleanTargetBeforeCopy | Clean Target | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | skipCACheck | Test Certificate | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | outputStorageUri | Storage Container URI | {"type": "string", "ignoreCase": "key"} |
service-schema.json | outputStorageContainerSasToken | Storage Container SAS Token | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Azure file copy
Copy files to Azure Blob Storage or virtual machines | {"ignoreCase": "value", "pattern": "^AzureFileCopy@3$"} |
service-schema.json | inputs | Azure file copy inputs | {"properties": {"SourcePath": {"type": "string", "ignoreCase": "key"}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "Destination": {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]}, "storage": {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]}, "ContainerName": {"type": "string", "ignoreCase": "key"}, "BlobPrefix": {"type": "string", "ignoreCase": "key"}, "resourceGroup": {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}, "vmsAdminUserName": {"type": "string", "ignoreCase": "key"}, "vmsAdminPassword": {"type": "string", "ignoreCase": "key"}, "TargetPath": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForBlobCopy": {"type": "string", "ignoreCase": "key"}, "AdditionalArgumentsForVMCopy": {"type": "string", "ignoreCase": "key"}, "enableCopyPrerequisites": {"type": "boolean", "ignoreCase": "key"}, "CopyFilesInParallel": {"type": "boolean", "ignoreCase": "key"}, "CleanTargetBeforeCopy": {"type": "boolean", "ignoreCase": "key"}, "skipCACheck": {"type": "boolean", "ignoreCase": "key"}, "outputStorageUri": {"type": "string", "ignoreCase": "key"}, "outputStorageContainerSasToken": {"type": "string", "ignoreCase": "key"}, "sasTokenTimeOutInMinutes": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["SourcePath", "azureSubscription", "Destination", "storage"]} |
service-schema.json | SourcePath | Source | {"type": "string", "ignoreCase": "key"} |
service-schema.json | azureSubscription | Azure Subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]} |
service-schema.json | Destination | Destination Type | {"ignoreCase": "all", "enum": ["AzureBlob", "AzureVMs"]} |
service-schema.json | storage | RM Storage Account | {"type": "string", "ignoreCase": "key", "aliases": ["StorageAccountRM"]} |
service-schema.json | ContainerName | Container Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | BlobPrefix | Blob Prefix | {"type": "string", "ignoreCase": "key"} |
service-schema.json | resourceGroup | Resource Group | {"type": "string", "ignoreCase": "key", "aliases": ["EnvironmentNameRM"]} |
service-schema.json | ResourceFilteringMethod | Select Machines By | {"ignoreCase": "all", "enum": ["machineNames", "tags"]} |
service-schema.json | MachineNames | Filter Criteria | {"type": "string", "ignoreCase": "key"} |
service-schema.json | vmsAdminUserName | Admin Login | {"type": "string", "ignoreCase": "key"} |
service-schema.json | vmsAdminPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | TargetPath | Destination Folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArgumentsForBlobCopy | Optional Arguments (for uploading files to blob) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArgumentsForVMCopy | Optional Arguments (for downloading files to VM) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | enableCopyPrerequisites | Enable Copy Prerequisites | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | CopyFilesInParallel | Copy in Parallel | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | CleanTargetBeforeCopy | Clean Target | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | skipCACheck | Test Certificate | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | outputStorageUri | Storage Container URI | {"type": "string", "ignoreCase": "key"} |
service-schema.json | outputStorageContainerSasToken | Storage Container SAS Token | {"type": "string", "ignoreCase": "key"} |
service-schema.json | sasTokenTimeOutInMinutes | SAS Token Expiration Period In Minutes | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Index sources and publish symbols
Index your source code and publish symbols to a file share or Azure Artifacts symbol server | {"ignoreCase": "value", "pattern": "^PublishSymbols@2$"} |
service-schema.json | inputs | Index sources and publish symbols inputs | {"properties": {"SymbolsFolder": {"type": "string", "ignoreCase": "key"}, "SearchPattern": {"type": "string", "ignoreCase": "key"}, "IndexSources": {"type": "boolean", "ignoreCase": "key"}, "PublishSymbols": {"type": "boolean", "ignoreCase": "key"}, "SymbolServerType": {"ignoreCase": "all", "enum": [" ", "TeamServices", "FileShare"]}, "SymbolsPath": {"type": "string", "ignoreCase": "key"}, "CompressSymbols": {"type": "boolean", "ignoreCase": "key"}, "SymbolExpirationInDays": {"type": "string", "ignoreCase": "key"}, "IndexableFileFormats": {"ignoreCase": "all", "enum": ["Default", "Pdb", "SourceMap", "All"]}, "DetailedLog": {"type": "boolean", "ignoreCase": "key"}, "TreatNotIndexedAsWarning": {"type": "boolean", "ignoreCase": "key"}, "UseNetCoreClientTool": {"type": "boolean", "ignoreCase": "key"}, "SymbolsMaximumWaitTime": {"type": "string", "ignoreCase": "key"}, "SymbolsProduct": {"type": "string", "ignoreCase": "key"}, "SymbolsVersion": {"type": "string", "ignoreCase": "key"}, "SymbolsArtifactName": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | SymbolsFolder | Path to symbols folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SearchPattern | Search pattern | {"type": "string", "ignoreCase": "key"} |
service-schema.json | IndexSources | Index sources | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | PublishSymbols | Publish symbols | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | SymbolServerType | Symbol server type | {"ignoreCase": "all", "enum": [" ", "TeamServices", "FileShare"]} |
service-schema.json | SymbolsPath | Path to publish symbols | {"type": "string", "ignoreCase": "key"} |
service-schema.json | CompressSymbols | Compress symbols | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | SymbolExpirationInDays | Symbol Expiration (in days) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | IndexableFileFormats | Symbol file formats to publish | {"ignoreCase": "all", "enum": ["Default", "Pdb", "SourceMap", "All"]} |
service-schema.json | DetailedLog | Verbose logging | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | TreatNotIndexedAsWarning | Warn if not indexed | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | UseNetCoreClientTool | Use NetCore client tool | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | SymbolsMaximumWaitTime | Max wait time (min) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SymbolsProduct | Product | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SymbolsVersion | Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SymbolsArtifactName | Artifact name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Index Sources & Publish Symbols
Index your source code and publish symbols to a file share | {"ignoreCase": "value", "pattern": "^PublishSymbols@1$"} |
service-schema.json | inputs | Index Sources & Publish Symbols inputs | {"properties": {"SymbolsPath": {"type": "string", "ignoreCase": "key"}, "SearchPattern": {"type": "string", "ignoreCase": "key"}, "SymbolsFolder": {"type": "string", "ignoreCase": "key"}, "SkipIndexing": {"type": "boolean", "ignoreCase": "key"}, "TreatNotIndexedAsWarning": {"type": "boolean", "ignoreCase": "key"}, "SymbolsMaximumWaitTime": {"type": "string", "ignoreCase": "key"}, "SymbolsProduct": {"type": "string", "ignoreCase": "key"}, "SymbolsVersion": {"type": "string", "ignoreCase": "key"}, "SymbolsArtifactName": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | SymbolsPath | Path to publish symbols | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SearchPattern | Search pattern | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SymbolsFolder | Path to symbols folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SkipIndexing | Skip indexing | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | TreatNotIndexedAsWarning | Warn if not indexed | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | SymbolsMaximumWaitTime | Max wait time (min) | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SymbolsProduct | Product | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SymbolsVersion | Version | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SymbolsArtifactName | Artifact name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | Copy files over SSH
Copy files or build artifacts to a remote machine over SSH | {"ignoreCase": "value", "pattern": "^CopyFilesOverSSH@0$"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.