diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/compute.json index 8f2567920268..a5c553e4825b 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-06-01/compute.json @@ -1566,7 +1566,7 @@ "Create a custom-image vm from an unmanaged generalized os image.": { "$ref": "./examples/CreateACustomImageVmFromAnUnmanagedGeneralizedOsImage.json" }, - "Create a vm with differencing os disk.": { + "Create a vm with ephemeral os disk.": { "$ref": "./examples/CreateAVmWithADiffOsDisk.json" } } @@ -2143,7 +2143,7 @@ "VirtualMachines" ], "operationId": "VirtualMachines_Reimage", - "description": "Reimages (upgrade the operating system) virtual machine. This operation is only supported for differencing OS disks.", + "description": "Reimages the virtual machine which has an ephemeral OS disk back to its initial state.", "parameters": [ { "name": "resourceGroupName", @@ -2321,7 +2321,7 @@ "Create a scale set with virtual machines in different zones.": { "$ref": "./examples/CreateAScaleSetWithVMsInDifferentZones.json" }, - "Create a scale set with differencing os disks.": { + "Create a scale set with ephemeral os disks.": { "$ref": "./examples/CreateAScaleSetWithDiffOsDisk.json" } } @@ -3239,7 +3239,7 @@ "VirtualMachineScaleSets" ], "operationId": "VirtualMachineScaleSets_Reimage", - "description": "Reimages (upgrade the operating system) one or more virtual machines in a VM scale set.", + "description": "Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state.", "parameters": [ { "name": "resourceGroupName", @@ -4918,7 +4918,7 @@ "properties": { "tempDisk": { "type": "boolean", - "description": "Specified whether to reimage temp disk. Default value: false." + "description": "Specifies whether to reimage temp disk. Default value: false." } }, "description": "Paramaters for Reimaging Virtual Machine. Default value for OSDisk : true." @@ -5309,7 +5309,7 @@ }, "DiffDiskOption": { "type": "string", - "description": "Specifies the differencing disk option for operating system disk.", + "description": "Specifies the ephemeral disk option for operating system disk.", "enum": [ "Local" ], @@ -5322,10 +5322,10 @@ "properties": { "option": { "$ref": "#/definitions/DiffDiskOption", - "description": "Specifies the differencing disk settings for operating system disk." + "description": "Specifies the ephemeral disk settings for operating system disk." } }, - "description": "Describes the parameters of differencing disk settings that can be be specified for operating system disk.

NOTE: The differencing disk settings can only be specified for managed disk." + "description": "Describes the parameters of ephemeral disk settings that can be be specified for operating system disk.

NOTE: The ephemeral disk settings can only be specified for managed disk." }, "ManagedDiskParameters": { "properties": { @@ -5381,7 +5381,7 @@ }, "diffDiskSettings": { "$ref": "#/definitions/DiffDiskSettings", - "description": "Specifies the differencing Disk Settings for the operating system disk used by the virtual machine." + "description": "Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine." }, "createOption": { "$ref": "#/definitions/CreateOption", @@ -6552,7 +6552,7 @@ }, "diffDiskSettings": { "$ref": "#/definitions/DiffDiskSettings", - "description": "Specifies the differencing Disk Settings for the operating system disk used by the virtual machine scale set." + "description": "Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set." }, "diskSizeGB": { "type": "integer", diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json index b0115f09d8f5..92c5580eca94 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json @@ -1566,7 +1566,7 @@ "Create a custom-image vm from an unmanaged generalized os image.": { "$ref": "./examples/CreateACustomImageVmFromAnUnmanagedGeneralizedOsImage.json" }, - "Create a vm with differencing os disk.": { + "Create a vm with ephemeral os disk.": { "$ref": "./examples/CreateAVmWithADiffOsDisk.json" } } @@ -2143,7 +2143,7 @@ "VirtualMachines" ], "operationId": "VirtualMachines_Reimage", - "description": "Reimages (upgrade the operating system) virtual machine. This operation is only supported for differencing OS disks.", + "description": "Reimages the virtual machine which has an ephemeral OS disk back to its initial state.", "parameters": [ { "name": "resourceGroupName", @@ -2152,7 +2152,7 @@ "type": "string", "description": "The name of the resource group." }, - { + { "name": "vmName", "in": "path", "required": true, @@ -2321,7 +2321,7 @@ "Create a scale set with virtual machines in different zones.": { "$ref": "./examples/CreateAScaleSetWithVMsInDifferentZones.json" }, - "Create a scale set with differencing os disks.": { + "Create a scale set with ephemeral os disks.": { "$ref": "./examples/CreateAScaleSetWithDiffOsDisk.json" } } @@ -3239,7 +3239,7 @@ "VirtualMachineScaleSets" ], "operationId": "VirtualMachineScaleSets_Reimage", - "description": "Reimages (upgrade the operating system) one or more virtual machines in a VM scale set.", + "description": "Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state.", "parameters": [ { "name": "resourceGroupName", @@ -4933,10 +4933,10 @@ "properties": { "tempDisk": { "type": "boolean", - "description": "Specified whether to reimage temp disk. Default value: false." + "description": "Specifies whether to reimage temp disk. Default value: false." } }, - "description": "Paramaters for Reimaging Virtual Machine. Default value for OSDisk : true." + "description": "Paramaters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will always be reimaged" }, "VirtualMachineCaptureParameters": { "properties": { @@ -5324,7 +5324,7 @@ }, "DiffDiskOption": { "type": "string", - "description": "Specifies the differencing disk option for operating system disk.", + "description": "Specifies the ephemeral disk option for operating system disk.", "enum": [ "Local" ], @@ -5337,10 +5337,10 @@ "properties": { "option": { "$ref": "#/definitions/DiffDiskOption", - "description": "Specifies the differencing disk settings for operating system disk." + "description": "Specifies the ephemeral disk settings for operating system disk." } }, - "description": "Describes the parameters of differencing disk settings that can be be specified for operating system disk.

NOTE: The differencing disk settings can only be specified for managed disk." + "description": "Describes the parameters of ephemeral disk settings that can be be specified for operating system disk.

NOTE: The ephemeral disk settings can only be specified for managed disk." }, "ManagedDiskParameters": { "properties": { @@ -5396,7 +5396,7 @@ }, "diffDiskSettings": { "$ref": "#/definitions/DiffDiskSettings", - "description": "Specifies the differencing Disk Settings for the operating system disk used by the virtual machine." + "description": "Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine." }, "createOption": { "$ref": "#/definitions/CreateOption", @@ -6567,7 +6567,7 @@ }, "diffDiskSettings": { "$ref": "#/definitions/DiffDiskSettings", - "description": "Specifies the differencing Disk Settings for the operating system disk used by the virtual machine scale set." + "description": "Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set." }, "diskSizeGB": { "type": "integer",