Merge pull request #239 from alepauly/fixReadmeTitles

Fix usage of ambiguous hosted term in readmes and scripts.
This commit is contained in:
Alejandro Pauly
2020-01-08 13:43:57 -05:00
committed by GitHub
11 changed files with 21 additions and 25 deletions

View File

@@ -62,7 +62,7 @@ Function GenerateResourcesAndImage {
Delete the resource group if it exists without user confirmation.
.EXAMPLE
GenerateResourcesAndImage -SubscriptionId {YourSubscriptionId} -ResourceGroupName "shsamytest1" -ImageGenerationRepositoryRoot "C:\azure-pipelines-image-generation" -ImageType Ubuntu1604 -AzureLocation "East US"
GenerateResourcesAndImage -SubscriptionId {YourSubscriptionId} -ResourceGroupName "shsamytest1" -ImageGenerationRepositoryRoot "C:\virtual-environments" -ImageType Ubuntu1604 -AzureLocation "East US"
#>
param (
[Parameter(Mandatory = $True)]

View File

@@ -1,5 +1,5 @@
# Hosted Ubuntu 1604 Image (Ubuntu 16.04.6 LTS)
The following software is installed on machines in the Hosted Ubuntu 1604 (20191202.1) pool
# Ubuntu 16.04.6 LTS
The following software is installed on machines with the 20191202.1 update.
***
- 7-Zip 9.20
- Ansible (ansible 2.9.1)

View File

@@ -1,5 +1,5 @@
# Hosted Ubuntu 1804 Image (Ubuntu 18.04.3 LTS)
The following software is installed on machines in the Hosted Ubuntu 1804 (v20191202.1) pool
# Ubuntu 18.04.3 LTS
The following software is installed on machines with the 20191202.1 update.
***
- 7-Zip 16.02
- Ansible (ansible 2.9.1)

View File

@@ -1,2 +1,2 @@
# Name of the hosted pool this image will support
POOL_NAME="Hosted Ubuntu 1604"
# Name of the pool supported by this image
POOL_NAME="Ubuntu 1604"

View File

@@ -1,2 +1,2 @@
# Name of the hosted pool this image will support
POOL_NAME="Hosted Ubuntu 1804"
# Name of pool supported by this image
POOL_NAME="Ubuntu 1804"

View File

@@ -7,6 +7,6 @@
source $HELPER_SCRIPTS/document.sh
AddTitle "Hosted Ubuntu 1604 Image ($(lsb_release -ds))"
WriteItem "The following software is installed on machines in the Hosted Ubuntu 1604 ($IMAGE_VERSION) pool"
AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***"

View File

@@ -7,6 +7,6 @@
source $HELPER_SCRIPTS/document.sh
AddTitle "Hosted Ubuntu 1804 Image ($(lsb_release -ds))"
WriteItem "The following software is installed on machines in the Hosted Ubuntu 1804 (v$IMAGE_VERSION) pool"
AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***"

View File

@@ -1,6 +1,6 @@
# Hosted Windows2016 image
# Windows Server 2016
The following software is installed on machines in the Azure Pipelines **Hosted Windows2016** (v20191009.1) pool.
The following software is installed on machines with the 20191009.1 update.
Components marked with **\*** have been upgraded since the previous version of the image.
@@ -519,8 +519,6 @@ _Environment:_
* Bower 1.8.8<br/>
* Yarn 1.19.1<br/>
> Note: You can install and use another version of Node.js on Microsoft-hosted agent pools using the [Node tool installer](https://docs.microsoft.com/vsts/pipelines/tasks/tool/node-js) task.
## npm
_Version:_ 6.9.0<br/>

View File

@@ -1,6 +1,6 @@
# Hosted Windows 2019
# Windows Server 2019
The following software is installed on machines in the **Hosted Windows 2019** (v20191009.1) pool.
The following software is installed on machines with the 20191009.1 update.
Components marked with **\*** have been upgraded since the previous version of the image.
@@ -486,8 +486,6 @@ _Environment:_
* Bower 1.8.8<br/>
* Yarn 1.19.1<br/>
> Note: You can install and use another version of Node.js on Microsoft-hosted agent pools using the [Node tool installer](https://docs.microsoft.com/vsts/pipelines/tasks/tool/node-js) task.
## npm
_Version:_ 6.9.0<br/>

View File

@@ -119,9 +119,9 @@ wmic logicaldisk get size,freespace,caption
# Adding description of the software to Markdown
$Content = @"
# Azure Pipelines Hosted VS2017 image
# Windows Server 2016
The following software is installed on machines in the Azure Pipelines **Hosted VS2017** (v$env:ImageVersion) pool.
The following software is installed on machines with the $env:ImageVersion update.
Components marked with **\*** have been upgraded since the previous version of the image.

View File

@@ -118,9 +118,9 @@ wmic logicaldisk get size,freespace,caption
# Adding description of the software to Markdown
$Content = @"
# Azure Pipelines Hosted Windows 2019 with VS2019 image
# Windows Server 2019
The following software is installed on machines in the Azure Pipelines **Hosted Windows 2019 with VS2019** (v$env:ImageVersion) pool.
The following software is installed on machines with the $env:ImageVersion update.
Components marked with **\*** have been upgraded since the previous version of the image.