schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | acrUsername | Azure Container Registry username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | acrPassword | Azure Container Registry password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | dockerfilePath | Dockerfile path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | imageToBuild | Docker image to build | {"type": "string", "ignoreCase": "key"} |
service-schema.json | imageToDeploy | Docker image to deploy | {"type": "string", "ignoreCase": "key"} |
service-schema.json | containerAppName | Azure Container App name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | resourceGroup | Azure resource group name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | containerAppEnvironment | Azure Container App environment | {"type": "string", "ignoreCase": "key"} |
service-schema.json | runtimeStack | Application runtime stack | {"type": "string", "ignoreCase": "key"} |
service-schema.json | targetPort | Application target port | {"type": "string", "ignoreCase": "key"} |
service-schema.json | location | Location of the Container App | {"type": "string", "ignoreCase": "key"} |
service-schema.json | environmentVariables | Environment variables | {"type": "string", "ignoreCase": "key"} |
service-schema.json | disableTelemetry | Disable telemetry | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Use Ruby version
Use the specified version of Ruby from the tool cache, optionally adding it to the PATH | {"ignoreCase": "value", "pattern": "^UseRubyVersion@0$"} |
service-schema.json | inputs | Use Ruby version inputs | {"properties": {"versionSpec": {"type": "string", "ignoreCase": "key"}, "addToPath": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | versionSpec | Version spec | {"type": "string", "ignoreCase": "key"} |
service-schema.json | addToPath | Add to PATH | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Grunt
Run the Grunt JavaScript task runner | {"ignoreCase": "value", "pattern": "^Grunt@0$"} |
service-schema.json | inputs | Grunt inputs | {"properties": {"gruntFile": {"type": "string", "ignoreCase": "key"}, "targets": {"type": "string", "ignoreCase": "key"}, "arguments": {"type": "string", "ignoreCase": "key"}, "workingDirectory": {"type": "string", "ignoreCase": "key", "aliases": ["cwd"]}, "gruntCli": {"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 | gruntFile | Grunt File Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | targets | Grunt 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 | gruntCli | grunt-cli 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 | Azure SQL Database deployment
Deploy an Azure SQL Database using DACPAC or run scripts using SQLCMD | {"ignoreCase": "value", "pattern": "^SqlAzureDacpacDeployment@1$"} |
service-schema.json | inputs | Azure SQL Database deployment inputs | {"properties": {"azureConnectionType": {"ignoreCase": "all", "enum": ["ConnectedServiceName", "ConnectedServiceNameARM"], "aliases": ["ConnectedServiceNameSelector"]}, "azureClassicSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceNameARM"]}, "AuthenticationType": {"ignoreCase": "all", "enum": ["server", "aadAuthenticationPassword", "aadAuthenticationIntegrated", "connectionString", "servicePrincipal"]}, "ServerName": {"type": "string", "ignoreCase": "key"}, "DatabaseName": {"type": "string", "ignoreCase": "key"}, "SqlUsername": {"type": "string", "ignoreCase": "key"}, "SqlPassword": {"type": "string", "ignoreCase": "key"}, "aadSqlUsername": {"type": "string", "ignoreCase": "key"}, "aadSqlPassword": {"type": "string", "ignoreCase": "key"}, "ConnectionString": {"type": "string", "ignoreCase": "key"}, "deployType": {"ignoreCase": "all", "enum": ["DacpacTask", "SqlTask", "InlineSqlTask"], "aliases": ["TaskNameSelector"]}, "DeploymentAction": {"ignoreCase": "all", "enum": ["Publish", "Extract", "Export", "Import", "Script", "DriftReport", "DeployReport"]}, "DacpacFile": {"type": "string", "ignoreCase": "key"}, "BacpacFile": {"type": "string", "ignoreCase": "key"}, "SqlFile": {"type": "string", "ignoreCase": "key"}, "SqlInline": {"type": "string", "ignoreCase": "key"}, "PublishProfile": {"type": "string", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "SqlAdditionalArguments": {"type": "string", "ignoreCase": "key"}, "InlineAdditionalArguments": {"type": "string", "ignoreCase": "key"}, "IpDetectionMethod": {"ignoreCase": "all", "enum": ["AutoDetect", "IPAddressRange"]}, "StartIpAddress": {"type": "string", "ignoreCase": "key"}, "EndIpAddress": {"type": "string", "ignoreCase": "key"}, "DeleteFirewallRule": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": []} |
service-schema.json | azureConnectionType | Azure Service 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 | AuthenticationType | Authentication Type | {"ignoreCase": "all", "enum": ["server", "aadAuthenticationPassword", "aadAuthenticationIntegrated", "connectionString", "servicePrincipal"]} |
service-schema.json | ServerName | Azure SQL Server | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DatabaseName | Database | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SqlUsername | Login | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SqlPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | aadSqlUsername | Login | {"type": "string", "ignoreCase": "key"} |
service-schema.json | aadSqlPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ConnectionString | Connection String | {"type": "string", "ignoreCase": "key"} |
service-schema.json | deployType | Deploy type | {"ignoreCase": "all", "enum": ["DacpacTask", "SqlTask", "InlineSqlTask"], "aliases": ["TaskNameSelector"]} |
service-schema.json | DeploymentAction | Action | {"ignoreCase": "all", "enum": ["Publish", "Extract", "Export", "Import", "Script", "DriftReport", "DeployReport"]} |
service-schema.json | DacpacFile | DACPAC File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | BacpacFile | BACPAC File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SqlFile | SQL Script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SqlInline | Inline SQL Script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | PublishProfile | Publish Profile | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AdditionalArguments | Additional SqlPackage.exe Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SqlAdditionalArguments | Additional Invoke-Sqlcmd Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | InlineAdditionalArguments | Additional Invoke-Sqlcmd Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | IpDetectionMethod | Specify Firewall Rules Using | {"ignoreCase": "all", "enum": ["AutoDetect", "IPAddressRange"]} |
service-schema.json | StartIpAddress | Start IP Address | {"type": "string", "ignoreCase": "key"} |
service-schema.json | EndIpAddress | End IP Address | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DeleteFirewallRule | Delete Rule After Task Ends | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Container Structure Test
Uses container-structure-test (https://github.com/GoogleContainerTools/container-structure-test) to validate the structure of an image based on four categories of tests - command tests, file existence tests, file content tests and metadata tests | {"ignoreCase": "value", "pattern": "^ContainerStructureTest@0$"} |
service-schema.json | inputs | Container Structure Test inputs | {"properties": {"dockerRegistryServiceConnection": {"type": "string", "ignoreCase": "key"}, "repository": {"type": "string", "ignoreCase": "key"}, "tag": {"type": "string", "ignoreCase": "key"}, "configFile": {"type": "string", "ignoreCase": "key"}, "testRunTitle": {"type": "string", "ignoreCase": "key"}, "failTaskOnFailedTests": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["dockerRegistryServiceConnection", "repository", "configFile"]} |
service-schema.json | dockerRegistryServiceConnection | Docker registry service connection | {"type": "string", "ignoreCase": "key"} |
service-schema.json | repository | Container repository | {"type": "string", "ignoreCase": "key"} |
service-schema.json | tag | Tag | {"type": "string", "ignoreCase": "key"} |
service-schema.json | configFile | Config file path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | testRunTitle | Test run title | {"type": "string", "ignoreCase": "key"} |
service-schema.json | failTaskOnFailedTests | Fail task if there are test failures | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | [Deprecated] IIS Web App deployment
Deploy using MSDeploy, then create/update websites and app pools | {"ignoreCase": "value", "pattern": "^IISWebAppDeployment@1$"} |
service-schema.json | inputs | [Deprecated] IIS Web App deployment inputs | {"properties": {"EnvironmentName": {"type": "string", "ignoreCase": "key"}, "AdminUserName": {"type": "string", "ignoreCase": "key"}, "AdminPassword": {"type": "string", "ignoreCase": "key"}, "WinRMProtocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "TestCertificate": {"type": "boolean", "ignoreCase": "key"}, "WebDeployPackage": {"type": "string", "ignoreCase": "key"}, "WebDeployParamFile": {"type": "string", "ignoreCase": "key"}, "OverRideParams": {"type": "string", "ignoreCase": "key"}, "CreateWebSite": {"type": "boolean", "ignoreCase": "key"}, "WebSiteName": {"type": "string", "ignoreCase": "key"}, "WebSitePhysicalPath": {"type": "string", "ignoreCase": "key"}, "WebSitePhysicalPathAuth": {"ignoreCase": "all", "enum": ["WebSiteUserPassThrough", "WebSiteWindowsAuth"]}, "WebSiteAuthUserName": {"type": "string", "ignoreCase": "key"}, "WebSiteAuthUserPassword": {"type": "string", "ignoreCase": "key"}, "AddBinding": {"type": "boolean", "ignoreCase": "key"}, "AssignDuplicateBinding": {"type": "boolean", "ignoreCase": "key"}, "Protocol": {"ignoreCase": "all", "enum": ["https", "http"]}, "IPAddress": {"type": "string", "ignoreCase": "key"}, "Port": {"type": "string", "ignoreCase": "key"}, "ServerNameIndication": {"type": "boolean", "ignoreCase": "key"}, "HostNameWithOutSNI": {"type": "string", "ignoreCase": "key"}, "HostNameWithHttp": {"type": "string", "ignoreCase": "key"}, "HostNameWithSNI": {"type": "string", "ignoreCase": "key"}, "SSLCertThumbPrint": {"type": "string", "ignoreCase": "key"}, "CreateAppPool": {"type": "boolean", "ignoreCase": "key"}, "AppPoolName": {"type": "string", "ignoreCase": "key"}, "DotNetVersion": {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]}, "PipeLineMode": {"ignoreCase": "all", "enum": ["Integrated", "Classic"]}, "AppPoolIdentity": {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]}, "AppPoolUsername": {"type": "string", "ignoreCase": "key"}, "AppPoolPassword": {"type": "string", "ignoreCase": "key"}, "AppCmdCommands": {"type": "string", "ignoreCase": "key"}, "DeployInParallel": {"type": "boolean", "ignoreCase": "key"}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineFilter": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["EnvironmentName", "WebDeployPackage"]} |
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 | WinRMProtocol | Protocol | {"ignoreCase": "all", "enum": ["Http", "Https"]} |
service-schema.json | TestCertificate | Test Certificate | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | WebDeployPackage | Web Deploy Package | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebDeployParamFile | Web Deploy Parameter File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | OverRideParams | Override Parameters | {"type": "string", "ignoreCase": "key"} |
service-schema.json | CreateWebSite | Create or Update Website | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | WebSiteName | Website Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebSitePhysicalPath | Physical Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebSitePhysicalPathAuth | Physical Path Authentication | {"ignoreCase": "all", "enum": ["WebSiteUserPassThrough", "WebSiteWindowsAuth"]} |
service-schema.json | WebSiteAuthUserName | User Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebSiteAuthUserPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AddBinding | Add Binding | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AssignDuplicateBinding | Assign Duplicate Binding | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | Protocol | Protocol | {"ignoreCase": "all", "enum": ["https", "http"]} |
service-schema.json | IPAddress | IP Address | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Port | Port | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ServerNameIndication | Server Name Indication Required | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | HostNameWithOutSNI | Host Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | HostNameWithHttp | Host Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | HostNameWithSNI | Host Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SSLCertThumbPrint | SSL Certificate Thumb Print | {"type": "string", "ignoreCase": "key"} |
service-schema.json | CreateAppPool | Create or Update Application Pool | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AppPoolName | Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DotNetVersion | .NET Version | {"ignoreCase": "all", "enum": ["v4.0", "v2.0", "No Managed Code"]} |
service-schema.json | PipeLineMode | Managed Pipeline Mode | {"ignoreCase": "all", "enum": ["Integrated", "Classic"]} |
service-schema.json | AppPoolIdentity | Identity | {"ignoreCase": "all", "enum": ["ApplicationPoolIdentity", "LocalService", "LocalSystem", "NetworkService", "SpecificUser"]} |
service-schema.json | AppPoolUsername | Username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppPoolPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppCmdCommands | Additional AppCmd.exe Commands | {"type": "string", "ignoreCase": "key"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.