Skip to content

Commit e623123

Browse files
Steve DanielsonSteve Danielson
Steve Danielson
authored and
Steve Danielson
committed
Remove empty include file and its references
1 parent a04cc71 commit e623123

File tree

11 files changed

+0
-32
lines changed

11 files changed

+0
-32
lines changed

docs/pipelines/build/variables.md

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ monikerRange: '<= azure-devops'
1313

1414
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1515

16-
[!INCLUDE [temp](../includes/concept-rename-note.md)]
17-
1816
Variables give you a convenient way to get key bits of data into various parts of your pipeline.
1917
This is a list of predefined variables that are available for your use. There may be a few other predefined variables, but they're mostly for internal use.
2018

docs/pipelines/create-first-pipeline.md

-2
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,6 @@ From the **More actions** :::image type="icon" source="../media/icons/more-actio
339339

340340
::: moniker range="<= azure-devops-2020"
341341

342-
[!INCLUDE [temp](includes/concept-rename-note.md)]
343-
344342
::: moniker-end
345343

346344
::: moniker range=">= azure-devops-2019 < azure-devops"

docs/pipelines/get-started/pipelines-get-started.md

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ The latest way to build pipelines is with the [YAML pipeline editor](yaml-pipeli
2121

2222
::: moniker-end
2323

24-
25-
26-
[!INCLUDE [temp](../includes/concept-rename-note.md)]
27-
2824
## Automate tests, builds, and delivery
2925

3026
Continuous integration (CI) automates tests and builds for your project. CI helps to catch bugs or issues early in the development cycle, when they're easier and faster to fix. Items known as artifacts are produced from CI systems. They're used by the continuous delivery release pipelines to drive automatic deployments.

docs/pipelines/includes/concept-rename-note.md

-10
This file was deleted.

docs/pipelines/library/connect-to-azure.md

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ monikerRange: '<= azure-devops'
1313

1414
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1515

16-
[!INCLUDE [temp](../includes/concept-rename-note.md)]
17-
1816
You can use an Azure Resource Manager service connection to connect to Azure resources through service principal authentication or through an Azure managed service identity. If you use a Resource Manager service connection, you can use a pipeline to deploy to an Azure resource like an Azure App Service app without authenticating each time.
1917

2018
You have multiple options for connecting to Azure by using Azure Resource Manager service connections:

docs/pipelines/library/variable-groups.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Variable groups store values and secrets that you might want to be [passed into
1818

1919
Secret variables in Variables groups are [protected resources](../security/resources.md). You can add combinations of approvals, checks, and pipeline permissions to limit access to secret variables in a variable group. Access to non-secret variables is not limited by approvals, checks, and pipeline permissions.
2020

21-
[!INCLUDE [temp](../includes/concept-rename-note.md)]
22-
2321
## Create a variable group
2422

2523
#### [YAML](#tab/yaml/)

docs/pipelines/policies/permissions.md

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ monikerRange: '<= azure-devops'
1313

1414
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1515

16-
[!INCLUDE [temp](../includes/concept-rename-note.md)]
17-
1816
::: moniker range="azure-devops"
1917
Pipeline permissions and roles help you securely manage your pipelines. You can set hierarchical permissions at the organization, project, and object levels for all pipelines in a project or for an individual pipeline. You can update pipeline permissions with security groups or by [adding individual users](set-permissions.md).
2018
::: moniker-end

docs/pipelines/process/run-number.md

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ monikerRange: "<=azure-devops"
1111

1212
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1313

14-
[!INCLUDE [temp](../includes/concept-rename-note.md)]
15-
1614
You can customize how your pipeline runs are numbered. The default value for run number is `$(Date:yyyyMMdd).$(Rev:r)`.
1715

1816
In Azure DevOps `$(Rev:r)` is a special variable format that only works in the build number field. When a build is completed, if nothing else in the build number has changed, the `Rev` integer value increases by one.

docs/pipelines/process/tasks.md

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ monikerRange: '<= azure-devops'
1111

1212
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1313

14-
[!INCLUDE [temp](../includes/concept-rename-note.md)]
15-
1614
A **task** performs an action in a pipeline and is a packaged script or procedure that's
1715
abstracted with a set of inputs. Tasks are the building blocks for defining automation in a pipeline.
1816

docs/pipelines/process/variables.md

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ monikerRange: '<= azure-devops'
1414

1515
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1616

17-
[!INCLUDE [temp](../includes/concept-rename-note.md)]
18-
1917
Variables give you a convenient way to get key bits of data into various parts of the pipeline. The most common use of variables is to define a value that you can then use in your pipeline. All variables are strings and are mutable. The value of a variable can change from run to run or job to job of your pipeline.
2018

2119
When you define the same variable in multiple places with the same name, the most locally scoped variable wins. So, a variable defined at the job level can override a variable set at the stage level. A variable defined at the stage level overrides a variable set at the pipeline root level. A variable set in the pipeline root level overrides a variable set in the Pipeline settings UI.

docs/pipelines/targets/azure-sqldb.md

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ monikerRange: '<= azure-devops'
1111

1212
[!INCLUDE [version-lt-eq-azure-devops](../../includes/version-lt-eq-azure-devops.md)]
1313

14-
[!INCLUDE [temp](../includes/concept-rename-note.md)]
15-
1614
You can automatically deploy your database updates to Azure SQL database after every successful build.
1715

1816
## DACPAC

0 commit comments

Comments
 (0)