Skip to content

Commit

Permalink
Merge pull request #107 from github/js.consistent-capitalization
Browse files Browse the repository at this point in the history
Use consistent capitalization in docs
  • Loading branch information
stves committed Apr 25, 2023
2 parents 7dc6e57 + 7ae3e10 commit b0f1635
Show file tree
Hide file tree
Showing 329 changed files with 788 additions and 788 deletions.
6 changes: 3 additions & 3 deletions docs/azure_devops/Ant.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ant task
# Ant Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: Ant@1
Expand Down Expand Up @@ -47,7 +47,7 @@
ANT_HOME: ANT_HOME_DIR
```
### Unsupported inputs
### Unsupported Inputs
- codeCoverageToolOptions, alias: codeCoverageTool
- codeCoverageClassFilesDirectories, alias: classFilesDirectories
Expand Down
6 changes: 3 additions & 3 deletions docs/azure_devops/ArchiveFiles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ArchiveFiles task
# ArchiveFiles Task

## Azure DevOps input
## Azure DevOps Input

```yaml
steps:
Expand Down Expand Up @@ -42,7 +42,7 @@ Note:
run: 7z u -mx=9 archive_file $(Build.BinariesDirectory)
```
### Unsupported inputs
### Unsupported Inputs
- archiveType (wim)
- quiet
Expand Down
6 changes: 3 additions & 3 deletions docs/azure_devops/AzureAppServiceManage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure App Service Manage task
# Azure App Service Manage Task

## Azure DevOps input
## Azure DevOps Input

```yaml
# Azure App Service manage
Expand Down Expand Up @@ -49,7 +49,7 @@
done
```
### Unsupported inputs
### Unsupported Inputs
- Enable Continuous Monitoring(Action)
- Install Extensions(Action)
Expand Down
6 changes: 3 additions & 3 deletions docs/azure_devops/AzureCLI.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AzureCLI task
# AzureCLI Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: AzureCLI@2
Expand All @@ -27,7 +27,7 @@
shell: powershell
```
### Unsupported inputs
### Unsupported Inputs
- azureSubscription
- addSpnToEnvironment
Expand Down
6 changes: 3 additions & 3 deletions docs/azure_devops/AzureFileCopy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AzureFileCopy task
# AzureFileCopy Task

## Azure DevOps input
## Azure DevOps Input

```yaml
# Azure file copy
Expand Down Expand Up @@ -37,7 +37,7 @@
- run: az storage blob upload-batch --auth-mode login --account-name "" --destination "" --source "" --subscription ""
```
### Unsupported inputs
### Unsupported Inputs
- resourceGroup
- resourceFilteringMethod
Expand Down
6 changes: 3 additions & 3 deletions docs/azure_devops/AzureFunction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AzureFunction task
# AzureFunction Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: AzureFunction@1
Expand All @@ -26,6 +26,6 @@
SUCCESS_CRITERIA: UPDATE_ME
```
### Unsupported inputs
### Unsupported Inputs
- Completion Event type Callback (waitForCompletion == true)
6 changes: 3 additions & 3 deletions docs/azure_devops/AzureFunctionApp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Function App task
# Azure Function App Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: AzureFunctionApp@1
Expand Down Expand Up @@ -38,7 +38,7 @@
general-settings-json: '{"phpVersion":"5.6"}'
```
### Unsupported inputs
### Unsupported Inputs
- appType
- azureSubscription
Expand Down
6 changes: 3 additions & 3 deletions docs/azure_devops/AzureFunctionAppContainer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Function App Container task
# Azure Function App Container Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: AzureFunctionApp@1
Expand Down Expand Up @@ -35,7 +35,7 @@
general-settings-json: '{"phpVersion":"5.6"}'
```
### Unsupported inputs
### Unsupported Inputs
- azureSubscription
- resourceGroupName
4 changes: 2 additions & 2 deletions docs/azure_devops/AzureKeyVault.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Key Vault

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: AzureKeyVault@2
Expand All @@ -27,7 +27,7 @@
done
```
### Unsupported inputs and aliases
### Unsupported Inputs and Aliases
- azureSubscription
- ConnectedServiceName
6 changes: 3 additions & 3 deletions docs/azure_devops/AzurePowerShell.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Power Shell task
# Azure Power Shell Task

## Azure DevOps input
## Azure DevOps Input

### AzurePowerShell (v1 - v5) Task using Inline script

Expand Down Expand Up @@ -139,7 +139,7 @@
- workingDirectory
## Unsupported inputs and aliases
## Unsupported Inputs and Aliases
- pwsh
- RestrictContextToCurrentTask
6 changes: 3 additions & 3 deletions docs/azure_devops/AzureResourceGroupDeployment.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# AzureResourceGroupDeployment@2 task
# AzureResourceGroupDeployment@2 Task

Also supports the [AzureResourceManagerTemplateDeployment@3 task](https://github.com/microsoft/azure-pipelines-tasks/tree/master/Tasks/AzureResourceManagerTemplateDeploymentV3).

## Azure DevOps input
## Azure DevOps Input

```yaml
# Azure resource group deployment
Expand Down Expand Up @@ -45,7 +45,7 @@ Also supports the [AzureResourceManagerTemplateDeployment@3 task](https://github
az deployment group create --resource-group "foo" --no-prompt true --subscription "bar" --template-file "template.json"
```
### Unsupported inputs
### Unsupported Inputs
- action (when not `create Or Update Resource Group` or `deleteRG`)
- enableDeploymentPrerequisites
Expand Down
8 changes: 4 additions & 4 deletions docs/azure_devops/AzureRmWebAppDeployment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Rm Web App Deployment task
# Azure Rm Web App Deployment Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: AzureRmWebAppDeployment@4
Expand Down Expand Up @@ -74,7 +74,7 @@

```

### Unsupported inputs and aliases
### Unsupported Inputs and Aliases

#### Multiple versions (2,3, and 4)

Expand Down Expand Up @@ -118,4 +118,4 @@
- RegistryConnectedServiceName
- PrivateRegistryImage
- PrivateRegistryTag
- GenerateWebConfig
- GenerateWebConfig
8 changes: 4 additions & 4 deletions docs/azure_devops/AzureServicesSecurityStatus.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Services Security Status task
# Azure Services Security Status Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: AzSKSVTs@4
Expand Down Expand Up @@ -53,8 +53,8 @@
}
```
## Unsupported inputs and aliases
## Unsupported Inputs and Aliases
- Send events to Log Analytics
- Aggregate control status
- Do not auto-update AzSK
- Custom scanning capabilites set in pipelin variables
- Custom scanning capabilites set in pipelin variables
6 changes: 3 additions & 3 deletions docs/azure_devops/AzureWebApp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Web App task
# Azure Web App Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: AzureWebApp@1
Expand Down Expand Up @@ -39,7 +39,7 @@
general-settings-json: '{"phpVersion":"5.6"}'
```
### Unsupported inputs and aliases
### Unsupported Inputs and Aliases
- appType
- azureSubscription
Expand Down
6 changes: 3 additions & 3 deletions docs/azure_devops/AzureWebAppContainer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Web App Container task
# Azure Web App Container Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- task: AzureWebApp@1
Expand Down Expand Up @@ -38,7 +38,7 @@
general-settings-json: '{"rubyVersion":"1.6"}'
```
### Unsupported inputs and aliases
### Unsupported Inputs and Aliases
- azureSubscription
- resourceGroupName
6 changes: 3 additions & 3 deletions docs/azure_devops/Bash.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bash task
# Bash Task

## Azure DevOps input
## Azure DevOps Input

```yaml
steps:
Expand Down Expand Up @@ -52,7 +52,7 @@ steps:
shell: bash
```
### Unsupported inputs
### Unsupported Inputs
- failOnStderr
- target
6 changes: 3 additions & 3 deletions docs/azure_devops/BatchScript.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CmdLine task
# CmdLine Task

## Azure DevOps input
## Azure DevOps Input

```yaml
# Command line
Expand All @@ -21,7 +21,7 @@
shell: cmd
```
### Unsupported inputs
### Unsupported Inputs
- failOnStderr
- modifyEnvironment
6 changes: 3 additions & 3 deletions docs/azure_devops/Checkout.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Checkout task
# Checkout Task

## Azure DevOps input
## Azure DevOps Input

```yaml
- checkout: self | none | repository name # self represents the repo where the initial Pipelines YAML file was found
Expand All @@ -21,6 +21,6 @@
token: "${{ secrets.CHECKOUT_TOKEN }}"
```
### Unsupported inputs
### Unsupported Inputs
This action only supports checking out GitHub repositories.
6 changes: 3 additions & 3 deletions docs/azure_devops/CmdLine.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CmdLine task
# CmdLine Task

## Azure DevOps input
## Azure DevOps Input

```yaml
# Command line
Expand Down Expand Up @@ -36,7 +36,7 @@ steps:
#working-directory:
```

### Unsupported inputs
### Unsupported Inputs

- failOnStderr
- target
6 changes: 3 additions & 3 deletions docs/azure_devops/ContinousIntegration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ContinuousIntegration trigger
# ContinuousIntegration Task

## Azure DevOps input
## Azure DevOps Input

```yaml
trigger:
Expand Down Expand Up @@ -34,6 +34,6 @@ on:
- "!**/*.csproj"
```
### Unsupported inputs
### Unsupported Inputs
- batch
4 changes: 2 additions & 2 deletions docs/azure_devops/CopyFiles.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CopyFiles task

## Azure DevOps input
## Azure DevOps Input

```yaml
# Copy files
Expand Down Expand Up @@ -51,7 +51,7 @@
}
```
### Unsupported inputs
### Unsupported Inputs
- preserveTimestamp
- retryCount
Expand Down
Loading

0 comments on commit b0f1635

Please sign in to comment.