From 4f4cc61d778ede263540e48d3a728c9099cc1b4b Mon Sep 17 00:00:00 2001 From: Neno Loje Date: Sun, 20 Mar 2022 20:51:23 +0100 Subject: [PATCH 1/3] Terminology change: `account` to `organization` --- Artifacts/windows-deploymentgroup/Artifactfile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Artifacts/windows-deploymentgroup/Artifactfile.json b/Artifacts/windows-deploymentgroup/Artifactfile.json index 147944de4..039b460bf 100644 --- a/Artifacts/windows-deploymentgroup/Artifactfile.json +++ b/Artifacts/windows-deploymentgroup/Artifactfile.json @@ -8,8 +8,8 @@ "parameters": { "accountUrl": { "type": "string", - "displayName": "Azure DevOps account URL", - "description": "The URL for the Azure DevOps account, e.g. 'myorg' in https://dev.azure.com/myorg." + "displayName": "Azure DevOps organization URL", + "description": "The URL for the Azure DevOps organization, e.g. 'myorg' in https://dev.azure.com/myorg." }, "projectName": { "type": "string", From a2d608f04c646e6b1362de5023f08b2e84d40297 Mon Sep 17 00:00:00 2001 From: Neno Loje Date: Sun, 20 Mar 2022 20:54:19 +0100 Subject: [PATCH 2/3] Terminology change: `account` to `organization` --- Artifacts/linux-vsts-build-agent/Artifactfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artifacts/linux-vsts-build-agent/Artifactfile.json b/Artifacts/linux-vsts-build-agent/Artifactfile.json index 529f1532c..a01a10b20 100644 --- a/Artifacts/linux-vsts-build-agent/Artifactfile.json +++ b/Artifacts/linux-vsts-build-agent/Artifactfile.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/Azure/azure-devtestlab/master/schemas/2016-11-28/dtlArtifacts.json", "title": "Azure Pipelines Agent for Linux", "publisher": "Microsoft", - "description": "Downloads and installs the Azure Pipelines agent, registers with the specified Azure DevOps Services account, and adds the VM to the specified agent pool.", + "description": "Downloads and installs the Azure Pipelines agent, registers with the specified Azure DevOps Services organization, and adds the VM to the specified agent pool.", "tags": [ "VSTS", "Build", From b47f69039e945f368ee496734e3f63e815b34136 Mon Sep 17 00:00:00 2001 From: Neno Loje Date: Sun, 20 Mar 2022 20:54:32 +0100 Subject: [PATCH 3/3] Terminology change: `account` to `organization` --- Artifacts/windows-vsts-build-agent/Artifactfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artifacts/windows-vsts-build-agent/Artifactfile.json b/Artifacts/windows-vsts-build-agent/Artifactfile.json index cc98d8702..8bfa8cd8e 100644 --- a/Artifacts/windows-vsts-build-agent/Artifactfile.json +++ b/Artifacts/windows-vsts-build-agent/Artifactfile.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/Azure/azure-devtestlab/master/schemas/2016-11-28/dtlArtifacts.json", "title": "Azure Pipelines Agent", "publisher": "Microsoft", - "description": "Downloads and installs the Azure Pipelines agent, registers with the specified Azure DevOps Services account, and adds the VM to the specified agent pool.", + "description": "Downloads and installs the Azure Pipelines agent, registers with the specified Azure DevOps Services organization, and adds the VM to the specified agent pool.", "tags": [ "VSTS", "Build",