Software list: "do not change" label. (#796)

* added_advises

* change place for hided stirng.

* changed to more direct message.
This commit is contained in:
Dariy Nurgaleev
2020-04-29 22:11:58 +07:00
committed by GitHub
parent 5cfbfcb2e6
commit 612ed30d53
4 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
source $HELPER_SCRIPTS/document.sh source $HELPER_SCRIPTS/document.sh
WriteItem "<!--- DO NOT EDIT - This markdown file is autogenerated. -->"
AddTitle "$(lsb_release -ds)" AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update." WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***" WriteItem "***"

View File

@@ -7,6 +7,7 @@
source $HELPER_SCRIPTS/document.sh source $HELPER_SCRIPTS/document.sh
WriteItem "<!--- DO NOT EDIT - This markdown file is autogenerated. -->"
AddTitle "$(lsb_release -ds)" AddTitle "$(lsb_release -ds)"
WriteItem "The following software is installed on machines with the $IMAGE_VERSION update." WriteItem "The following software is installed on machines with the $IMAGE_VERSION update."
WriteItem "***" WriteItem "***"

View File

@@ -135,6 +135,7 @@ wmic logicaldisk get size,freespace,caption
# Adding description of the software to Markdown # Adding description of the software to Markdown
$Content = @" $Content = @"
<!--- DO NOT EDIT - This markdown file is autogenerated. -->
# Windows Server 2016 # Windows Server 2016
The following software is installed on machines with the $env:ImageVersion update. The following software is installed on machines with the $env:ImageVersion update.

View File

@@ -129,6 +129,7 @@ wmic logicaldisk get size,freespace,caption
# Adding description of the software to Markdown # Adding description of the software to Markdown
$Content = @" $Content = @"
<!--- DO NOT EDIT - This markdown file is autogenerated. -->
# Windows Server 2019 # Windows Server 2019
The following software is installed on machines with the $env:ImageVersion update. The following software is installed on machines with the $env:ImageVersion update.