From 8811e70b5f303fdfac6516f78cb03074894177c0 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Tue, 12 Jun 2018 16:22:21 -0700 Subject: [PATCH 1/2] LRO options for Capture --- .../Microsoft.Compute/stable/2018-04-01/compute.json | 5 ++++- .../Microsoft.Compute/stable/2018-06-01/compute.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/compute.json index 508658983168..83ace7245f22 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/compute.json @@ -1407,7 +1407,10 @@ "description": "Accepted" } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via":"location" + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}": { 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 d87125814040..fe35f93970cb 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 @@ -1407,7 +1407,10 @@ "description": "Accepted" } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via":"location" + } } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}": { From 38751705bca96776a3cb8dad3faa5e477c00cf52 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Wed, 13 Jun 2018 13:31:51 -0700 Subject: [PATCH 2/2] LRO options for runCommands --- .../Microsoft.Compute/stable/2018-04-01/runCommands.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/runCommands.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/runCommands.json index 9b321537f254..6f1486ec04df 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/runCommands.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-04-01/runCommands.json @@ -173,7 +173,10 @@ "description": "Accepted" } }, - "x-ms-long-running-operation": true + "x-ms-long-running-operation": true, + "x-ms-long-running-operation-options": { + "final-state-via":"location" + } } } },