From 6af0369c77ea2d9c87770eb6ebbf3f36081f24f0 Mon Sep 17 00:00:00 2001 From: Shalaka Date: Tue, 27 Oct 2020 11:37:09 -0700 Subject: [PATCH] adding example ref in compute.json --- .../Microsoft.Compute/stable/2020-12-01/compute.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json index 3d822cf01d86..70c6ed9f9ce7 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json @@ -2667,6 +2667,9 @@ "Create a vm with premium storage.": { "$ref": "./examples/CreateAVmWithPremiumStorage.json" }, + "Create a vm in a Virtual Machine Scale Set with customer assigned platformFaultDomain.": { + "$ref": "./examples/CreateAVmInAVirtualMachineScaleSetWithCustomerAssignedPlatformFaultDomain.json" + }, "Create a vm in an availability set.": { "$ref": "./examples/CreateAVmInAnAvailabilitySet.json" },