From c7b4cc5b4029187d41a60eba9ebc69ebfe4dd9e3 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Tue, 16 Feb 2021 15:43:09 -0500 Subject: [PATCH 1/4] update md files --- src/Compute/Compute/help/New-AzVM.md | 2 +- src/Compute/Compute/help/Set-AzVMOperatingSystem.md | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Compute/Compute/help/New-AzVM.md b/src/Compute/Compute/help/New-AzVM.md index acae5384e40a..39be73ab9986 100644 --- a/src/Compute/Compute/help/New-AzVM.md +++ b/src/Compute/Compute/help/New-AzVM.md @@ -399,7 +399,7 @@ Specifies a license type, which indicates that the image or disk for the virtual Possible values for Windows Server are: - Windows_Client - Windows_Server -Possible values for Linux Server operating system are: +
Possible values for Linux Server operating system are: - RHEL_BYOS (for RHEL) - SLES_BYOS (for SUSE) diff --git a/src/Compute/Compute/help/Set-AzVMOperatingSystem.md b/src/Compute/Compute/help/Set-AzVMOperatingSystem.md index 1d3fa3ab28ab..74879f3964c9 100644 --- a/src/Compute/Compute/help/Set-AzVMOperatingSystem.md +++ b/src/Compute/Compute/help/Set-AzVMOperatingSystem.md @@ -121,13 +121,9 @@ Accept wildcard characters: False ``` ### -CustomData -Specifies a base-64 encoded string of custom data. -This is decoded to a binary array that is saved as a file on the virtual machine. -The maximum length of the binary array is 65535 bytes.
-**Note: Do not pass any secrets or passwords in customData property**
-This property cannot be updated after the VM is created.
-customData is passed to the VM to be saved as a file, for more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
-For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-using-cloud-init) +pecifies a string to be passed to the virtual machine. Cannot be updated after creation. For more information see [Custom Data on Azure VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/custom-data). +**Note: It is not recommended to store sensitive information in custom data.** + ```yaml Type: System.String From f67f17545c068d3a75cd60eda26bd5fe8b4860f2 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Tue, 16 Feb 2021 17:35:52 -0500 Subject: [PATCH 2/4] Update Set-AzVMOperatingSystem.md --- src/Compute/Compute/help/Set-AzVMOperatingSystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compute/Compute/help/Set-AzVMOperatingSystem.md b/src/Compute/Compute/help/Set-AzVMOperatingSystem.md index 74879f3964c9..3c2254688d7f 100644 --- a/src/Compute/Compute/help/Set-AzVMOperatingSystem.md +++ b/src/Compute/Compute/help/Set-AzVMOperatingSystem.md @@ -121,7 +121,7 @@ Accept wildcard characters: False ``` ### -CustomData -pecifies a string to be passed to the virtual machine. Cannot be updated after creation. For more information see [Custom Data on Azure VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/custom-data). +pecifies a string to be passed to the virtual machine. For more information see [Custom Data on Azure VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/custom-data). **Note: It is not recommended to store sensitive information in custom data.** From 91c538e19bed13e8045e297785616fd474084572 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Tue, 16 Feb 2021 17:36:31 -0500 Subject: [PATCH 3/4] Update Set-AzVMOperatingSystem.md --- src/Compute/Compute/help/Set-AzVMOperatingSystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compute/Compute/help/Set-AzVMOperatingSystem.md b/src/Compute/Compute/help/Set-AzVMOperatingSystem.md index 3c2254688d7f..dc494bf5848f 100644 --- a/src/Compute/Compute/help/Set-AzVMOperatingSystem.md +++ b/src/Compute/Compute/help/Set-AzVMOperatingSystem.md @@ -121,7 +121,7 @@ Accept wildcard characters: False ``` ### -CustomData -pecifies a string to be passed to the virtual machine. For more information see [Custom Data on Azure VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/custom-data). +Specifies a string to be passed to the virtual machine. For more information see [Custom Data on Azure VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/custom-data). **Note: It is not recommended to store sensitive information in custom data.** From 84ca25ec4740a311c5669e0ef0e8e863ee210c4b Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Wed, 17 Feb 2021 10:35:08 -0500 Subject: [PATCH 4/4] Update New-AzVM.md --- src/Compute/Compute/help/New-AzVM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compute/Compute/help/New-AzVM.md b/src/Compute/Compute/help/New-AzVM.md index 39be73ab9986..acae5384e40a 100644 --- a/src/Compute/Compute/help/New-AzVM.md +++ b/src/Compute/Compute/help/New-AzVM.md @@ -399,7 +399,7 @@ Specifies a license type, which indicates that the image or disk for the virtual Possible values for Windows Server are: - Windows_Client - Windows_Server -
Possible values for Linux Server operating system are: +Possible values for Linux Server operating system are: - RHEL_BYOS (for RHEL) - SLES_BYOS (for SUSE)