From ee582c830099f7d13d5b5ba0dde7f0ea187384ab Mon Sep 17 00:00:00 2001 From: Weiheng Li Date: Thu, 7 Oct 2021 09:23:39 -0700 Subject: [PATCH] remove circle --- .../Microsoft.Network/stable/2021-05-01/customIpPrefix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/customIpPrefix.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/customIpPrefix.json index 0deadbebd538..9c33cf0a98cc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/customIpPrefix.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-05-01/customIpPrefix.json @@ -372,14 +372,14 @@ "description": "Authorization message for WAN validation." }, "customIpPrefixParent": { - "$ref": "#/definitions/CustomIpPrefix", + "$ref": "./network.json#/definitions/SubResource", "description": "The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix." }, "childCustomIpPrefixes": { "readOnly": true, "type": "array", "items": { - "$ref": "#/definitions/CustomIpPrefix" + "$ref": "./network.json#/definitions/SubResource" }, "description": "The list of all Children for IPv6 /48 CustomIpPrefix." },