From 2e2e4273e94a9da208e2cd00864ccf7497ccaa1d Mon Sep 17 00:00:00 2001 From: Lingling Tong Date: Tue, 17 May 2022 06:50:15 -0700 Subject: [PATCH] Add xms-ids for Privatedns (#17975) * add xms-ids for Privatedns * address code review comments --- .../stable/2020-06-01/privatedns.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/specification/privatedns/resource-manager/Microsoft.Network/stable/2020-06-01/privatedns.json b/specification/privatedns/resource-manager/Microsoft.Network/stable/2020-06-01/privatedns.json index d2592bf24183..2b90ca174d7c 100644 --- a/specification/privatedns/resource-manager/Microsoft.Network/stable/2020-06-01/privatedns.json +++ b/specification/privatedns/resource-manager/Microsoft.Network/stable/2020-06-01/privatedns.json @@ -1699,6 +1699,9 @@ "items": { "$ref": "#/definitions/ARecord" }, + "x-ms-identifiers": [ + "ipv4Address" + ], "description": "The list of A records in the record set." }, "aaaaRecords": { @@ -1706,6 +1709,9 @@ "items": { "$ref": "#/definitions/AaaaRecord" }, + "x-ms-identifiers": [ + "ipv6Address" + ], "description": "The list of AAAA records in the record set." }, "cnameRecord": { @@ -1717,6 +1723,7 @@ "items": { "$ref": "#/definitions/MxRecord" }, + "x-ms-identifiers": [], "description": "The list of MX records in the record set." }, "ptrRecords": { @@ -1724,6 +1731,7 @@ "items": { "$ref": "#/definitions/PtrRecord" }, + "x-ms-identifiers": [], "description": "The list of PTR records in the record set." }, "soaRecord": { @@ -1735,6 +1743,7 @@ "items": { "$ref": "#/definitions/SrvRecord" }, + "x-ms-identifiers": [], "description": "The list of SRV records in the record set." }, "txtRecords": { @@ -1742,6 +1751,7 @@ "items": { "$ref": "#/definitions/TxtRecord" }, + "x-ms-identifiers": [], "description": "The list of TXT records in the record set." } }, @@ -1899,6 +1909,9 @@ "items": { "$ref": "#/definitions/CloudErrorBody" }, + "x-ms-identifiers": [ + "code" + ], "description": "A list of additional details about the error." } },