schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
service-schema.json | ConnectedServiceName | Azure Subscription | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebAppName | App Service name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DeployToSlotFlag | Deploy to slot | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ResourceGroupName | Resource group | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SlotName | Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | VirtualApplication | Virtual Application | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Package | Package or Folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebAppUri | App Service URL | {"type": "string", "ignoreCase": "key"} |
service-schema.json | UseWebDeploy | Publish using Web Deploy | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | SetParametersFile | SetParameters File | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RemoveAdditionalFilesFlag | Remove Additional Files at Destination | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ExcludeFilesFromAppDataFlag | Exclude Files from the App_Data Folder | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AdditionalArguments | Additional Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | TakeAppOfflineFlag | Take App Offline | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | Azure App Service deploy
Deploy to Azure App Service a web, mobile, or API app using Docker, Java, .NET, .NET Core, Node.js, PHP, Python, or Ruby | {"ignoreCase": "value", "pattern": "^AzureRmWebAppDeployment@3$"} |
service-schema.json | inputs | Azure App Service deploy inputs | {"properties": {"azureSubscription": {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]}, "appType": {"ignoreCase": "all", "enum": ["app", "applinux", "functionapp", "api", "mobileapp"], "aliases": ["WebAppKind"]}, "WebAppName": {"type": "string", "ignoreCase": "key"}, "DeployToSlotFlag": {"type": "boolean", "ignoreCase": "key"}, "ResourceGroupName": {"type": "string", "ignoreCase": "key"}, "SlotName": {"type": "string", "ignoreCase": "key"}, "ImageSource": {"ignoreCase": "all", "enum": ["Registry", "Builtin"]}, "AzureContainerRegistry": {"type": "string", "ignoreCase": "key"}, "AzureContainerRegistryLoginServer": {"type": "string", "ignoreCase": "key"}, "AzureContainerRegistryImage": {"type": "string", "ignoreCase": "key"}, "AzureContainerRegistryTag": {"type": "string", "ignoreCase": "key"}, "DockerRepositoryAccess": {"ignoreCase": "all", "enum": ["private", "public"]}, "dockerRegistryConnection": {"type": "string", "ignoreCase": "key", "aliases": ["RegistryConnectedServiceName"]}, "PrivateRegistryImage": {"type": "string", "ignoreCase": "key"}, "PrivateRegistryTag": {"type": "string", "ignoreCase": "key"}, "DockerNamespace": {"type": "string", "ignoreCase": "key"}, "DockerRepository": {"type": "string", "ignoreCase": "key"}, "DockerImageTag": {"type": "string", "ignoreCase": "key"}, "VirtualApplication": {"type": "string", "ignoreCase": "key"}, "Package": {"type": "string", "ignoreCase": "key"}, "packageForLinux": {"type": "string", "ignoreCase": "key", "aliases": ["BuiltinLinuxPackage"]}, "RuntimeStack": {"type": "string", "ignoreCase": "key"}, "StartupCommand": {"type": "string", "ignoreCase": "key"}, "WebAppUri": {"type": "string", "ignoreCase": "key"}, "ScriptType": {"ignoreCase": "all", "enum": ["", "Inline Script", "File Path"]}, "InlineScript": {"type": "string", "ignoreCase": "key"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "GenerateWebConfig": {"type": "boolean", "ignoreCase": "key"}, "WebConfigParameters": {"type": "string", "ignoreCase": "key"}, "AppSettings": {"type": "string", "ignoreCase": "key"}, "ConfigurationSettings": {"type": "string", "ignoreCase": "key"}, "TakeAppOfflineFlag": {"type": "boolean", "ignoreCase": "key"}, "UseWebDeploy": {"type": "boolean", "ignoreCase": "key"}, "SetParametersFile": {"type": "string", "ignoreCase": "key"}, "RemoveAdditionalFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "ExcludeFilesFromAppDataFlag": {"type": "boolean", "ignoreCase": "key"}, "AdditionalArguments": {"type": "string", "ignoreCase": "key"}, "RenameFilesFlag": {"type": "boolean", "ignoreCase": "key"}, "enableXmlTransform": {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlTransformation"]}, "enableXmlVariableSubstitution": {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlVariableSubstitution"]}, "JSONFiles": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["azureSubscription", "WebAppName"]} |
service-schema.json | azureSubscription | Azure subscription | {"type": "string", "ignoreCase": "key", "aliases": ["ConnectedServiceName"]} |
service-schema.json | appType | App type | {"ignoreCase": "all", "enum": ["app", "applinux", "functionapp", "api", "mobileapp"], "aliases": ["WebAppKind"]} |
service-schema.json | WebAppName | App Service name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DeployToSlotFlag | Deploy to slot | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ResourceGroupName | Resource group | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SlotName | Slot | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ImageSource | Image Source | {"ignoreCase": "all", "enum": ["Registry", "Builtin"]} |
service-schema.json | AzureContainerRegistry | Registry | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AzureContainerRegistryLoginServer | Registry Login Server Name | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AzureContainerRegistryImage | Image | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AzureContainerRegistryTag | Tag | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DockerRepositoryAccess | Repository Access | {"ignoreCase": "all", "enum": ["private", "public"]} |
service-schema.json | dockerRegistryConnection | Registry Connection | {"type": "string", "ignoreCase": "key", "aliases": ["RegistryConnectedServiceName"]} |
service-schema.json | PrivateRegistryImage | Image | {"type": "string", "ignoreCase": "key"} |
service-schema.json | PrivateRegistryTag | Tag | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DockerNamespace | Registry or Namespace | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DockerRepository | Image | {"type": "string", "ignoreCase": "key"} |
service-schema.json | DockerImageTag | Tag | {"type": "string", "ignoreCase": "key"} |
service-schema.json | VirtualApplication | Virtual application | {"type": "string", "ignoreCase": "key"} |
service-schema.json | Package | Package or folder | {"type": "string", "ignoreCase": "key"} |
service-schema.json | packageForLinux | Package or folder | {"type": "string", "ignoreCase": "key", "aliases": ["BuiltinLinuxPackage"]} |
service-schema.json | RuntimeStack | Runtime Stack | {"type": "string", "ignoreCase": "key"} |
service-schema.json | StartupCommand | Startup command | {"type": "string", "ignoreCase": "key"} |
service-schema.json | WebAppUri | App Service URL | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptType | Deployment script type | {"ignoreCase": "all", "enum": ["", "Inline Script", "File Path"]} |
service-schema.json | InlineScript | Inline Script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptPath | Deployment script path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | GenerateWebConfig | Generate Web.config | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | WebConfigParameters | Web.config parameters | {"type": "string", "ignoreCase": "key"} |
service-schema.json | AppSettings | App settings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ConfigurationSettings | Configuration settings | {"type": "string", "ignoreCase": "key"} |
service-schema.json | TakeAppOfflineFlag | Take App Offline | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | UseWebDeploy | Publish using Web Deploy | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | SetParametersFile | SetParameters file | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RemoveAdditionalFilesFlag | Remove additional files at destination | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ExcludeFilesFromAppDataFlag | Exclude files from the App_Data folder | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | AdditionalArguments | Additional arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RenameFilesFlag | Rename locked files | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | enableXmlTransform | XML transformation | {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlTransformation"]} |
service-schema.json | enableXmlVariableSubstitution | XML variable substitution | {"type": "boolean", "ignoreCase": "key", "aliases": ["XmlVariableSubstitution"]} |
service-schema.json | JSONFiles | JSON variable substitution | {"type": "string", "ignoreCase": "key"} |
service-schema.json | task | PowerShell on target machines
Execute PowerShell scripts on remote machines using PSSession and Invoke-Command for remoting | {"ignoreCase": "value", "pattern": "^PowerShellOnTargetMachines@3$"} |
service-schema.json | inputs | PowerShell on target machines inputs | {"properties": {"Machines": {"type": "string", "ignoreCase": "key"}, "UserName": {"type": "string", "ignoreCase": "key"}, "UserPassword": {"type": "string", "ignoreCase": "key"}, "ScriptType": {"ignoreCase": "all", "enum": ["FilePath", "Inline"]}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "InlineScript": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "InitializationScript": {"type": "string", "ignoreCase": "key"}, "SessionVariables": {"type": "string", "ignoreCase": "key"}, "CommunicationProtocol": {"ignoreCase": "all", "enum": ["Http", "Https"]}, "AuthenticationMechanism": {"ignoreCase": "all", "enum": ["Default", "Credssp"]}, "NewPsSessionOptionArguments": {"type": "string", "ignoreCase": "key"}, "ErrorActionPreference": {"ignoreCase": "all", "enum": ["stop", "continue", "silentlyContinue"]}, "failOnStderr": {"type": "boolean", "ignoreCase": "key"}, "ignoreLASTEXITCODE": {"type": "boolean", "ignoreCase": "key"}, "WorkingDirectory": {"type": "string", "ignoreCase": "key"}, "RunPowershellInParallel": {"type": "boolean", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["Machines"]} |
service-schema.json | Machines | Machines | {"type": "string", "ignoreCase": "key"} |
service-schema.json | UserName | Username | {"type": "string", "ignoreCase": "key"} |
service-schema.json | UserPassword | Password | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptType | Script Type | {"ignoreCase": "all", "enum": ["FilePath", "Inline"]} |
service-schema.json | ScriptPath | Script File Path | {"type": "string", "ignoreCase": "key"} |
service-schema.json | InlineScript | Script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptArguments | Script Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | InitializationScript | Initialization script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SessionVariables | Session Variables | {"type": "string", "ignoreCase": "key"} |
service-schema.json | CommunicationProtocol | Protocol | {"ignoreCase": "all", "enum": ["Http", "Https"]} |
service-schema.json | AuthenticationMechanism | Authentication | {"ignoreCase": "all", "enum": ["Default", "Credssp"]} |
service-schema.json | NewPsSessionOptionArguments | Session Option parameters | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ErrorActionPreference | ErrorActionPreference | {"ignoreCase": "all", "enum": ["stop", "continue", "silentlyContinue"]} |
service-schema.json | failOnStderr | Fail on Standard Error | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | ignoreLASTEXITCODE | Ignore $LASTEXITCODE | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | WorkingDirectory | Working Directory | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RunPowershellInParallel | Run PowerShell in Parallel | {"type": "boolean", "ignoreCase": "key"} |
service-schema.json | task | PowerShell on Target Machines
Execute PowerShell scripts on remote machine(s) | {"ignoreCase": "value", "pattern": "^PowerShellOnTargetMachines@1$"} |
service-schema.json | inputs | PowerShell on Target Machines 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"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "InitializationScriptPath": {"type": "string", "ignoreCase": "key"}, "SessionVariables": {"type": "string", "ignoreCase": "key"}, "RunPowershellInParallel": {"type": "boolean", "ignoreCase": "key"}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["EnvironmentName", "ScriptPath"]} |
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 | ScriptPath | PowerShell Script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptArguments | Script Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | InitializationScriptPath | Initialization Script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | SessionVariables | Session Variables | {"type": "string", "ignoreCase": "key"} |
service-schema.json | RunPowershellInParallel | Run PowerShell in Parallel | {"type": "boolean", "ignoreCase": "key"} |
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 | task | PowerShell on Target Machines
Execute PowerShell scripts on remote machine(s) | {"ignoreCase": "value", "pattern": "^PowerShellOnTargetMachines@2$"} |
service-schema.json | inputs | PowerShell on Target Machines 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"}, "ScriptPath": {"type": "string", "ignoreCase": "key"}, "ScriptArguments": {"type": "string", "ignoreCase": "key"}, "InitializationScriptPath": {"type": "string", "ignoreCase": "key"}, "SessionVariables": {"type": "string", "ignoreCase": "key"}, "RunPowershellInParallel": {"type": "boolean", "ignoreCase": "key"}, "ResourceFilteringMethod": {"ignoreCase": "all", "enum": ["machineNames", "tags"]}, "MachineNames": {"type": "string", "ignoreCase": "key"}}, "additionalProperties": false, "required": ["EnvironmentName", "ScriptPath"]} |
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 | ScriptPath | PowerShell Script | {"type": "string", "ignoreCase": "key"} |
service-schema.json | ScriptArguments | Script Arguments | {"type": "string", "ignoreCase": "key"} |
service-schema.json | InitializationScriptPath | Initialization Script | {"type": "string", "ignoreCase": "key"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.