Skip to content

Commit

Permalink
May 2024 YAML Schema freshness validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Danielson authored and Steve Danielson committed May 14, 2024
1 parent c4aa50a commit e38d2bd
Show file tree
Hide file tree
Showing 75 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion content/boolean.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: boolean definition
description: Represents a boolean value in a pipeline.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/deploy-hook.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: deployHook definition
description: Used to run steps that deploy your application.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/extends.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: extends definition
description: Extends a pipeline using a template.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/include-exclude-filters.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: includeExcludeFilters definition
description: Lists of items to include or exclude.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/include-exclude-string-filters.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: includeExcludeStringFilters definition
description: Items to include or exclude.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: YAML schema reference
description: Azure Pipelines YAML schema reference
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-deployment-environment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.deployment.environment definition
description: Target environment name and optionally a resource name to record the deployment history.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-deployment-strategy-canary.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.deployment.strategy.canary definition
description: Canary Deployment strategy.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-deployment-strategy-rolling.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.deployment.strategy.rolling definition
description: Rolling Deployment strategy.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-deployment-strategy-run-once.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.deployment.strategy.runOnce definition
description: RunOnce Deployment strategy.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-deployment-strategy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.deployment.strategy definition
description: Execution strategy for this deployment.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-deployment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.deployment definition
description: A deployment job is a special type of job. It's a collection of steps to run sequentially against the environment.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-job-container.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.job.container definition
description: Container resource name.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019.1"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-job-strategy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.job.strategy definition
description: Execution strategy for this job.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-job-uses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.job.uses definition
description: Any resources required by this job that are not already referenced.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020.1"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-job.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.job definition
description: A job is a collection of steps run by an agent or on a server.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs-template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs.template definition
description: A set of jobs defined in a template.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/jobs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: jobs definition
description: Specifies the jobs that make up the work of a stage.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/mount-read-only.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: mountReadOnly definition
description: Volumes to mount read-only.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020.1"
---

Expand Down
2 changes: 1 addition & 1 deletion content/on-failure-hook.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: onFailureHook definition
description: Used to run steps for rollback actions.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/on-success-hook.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: onSuccessHook definition
description: Used to run steps for clean-up actions.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/on-success-or-failure-hook.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: onSuccessOrFailureHook definition
description: Used to run steps for rollback actions or clean-up.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/parameters-parameter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: pipeline.parameters.parameter definition
description: Represents a value passed to a pipeline.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/parameters.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: pipeline.parameters definition
description: Pipeline template parameters.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/pipeline.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: pipeline definition
description: A pipeline is one or more stages that describe a CI/CD process.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/pool-demands.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: pool.demands definition
description: Demands (for a private pool).
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/pool.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: pool definition
description: Which pool to use for a job of the pipeline.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/post-route-traffic-hook.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: postRouteTrafficHook definition
description: Used to run the steps after the traffic is routed.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/pr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: pr definition
description: Pull request trigger.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/pre-deploy-hook.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: preDeployHook definition
description: Used to run steps that initialize resources before application deployment starts.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-builds-build.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.builds.build definition
description: A build resource used to reference artifacts from a run.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-builds.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.builds definition
description: List of build resources referenced by the pipeline.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-containers-container-trigger.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.containers.container.trigger definition
description: Specify none to disable, true to trigger on all image tags, or use the full syntax as described in the following examples.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-containers-container.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.containers.container definition
description: A container resource used to reference a container image.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-containers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.containers definition
description: List of container images.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-packages-package.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.packages.package definition
description: A package resource used to reference a NuGet or npm GitHub package.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-packages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.packages definition
description: List of external packages.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-pipelines-pipeline-trigger-branches.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.pipelines.pipeline.trigger.branches definition
description: Branches to include or exclude for triggering a run using a pipeline resource.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-pipelines-pipeline-trigger.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.pipelines.pipeline.trigger definition
description: Specify none to disable, true to include all branches, or use the full syntax as described in the following examples.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-pipelines-pipeline.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.pipelines.pipeline definition
description: A pipeline resource.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-pipelines.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.pipelines definition
description: List of pipeline resources.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-repositories-repository.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.repositories.repository definition
description: A repository resource is used to reference an additional repository in your pipeline.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-repositories.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.repositories definition
description: List of external repositories.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2019"
---

Expand Down
2 changes: 1 addition & 1 deletion content/resources-webhooks-webhook-filters-filter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: resources.webhooks.webhook.filters.filter definition
description: Filters used to customize the triggers for a webhook event.
ms.date: 04/16/2024
ms.date: 05/14/2024
monikerRange: ">=azure-pipelines-2020.1"
---

Expand Down
Loading

0 comments on commit e38d2bd

Please sign in to comment.