From dd9e296c3198e9726f14d4a73b8a3500c7d57caa Mon Sep 17 00:00:00 2001 From: roipmsft Date: Thu, 29 Apr 2021 07:47:50 -0700 Subject: [PATCH 1/2] update comments --- .../Microsoft.Compute/stable/2021-03-01/compute.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json index 7cbdf326912a..97ad0de33dca 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json @@ -3268,7 +3268,7 @@ "in": "query", "required": false, "type": "string", - "description": "The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine.", + "description": "The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation.", "enum": [ "instanceView", "userData" @@ -4869,7 +4869,7 @@ "in": "query", "required": false, "type": "string", - "description": "The expand expression to apply on the operation. 'UserData' will retrieve the UserData of the virtual machine scale set.", + "description": "The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set model view that was provided by the user during the VM scale set Create/Update operation", "enum": [ "userData" ], From 5b2b5684c3f7cde4d74e1bc37608438556f34286 Mon Sep 17 00:00:00 2001 From: roipmsft Date: Thu, 29 Apr 2021 07:50:04 -0700 Subject: [PATCH 2/2] small fix --- .../Microsoft.Compute/stable/2021-03-01/compute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json index 97ad0de33dca..a92a6b9956b3 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json @@ -4869,7 +4869,7 @@ "in": "query", "required": false, "type": "string", - "description": "The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set model view that was provided by the user during the VM scale set Create/Update operation", + "description": "The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation", "enum": [ "userData" ],