Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminology change: account to organization #830

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Artifacts/linux-vsts-build-agent/Artifactfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions Artifacts/windows-deploymentgroup/Artifactfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Artifacts/windows-vsts-build-agent/Artifactfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down